On-Premises Gateway Connectors Not Yet Supported in Code Apps #385
eschavez
announced in
Announcements
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.
Uh oh!
There was an error while loading. Please reload this page.
-
We want to give makers a heads-up on a current limitation:
On-premises data gateway connectors are not currently supported in Power Apps Code Apps. If your app uses a connector that routes through an on-premises data gateway (e.g., SQL Server with gateway, Oracle, SAP, file system connectors), the connection will not work correctly in Code Apps at this time.
What this means:
• Adding an on-premises connector via the CLI will not correctly configure the gateway connection reference
• The app may fail to connect to the data source at runtime
What's coming:
We are actively working on adding full on-premises gateway connector support. Once available, the CLI will automatically detect and persist gateway configuration when you add a connector, and the runtime will route connections through the gateway correctly.
In the meantime:
• Use cloud-based connectors where possible
• If on-premises connectivity is a hard requirement, stay tuned for the upcoming release and potential workarounds.
We'll share an update here when this support is live. Thank you for your patience.
Beta Was this translation helpful? Give feedback.
All reactions