Skip to content

Commit 5f80e18

Browse files
committed
Adding cleanup section at end of readme
1 parent 79e18b2 commit 5f80e18

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,3 +212,13 @@ func start
212212
The Azure Function will monitor the configured tables for changes and automatically call the Azure OpenAI endpoint to generate the embeddings for the new or updated data.
213213
214214
TODO: Add short section on adding new records to the database and what flag needs to be set to true for the function app to pick it up and generate embeddings.
215+
216+
## Cleanup
217+
218+
If you used the Azure Developer CLI template to deploy resources to try out this solution, you should delete those resources to avoid incurring costs in your Azure subscription.
219+
220+
To delete the resources created for this solution, run the following from a terminal windows in VS Code:
221+
222+
```azurecli
223+
azd down --purge
224+
```

0 commit comments

Comments
 (0)