Problem to publish web app to App Service Endpoint v3

Mohsen Akhavan 791 Reputation points
2022-02-24T21:31:57.117+00:00

I hosted 3 web apps on Azure Service Environment with internal IP.
I have an Application Gateway to control and route incoming traffic.
Now, I want to publish an updated Web App on three hosted apps. As the below note, it's not possible to publish a web app from my local pc or out of inbound network address.

Refrence link
177627-image.png

I have a virtual machine in other resource groups. My question is, can I use the Network Pairing feature to connect two vNets and publish web app?
Is it a good solution? Are there other solutions?

The architecture of the scenario

177672-image.png

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,453 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,069 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,779 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,906 Reputation points MVP
    2022-02-25T11:50:21.243+00:00

    Yes, if you have a virtual machine connected to the same virtual network or a peered network in the same region where the ASE environment is deployed then you should be able to access the ILV front end. You might also be able to access this from your local PC using a VPN gateway and P2S client connection.

    If you click on Deployment Center in the web app you will see the publishing options available to you.

    177828-image.png

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.