Skip to content

Commit 4127475

Browse files
committed
docs: update readme
1 parent 9a4c876 commit 4127475

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,18 @@ azd up
6363

6464
This commands will first ask you to log in into Azure. Then it will provison the Azure resources, package the services and deploy them to Azure.
6565

66-
## Other versions
66+
### Clean up
67+
68+
To clean up all the Azure resources created by this sample:
69+
70+
1. Run `azd down --purge`
71+
2. When asked if you are sure you want to continue, enter `y`
6772

68-
This sample and workshop also exists in different versions:
73+
The resource group and all the resources will be deleted.
74+
75+
## Other versions
6976

77+
This sample and workshop exists in different versions:
7078
- [**Node.js + Azure AI Search**](https://aka.ms/ws/openai-rag)
7179
- [**Node.js + Qdrant**](https://aka.ms/ws/openai-rag-qdrant)
7280
- [**Java/Quarkus + Qdrant**](https://aka.ms/ws/openai-rag-quarkus).

0 commit comments

Comments
 (0)