【发布时间】:2021-11-07 17:27:40
【问题描述】:
以前,使用 Azure CLI 脚本,我有以下存储帐户配置:
az webapp config storage-account add \
--resource-group $resourceGroup \
--name $functionAppName \
--storage-type AzureFiles \
--share-name $shareName \
--custom-id $shareId \
--account-name $AZURE_STORAGE_ACCOUNT \
--mount-path $mountPath \
现在,我正在尝试使用 Bicep 编写此内容,但我找不到 mount-path 的任何配置。有没有可能在二头肌文件中设置它?
【问题讨论】:
标签: azure azure-web-app-service azure-storage azure-resource-manager azure-bicep