azure-docs icon indicating copy to clipboard operation
azure-docs copied to clipboard

When using an existing storage account, it must allow access using SAS

Open aelij opened this issue 11 months ago • 1 comments

With BYO storage account (as demonstrated in the "Access private virtual network" section), the storage account must specify allowSharedKeyAccess: true or ACI will have an obscure error FailedMountAzureFileVolume, and the deployment script will have a resource creation timeout error, DeploymentScriptACIProvisioningTimeout.

Please add a note that indicates allowSharedKeyAccess: true is required (even though access is done using RBAC, which suggests it would not be needed).

Also, this might be an ACI issue and not just a deployment script issue (have not tested it using ACI directly), so please update those docs as well if relevant.


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

aelij avatar Mar 17 '24 13:03 aelij

@aelij Thanks for your feedback! We will investigate and update as appropriate.

ManoharLakkoju-MSFT avatar Mar 17 '24 15:03 ManoharLakkoju-MSFT

Confirmed the setting change with Subha.

PR for addressing the content issue - https://github.com/MicrosoftDocs/azure-docs-pr/pull/271672

mumian avatar Apr 10 '24 13:04 mumian

PR merged.

#please-close

mumian avatar Apr 10 '24 14:04 mumian