How to List the Network Interface under a Subnet
Hi Exporters, May I know how to get the Nic list under a Subnet? Is there any Azure Rest api to do this? From https://zcusa.951200.xyz/en-us/rest/api/virtualnetwork/network-interfaces/list?view=rest-virtualnetwork-2024-05-01&tabs=HTTP, it seems it…
Azure Firewall DNS Proxy Failing to Resolve SCM Records in Private DNS Zones
I have a hub-and-spoke architecture in Azure where I'm using Azure Firewall in the hub as a DNS proxy. I have multiple private DNS zones configured in the hub and have established VNet links to my spoke networks. I've also added A records for my function…
Connect to a service on an VM in backend-pool behind a load balancer through Private Link Service
Hi, I have a VNet in a resource group with below elements: A VM with a Kafka broker listening on its public and private IPs and ports. A Standard Load-Balancer in front of the VM with LB rules to Kafka broker listening ports. A Private Link Service…
Update service endpoint policy limits
As per the public documentation, there are some default limits on service endpoint policies. Like max number of resources per policy is 200 and max number of policies per subnet is 100. Is it possible to increase these limits in some specific scenario?
NVA high CPU
Often my team receives alerts for high NVA CPU usage. We do not have a good way to identify what exactly floods our system. Is there a way that we can monitor what the source IP may be, filter by IP? We have a service that comes from our Hub, then to…
Question on Azure Site Recovery
Good day. Have question around design/configuring Azure Site Recovery between regions and IP Subnets. Our current setup is we have a Site-to-Site VPN tunnel between On-Prem and Azure. When reading some documentation, it indicates make the Vnet/Subnets…
Cannot delete Virtual Network/Enterprise Policy
I have been trying to setup the virtual network connection between the Power Platform and Azure, and in doing so it involves creating two virtual networks that delegate a subnet to Microsoft.PowerPlatform/enterprisePolicies. In the same resource group…
Sensitivity Issue with Resource ID in Azure SDK API Calls
I am writing to report an issue we have encountered with the Azure SDK when making API calls to retrieve resource information. There appears to be an inconsistency in how resource names are handled in the Resource IDs, particularly regarding case…
Keyvault Failover across regions with private endpoint
Hello, I've read this doc https://zcusa.951200.xyz/en-us/azure/key-vault/general/disaster-recovery-guidance#failover-across-regions and with reference to the bullet point in that doc, quote "If you're using private link to connect to your key…
Unable to create VNG, gives error
I am a student trying to create lab for virtual network gateway, but it is not letting me do it. Please help
Script to derive all the subnets in Azure.
$vnetList = Get-AzVirtualNetwork foreach ($vnet in $vnetList) { Write-Host "Virtual Network: $($vnet.Name), Resource Group: $($vnet.ResourceGroupName)" # Get all subnets in the virtual network $subnetList = Get-AzVirtualNetworkSubnetConfig…
Connectivity for transferring data from Azure to GCP
I am working on a project that involves securely transferring data from Microsoft Azure to Google Cloud Platform (GCP) without using the public internet. Could someone advise on which Azure and GCP products or services need to be configured for secure,…
Issue with Azure Application Gateway
Hi, I have two queries regarding Azure application gateway below: Is it possible to use the existing public IP which is associated with my AGW V1 to WAF V2? Could you please suggest me, how can we implement the disaster recovery by using Azure…
Questions Regarding Azure VPN Gateway Migration, Pricing, and Configuration
I have a few questions related to Azure VPN Gateway services, and I would appreciate your guidance on the following matters: Migration to AZ VPN Gateways: I have heard that in 2025 there are plans to transition all standard VPN Gateways to AZ VPN…
ADF Managed Virtual Network unexpectedly incurring cost in other region
Recently I have implemented denied public access, virtual networking and private endpoints for my SQL Servers, as well as Managed Virtual Networks in my ADF. Everything works as intended, but there was a quick spike in the cost for my ADF, which I…
How Can I change the VNet/Subnet of an existing deployed vMX-managed application?
Hello MS-community, I'm looking to change my VNet and subnet for the vMX Meraki I currently deploy on Azure. The managed application that links to our Meraki vMX firewall cannot be altered by any resources, as we can do with the standard Azure Virtual…
Issues with WEBSITE_VNET_ROUTE_ALL Setting and Routing Traffic through Azure NAT Gateway for App Services
Question 01 I am following an article to implement an Azure NAT Gateway with an Azure App Service. However, I cannot find the setting mentioned under the "Configure Web App" section of the article, specifically the WEBSITE_VNET_ROUTE_ALL…
How to retrieve Azure subnets details configured under VNET across multiple resource groups
Hello, please help to know how to retrieve Azure subnets details configured under VNET across multiple resource groups using Powershell command. Regards, Sufiyan Shaikh
Network latency between Azure Global VNet Peering
Hi Team, I have a scenario below. Users at the East US site access the webpage site1.abc.com which is hosted on a Citrix Netscaler in the Central US region. Users from the East US site connect in multiple ways, through VPN or AVD environment to access…
Delete the service association links associated with Flex Consumption Function Apps' Virtual Network Integration subnets
I created some resource groups for the purpose of testing Virtual Network integrations with Flex Consumption function apps, then I deleted those function apps. Unfortunately, I can no longer delete the virtual network subnets that the function apps…