Skip to content

Commit 44d7332

Browse files
committed
Added conclusion
1 parent 47d5aad commit 44d7332

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

13_Conclusion/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Conclusion
2+
3+
This guide was designed to provide an insightful journey for Python/MongoDB developers to get started with vCore-based Azure Cosmos DB for MongoDB as it applies to creating exciting AI-enabled applications using existing skills. We hope you found this guide helpful and informative.
4+
5+
## Clean up
6+
7+
To clean up the resources created in this guide, delete the `mongo-devguide-rg` resource group in the Azure Portal.
8+
9+
Alternatively, you can use the Azure CLI to delete the resource group. The following command deletes the resource group and all resources within it. The `--no-wait` flag makes the command return immediately, without waiting for the deletion to complete.
10+
11+
>**Note**: Ensure the Azure CLI session is authenticated using `az login` and the correct subscription is selected using `az account set --subscription <subscription-id>`.
12+
13+
```powershell
14+
az group delete --name mongo-devguide-rg --yes --no-wait
15+
```

0 commit comments

Comments
 (0)