Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,775 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Assume we have 2 PaaS Services (e.g. one App Service instance and one SQL DB instance).
How can we safely secure the connection between them such that ONLY that one instance of the App Service can communicate with the specific instance of SQL DB?
Idea:
Are there any other, better or perhaps cheaper alternatives here?
Hi,
There is another option to have a static outbound ip for your app service and then whilelist that ip in your SQL dB:
Hope this helps!