Skip to content

Commit 86f6248

Browse files
committed
clean up resources
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 72694b5 commit 86f6248

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

articles/azure-functions/durable/durable-task-scheduler/quickstart-work-item-filtering-durable-task.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,20 @@ Because filters are derived from registration, workers don't receive unmatched w
159159

160160
## Clean up resources
161161

162-
- To stop local containers, run `docker rm -f dts-emulator`.
163-
- If you deployed to Azure, delete the resource group to avoid ongoing charges.
162+
1. Stop the local emulator container:
163+
164+
```bash
165+
docker rm -f dts-emulator
166+
```
167+
168+
1. If you deployed to Azure, identify the resource group name:
169+
170+
- Copy it from the `azd up` output.
171+
- Or in the [Azure portal](https://portal.azure.com), use the global search box at the top and search for `rg-` or your environment name prefix.
172+
173+
1. Open the resource group from the search results.
174+
175+
1. Select **Delete resource group**, enter the resource group name to confirm, and then select **Delete**.
164176

165177
## Next steps
166178

0 commit comments

Comments
 (0)