79399351

Date: 2025-01-30 09:25:51
Score: 1
Natty:
Report link

is it possible to access an Azure Web App via a Point-to-Site VPN without using a Private Endpoint? If so, what configurations are required to make this work?

Yes, it's possible to access an Azure Web App via a Point-to-Site (P2S) VPN without using a Private Endpoint, but additional configurations are required because VNet Integration does not provide inbound access by default

Go to your App Service -> Networking ->Outbound Traffic -> VNet Integration -> Provide your Virtual network and Subnet and hit Connect.

enter image description here

enter image description here

After doing above changes, your Azure Web App is only accessible from the P2S VPN without a Private Endpoint.

Reasons:
  • Blacklisted phrase (1): is it possible to
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): is it
Posted by: Sirra Sneha