Questions tagged [vnet]

Questions regarding The Azure Virtual Network (VNet)

An Azure virtual network (VNet) is a representation of your own network in the cloud. It is a logical isolation of the Azure cloud dedicated to your subscription. You can fully control the IP address blocks, DNS settings, security policies, and route tables within this network.

https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-overview

315 questions
1
vote
1 answer

Integrate Azure App Service with App Service Environment

We have an Azure App Service Environment, which resides in a subnet in a vnet configured with both an expressroute gateway and a VPN gateway. When trying to connect an AppService outside of the ASE to the Vnet, as described here:…
1
vote
1 answer

Control outbound IP address of internal VMSS in Azure

I have a VMSS/svc fabric cluster on internal vnet (not public). The only inbound connections to the VMSS is from on prem through a Azure VPN Gateway. How do I control the outbound IP address the VMSS go through when accessing the internet? In this…
Dave N
  • 209
  • 2
  • 17
1
vote
1 answer

Azure App Service Environment - Why can't I select an existing Subnet?

I am building an App Service Environment but in the wizard I need to create a new subnet within my vNET. Why can't I select the currect subnet? I now need to do the following reasonless steps: Create Virtual Network with Subnet Remove Subnet from…
RalJans
  • 144
  • 1
  • 3
  • 14
1
vote
2 answers

How to route traffic from my Azure App Service to specific external IP address

I'm trying to follow along with the guide found here: https://learn.microsoft.com/en-us/azure/app-service-web/web-sites-integrate-with-vnet I have tried both connecting to an existing VNET and setting up a new VNET, but the results are the same. I…
0
votes
1 answer

OpenVPN connect to azure VNET: Peer certificate verification failure

I'm trying to configure VPN Gateway to provide access to VNET in Azure. For this I used following documentation: https://learn.microsoft.com/en-us/azure/vpn-gateway/create-routebased-vpn-gateway-cli In the result I wrote following bash script for…
EdvardYoch
  • 11
  • 2
0
votes
1 answer

Azure VNet with app services and app gateway

I created an azure vnet with 2 subnets, then I created two app services inside one of the subnet. I thought the web app won't be accessible from the internet, but I can navigate to the app via it's url and the page loads. I want to make the two…
Greg
  • 25,317
  • 6
  • 53
  • 62
0
votes
2 answers

VNET secured VM is not opening with Bastion

I have setup Virtual network and required subnets in a resource group. I have created a VNET secured VM, a Bastion subnet and Bastion service. Bastion service is attached with a public IP address. I am trying to open my VM through bastion, but it…
Neelam
  • 45
  • 3
0
votes
1 answer

API access through VNet integration is blocked (but working in Kudu console)

I have configured two App Services (following this tutorial): Frontend app - all outbound traffic is using a subnet (10.0.0.0/24) on a VNet Backend app - access restrictions are set to 'block public access' and I assigned a Private Endpoint…
0
votes
1 answer

azure web app vnet integration and network security group(app service 403 forbidden)

I have created a vnet and integrate Nsg with it and in Nsg I have allow the my app service all outbound ip's and my local system public ip's. In My App service I have add the above created Vnet and in app service access restriction I added the vnet…
0
votes
1 answer

Terraform keeps removing virtual_network_subnet_id and in a subsequent run re-adding the vnet integration for an azurerm_linux_function_app

I've created a terraform script with an azurerm_linux_function_app with vnet integration (using azurerm_app_service_virtual_network_swift_connection). If I run the Terraform script everything works as expected, but if I run Terraform again it…
0
votes
1 answer

How to configure an Azure Function behind a VNet to receive alerts from Azure?

I want to configure an action to send the fired alert to an Azure Function which is behind a VNet. I tried to configure the action to send the fired alert to an Azure Function which is behind a VNet. But it failed and there were no error details. I…
Srini
  • 1
  • 2
0
votes
1 answer

How to setup routing on azure without routetable

I'm trying to create hub-spoke network, with a firewall in the hub VNET. I hope all the traffic from spoke VNET to internet should go to the firewall. I know I can create route tables and attach them to the subnets in the spoke VNET, and create a…
Dongkai Yu
  • 89
  • 3
  • 10
0
votes
1 answer

Connecting Azure App Service to Azure Container App using gRPC in a vnet

Given an Azure Virtual Network with two subnets, one with an Azure App Service that has a gRPC client and the other an Azure Container App with a gRPC server, what is the correct URL and port to allow message passing? The error…
Boggin
  • 3,251
  • 3
  • 33
  • 48
0
votes
1 answer

In vNet integration of App service i am getting "Only supports nested resources." error so that unable to disconnect the vNets how to fix it

In vNet integration of App service i am getting "Only supports nested resources." error so that unable to disconnect the vNets how to fix it . Disconnecting vNet from azure app services
pks
  • 11
0
votes
1 answer

Static IP of Logic App Standard using Virtual Network, NAT Gateway

I've a Logic App which needs to post a SFTP site outside of the Azure environment. The owner of the SFTP site needs the IP from which the route will come, so that they can whitelist the IP for access I try to follow the Logic App public IP address…
malathyr
  • 39
  • 1
  • 3