Is generating UserDelegationKey and "SAS Token Uri per-blob" for Azure Storage Account blobs programmatically, considered a "Management Operation" to hit the 800 per 5 minutes limit?

Vin Kamat 1 Reputation point
2021-10-26T15:15:52.013+00:00

Hello, we are using Azure Storage Account for blobs and want to use the Sas Token Uri per file to generate them in runtime programmatically. Are these operations considered "management operations"?

What is the "scalability limit" for "GetUserDelegationKeyAsync" and "Generate SAS token Uri in code" for a storage account?
Is it going to be included in the 800 per 5 minutes limit that's provided in the documentation? Are there other limits when we do these calls using Blob Storage SDK that are not directly "data/content of the blob" related? I am hoping this is not an Azure Resource Manager operation, but correct me if I am wrong.

This is the doc for the limits - https://learn.microsoft.com/en-us/azure/storage/common/scalability-targets-standard-account

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,683 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,427 questions
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,296 Reputation points Microsoft Employee
    2021-10-28T19:48:55.353+00:00

    @Vin Kamat
    Please see this thread which provides an answer to your question. Neither of those actions should utilize the Azure Storage Resource Provider REST API. Instead they should fall under the Blob service REST API.

    Hope this helps! Let us know if you have further questions or issues.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments