Vnet between virtual machine and application service in Azure

I cannot figure out how to connect a web application (application) to a virtual machine in Azure. I created VNet from the web application configuration panel.

All elements are created using the resource management model, are in the same subscription and are at least the Standard level .

Apparently, the web application cannot be connected to V2 VNet. (These terms appear to be used interchangeably, or is it something else).

I created a classic Vnet (V1?). But I canโ€™t understand how to connect my virtual machine to it.

How to connect both a web application and a virtual machine to the same network? Are there any other requirements that I am missing?

+4
source share
2 answers

Unfortunately, you didnโ€™t miss anything, and at the moment it's pretty messy, and itโ€™s probably wise to keep trying to deploy to VNet until they succeed.

However, if this is what you especially need, your choice will be to save everything in v1 or just have a VNet web application in v1 and create a v2 vNet for your virtual machines (you cannot put a v2 VM in v1 vNet )

v2 VNet VPN-. / IP. , 10 , - Express Route.

+3

Source: https://habr.com/ru/post/1625879/


All Articles