Is there a way to mount Azure File Share on Web App via Key Vault Reference using Bicep?
Here is the module I am currently using: // Parameters for the module param appName string // Name of the existing Web App param storageAccountName string // Name of the existing Storage Account // Non-editable variables var shareName = 'shared'…