-
Notifications
You must be signed in to change notification settings - Fork 22
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
Labels
bug
Something isn't working
Comments
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)
- [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.
—
Reply to this email directly, view it on GitHub<#30> or unsubscribe<https://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 iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
@sanchitmehta if you have a sec will you look at this |
@sanchitmehta Any thoughts? |
@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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/<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.
The text was updated successfully, but these errors were encountered: