Protecting a webapp within a Standard App Service plan, using a virtual firewall appliance, rather than an Application Gateway
We have a webapp (a REST API service) that is sitting in a S1 App Service plan. We are protecting the webapp with a WAF policy assigned to a listener on an Application Gateway v2. The WAF policy only protects this one webapp. We have run into a…
Azure Virtual Network
Azure Web Application Firewall
Azure App Service
Why peering would not be advised if I have services behind basic LB?
While looking into one of Azure Learn modules I came across following statement: Peering might not be your best option if you have existing VPN or ExpressRoute connections or services behind Azure Basic Load Balancers that would be accessed from a…
Azure Virtual Network
Azure Load Balancer


Unable to segregate cost per client in AKS
Team, We have a service hosted as a container inside AKS and it is accessible only through my organization. Now there are multiple teams of different verticals are using that API to get some data. Whenever we make a call from my organization network…
Azure Virtual Machines
Azure Virtual Network
Azure Kubernetes Service
Azure Load Balancer
Azure Virtual Machine Scale Sets

Windows Active Directory two way trust
Hello Experts, So if I have two different Windows Active Directory forest (Forest A and Forest B) and then configure a trust between them. If I extend Forest A to Azure (deploying additional domain controllers in Azure for Forest A and then setting up…
Azure Virtual Network
Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Can VMs in an available set belong to different virtual networks?
Pretty much what the title says. When I add VMs to an available set, do the VMs have to be in the same virtual network?
Azure Virtual Machines
Azure Virtual Network
Azure Networking default Gateway query
Hello, I am learning Azure networking on the fly. Our company is replicating its existing on premise disks/ servers to a Disaster Recovery solution in Azure. This will be a PAY-G subscription and should we need to invoke DR, we will turn on…
Azure Virtual Machines
Azure Virtual Network
How to publish API as an on-premise API in Azure ?
What are possible services where we can publish API as an on-premise API in Azure. And if there are any options to publish API as an on-premise API from Azure Logic Apps and Azure API Management.
Azure API Management
Azure VPN Gateway
Azure Logic Apps
Azure Virtual Network
bastion virtual network
Hello, I follow the link below to create bastion: https://learn.microsoft.com/en-us/azure/bastion/bastion-create-host-portal for Virtual network, here is the settings: Address range 10.1.0.0/16 Subnets …
Azure Virtual Network
Connect two Subscriptions from the same account
I have a dev/test and a pay as you go subscription and I would like to access both from the site to site VPN already setup in the dev/test subscription. What is the most simple way of doing this? Thx, DMC
Azure VPN Gateway
Azure Virtual Network
Cannot connect to VM via RDP using VPN
Hi I have setup Virtual Network, and virtual gateway. Also create the root and client certificates and installed on the client and connected to the VPN. But cannot access the server on the private ip. Could you please advise. Thank you
Azure VPN Gateway
Azure Virtual Network

Default IPSEC poliy for policy based VPN Gateway in Azure
Hello Experts, I wanted to clarify some parameters for the default IPSEC policy for a policy-based VPN gateway based on the link here ,https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices#ipsec Which of the encryption…
Azure VPN Gateway
Azure Virtual Network
Creating NSG to block access between subnet
Hi, I need to free access between subnet for essential windows services like (ARP, Netbios, Domain Client and etc) this for basic operation between subnet. However, the main objective is to release only accesses for example: NSG Web - Web…
Azure Virtual Network


DirectAccess ISATAP - Manage Out Issue for Azure VM
We have a DirectAccess solution and have only recently configured the ISATAP router for "Manage Out" capabilities, principally for ConfigMgr. For some internal management servers this has worked seamlessly, the ISATAP configuration has…
Azure Virtual Network
Azure Network Watcher

Data transfer between two VMs in the same Virtual Network using public IP, does it cost?
Hello, I have a two VMs in the same virtual network, and I need to do data transfer between these two VMs using public IP, I'd like to know, if there will be a cost. And later, I will setup a haproxy in my virtual network, then the data transfer…
Azure Virtual Machines
Azure Virtual Network
Peering configured properly but connection state says provisioning failed
Hi, I have followed all the instructions on setting up a peering request. My ASN has also been approved but under connections, the connection state says "provisioningfailed" The entire setup was done on 27th of July 2020. Urgent assistance is…
Azure Virtual Network

Add two Network Card
I want to add two Network card to Linux VM it is possible ?
Azure Virtual Machines
Azure Virtual Network

Not able to Delete Classic Vnet
Hello , I am not able to delete Virtual Networks Classic from the Azure Portal. I have tried Azure CLI as well but in spite of passing the correct arguments , id still gives me incorrect arguments error. I am inserting the Image for reference:- …
Azure Virtual Network
Azure App Service unable to resolve hostname of Virtual Machine on Vnet
I have setup a virtual machine on a vnet to which an app service is connected to via vnet integration. The app service is able to connect to the virtual machine when using its private IP address, but unable to when using its hostname or FQDN. All…
Azure DNS
Azure Virtual Machines
Azure Virtual Network
LSPCI ethernet controller is not visible
Hi, In my RHEL 7.6 VM, the ethernet controller is not visible or detected. LSPCI Output lspci 00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (AGP disabled) (rev 03) 00:07.0 ISA bridge: Intel Corporation…
Azure Cloud Services
Azure Virtual Network
Error connecting to tcp socket from Azure Functions
We have Azure Function configured with VNet integration to our private network. Also, we have Azure Container Instance with ClamAV application running in our private network. Using my development machine that is connected to the private network I can…