0

On-premises data gateways allow "clean" access to SQL and HTTP resources behind NAT and firewalls. They work very reliably and support small and very large deployments. Is there a supported way to call upon a SQL or HTTP resource accessible to a gateway from an arbitrary C# client?

Terrible ascii-art example of what is intended:

[ MyAwesomeApp.exe running in Azure ]
               |
               V
 [ On-premises data gateway API ]
               |
           Internet
               |
               V
  [ On-premises data gateway ]
               |
               V
    [ On-prem SQL Server ]

Related: Use Powershell to access API behind Data-Gateway

Mitch
  • 21,223
  • 6
  • 63
  • 86
  • 1
    See https://learn.microsoft.com/en-us/azure/app-service/app-service-hybrid-connections and https://learn.microsoft.com/en-us/azure/azure-relay/relay-what-is-it – David Browne - Microsoft Aug 30 '22 at 14:45
  • 1
    @DavidBrowne-Microsoft, thanks. I can't accept since duplicate, but that looks like a direct solution. – Mitch Aug 30 '22 at 18:43

0 Answers0