File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,18 @@ azd up
63
63
64
64
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.
65
65
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 `
67
72
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
69
76
77
+ This sample and workshop exists in different versions:
70
78
- [ ** Node.js + Azure AI Search** ] ( https://aka.ms/ws/openai-rag )
71
79
- [ ** Node.js + Qdrant** ] ( https://aka.ms/ws/openai-rag-qdrant )
72
80
- [ ** Java/Quarkus + Qdrant** ] ( https://aka.ms/ws/openai-rag-quarkus ) .
You can’t perform that action at this time.
0 commit comments