You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a connection to an on-premise fileshare from my Standard Logic App. It's inside a VNET so I'm not using a datagateway but an ExpressRoute.
INside the "azureStorageAccounts" property I'm trying to define an AzureStorageInfo value of type "FileShare". But the FileShare type is not defined in bicep. Neither is the property "endpoint".
It only gives validation errors, so setting up the connection works as expected.
Resource Type
Microsoft.Web/sites
Api Version
2023-12-01
Issue Type
Property(s) missing validation for enum values
Other Notes
I'm trying to add a connection to an on-premise fileshare from my Standard Logic App. It's inside a VNET so I'm not using a datagateway but an ExpressRoute.
INside the "azureStorageAccounts" property I'm trying to define an AzureStorageInfo value of type "FileShare". But the FileShare type is not defined in bicep. Neither is the property "endpoint".
It only gives validation errors, so setting up the connection works as expected.
Bicep Repro
azureStorageAccounts: {
Share: {
type: 'FileShare'
accountName: ''
endpoint: ''
shareName: ''
accessKey: ''
mountPath: '\mounts\Share'
protocol: 'Smb'
}
}
Confirm
The text was updated successfully, but these errors were encountered: