Open kiranpradeep opened 2 years ago
@kiranpradeep As this docs mentioned, the connection string is required for consumption plan:
Thanks for taking the time to submit this issue. It looks like this has been resolved with @xiaxyi's comment. As such, I am going to mark this issue as closed.
@rcskosir No. The comment didn't answer the issue. Please reopen.
Thank you for the quick response, I have reopened this issue.
I am also facing same issue, wonder if any solution? I created using arm template and contentshare connection string is created based on this guidance https://learn.microsoft.com/en-us/azure/azure-functions/functions-identity-based-connections-tutorial#create-a-function-app-that-uses-key-vault-for-necessary-secrets
do you have a fix for this issue? I am facing the same The data is not valid (Invalid values supplied for Azure Files related app settings.) using bicep
Community Note
Terraform (and AzureRM Provider) Version
Terraform Configuration Files
Description / Feedback
The error code is BadRequest/01019 and error message is invalid values supplied for azure file related app settings. If I use
storage_account_access_key
instead ofstorage_uses_managed_identity
, the resource creation succeedsReferences