Need some app settings guidance for Logic App (Standard) workflows deployed in an ASEv3 #720
Unanswered
CarloGarcia
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a workflow, in Logic App (Standard) App Service, that is deployed to an App Service Environment (ASEv3).
The workflow needs to access a storage account which has a private endpoint. I am trying to configure the App Service with the required app settings (for storage account connection strings, etc.) but the app settings that I have tried so far seem to conflict with the App Service itself and cause the App Service to fail to start.
There are some articles (see link below) with guides on which app settings to use when connecting to a storage account that has a private endpoint, but these articles don't seem to apply to (or work for) ASEv3 deployments (and workflows).
One of the articles I am referring to:
https://learn.microsoft.com/en-us/azure/azure-functions/configure-networking-how-to#restrict-your-storage-account-to-a-virtual-network
Can someone help me determine the ASEv3 specific app settings required to get a workflow (deployed on an ASEv3) to access a storage account behind a private endpoint?
Kind regards,
Carlo
Beta Was this translation helpful? Give feedback.
All reactions