Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure deploy / Delete permission #30

Open
Suprndm opened this issue Oct 23, 2023 · 4 comments
Open

Azure deploy / Delete permission #30

Suprndm opened this issue Oct 23, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Suprndm
Copy link

Suprndm commented Oct 23, 2023

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/<collection_name>

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.

@tawalke
Copy link
Contributor

tawalke commented Oct 23, 2023 via email

@tawalke
Copy link
Contributor

tawalke commented Oct 24, 2023

@sanchitmehta if you have a sec will you look at this

@tawalke
Copy link
Contributor

tawalke commented Dec 12, 2023

@sanchitmehta Any thoughts?

@tawalke
Copy link
Contributor

tawalke commented Dec 12, 2023

@Suprndm You can also run Qdrant in ACA using the Qdrant add-on: https://learn.microsoft.com/en-us/azure/container-apps/add-ons-qdrant

@tawalke tawalke added the bug Something isn't working label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants