Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standard Logic App: In-App FileShare connection #2329

Open
1 task done
timdhaeyer opened this issue Oct 21, 2024 · 0 comments
Open
1 task done

Standard Logic App: In-App FileShare connection #2329

timdhaeyer opened this issue Oct 21, 2024 · 0 comments

Comments

@timdhaeyer
Copy link

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

  • I have read the troubleshooting guide and looked for duplicates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant