[azfile] Az File Go SDK to support generation of SAS key from azidentity creds. #21051
Labels
AzFile
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Storage
Storage Service (Queues, Blobs, Files)
Feature Request
Today the only way we can create a SAS key is using a client using shared key -
NewClientWithSharedKeyCredential
And use the same to create a SAS key for file share, however with the articles recommendation - https://learn.microsoft.com/en-us/azure/key-vault/secrets/overview-storage-keys is to handle authentication via azidentity or managed identity in both cases we don't have support for SAS link creation.
It would be helpful to add that so that services don't need to handle shared key in service code and also the shared key support is in deprecation path.
The text was updated successfully, but these errors were encountered: