Azure-Samples / qdrant-azure

Qdrant Vector Database on Azure Cloud
MIT License
89 stars 22 forks source link

Azure deploy / Delete permission #30

Open Suprndm opened 10 months ago

Suprndm commented 10 months ago

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.

tawalke commented 10 months ago

Thank you for this bug report. We will investigate and provide some information on resolution.


From: Suprndm @.> Sent: Monday, October 23, 2023 9:11:41 AM To: Azure-Samples/qdrant-azure @.> Cc: Subscribed @.***> Subject: [Azure-Samples/qdrant-azure] Azure deploy / Delete permission (Issue #30)

Please provide us with the following information: This issue is for a: (mark with an x)

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.

— Reply to this email directly, view it on GitHubhttps://github.com/Azure-Samples/qdrant-azure/issues/30 or unsubscribehttps://github.com/notifications/unsubscribe-auth/AARRNVS6AJ7RI3SGEDD2P5LYAZUI5BFKMF2HI4TJMJ2XIZLTSOBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJLJONZXKZNENZQW2ZNLORUHEZLBMRPXI6LQMWBKK5TBNR2WLJDUOJ2WLJDOMFWWLLTXMF2GG2C7MFRXI2LWNF2HTLDTOVRGUZLDORPXI6LQMWSUS43TOVS2M5DPOBUWG44SQKSHI6LQMWVHEZLQN5ZWS5DPOJ42K5TBNR2WLKJVHE4DGMRYGY4TJAVEOR4XAZNFNFZXG5LFUV3GC3DVMWVDCOJVG4YTGMZUHA3KO5DSNFTWOZLSUZRXEZLBORSQ. You are receiving this email because you are subscribed to this thread.

Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

tawalke commented 10 months ago

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

tawalke commented 8 months ago

@sanchitmehta Any thoughts?

tawalke commented 8 months ago

@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