Azure-Samples / Azure-Samples/qdrant-azure
Azure deploy / Delete permission
- Dominant language
- Shell
- Stars
- 105
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is for a: (mark with an `x`)
```
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
```
Hello, first i'd like to thank you for this repo. It helped me deploy a full working qdrant infra on azure using container APP with the arm file template.json, very simply.
And its working very well. Except recently, i noticed that when i try to call the delete endpoint :
DELETE /collection/
i get "status": {
"error": "Service internal error: Permission denied (os error 13)"
},
However the collection does not show anymore when listing collections.
I looked into the storage account and it seems the program could not delete the actual collection files on the storage account. Seems like a missing Delete permission.
Would you know if this is something i can manually fix or if i can correct the template to specify these writes. It seems that Readwrite permissions are not enough to delete ? Something like Microsoft.Storage/storageAccounts/blobServices/delete
Thanks a lot for the help.
Contributor guide
Assessment
This issue has not been assessed yet.