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…
Adding firewall in front of web apps in Hub-and-Spoke architecture
Hi, I am shifting towards hub & spoke model in my Azure subscription so that all the traffic coming into my subscription goes through the firewall. I have multiple types of resources but I am more concerned about web apps and function apps. How can…
Virtual Network Flow Logs not saving to Storage Account
Hi, I'm trying to get some network logs to help diagnose an issue I'm having but they don't seem to be saving. I have a Power Automate Cloud Flow which calls various Azure resources over a Virtual Network (KV, Storage Account, Open AI, etc.). These…
can't access NFS file share (that has a private endpoint) in azure portal or az command.
Hello I have a file share with a private endpoint. It has public access. from within the subnet I am able to connect to the nfs. When I try to access it using storage browser i get the following: networking is enabled from all: there is a private…
PowerShell commands for virtual networks and where is peered to.
PowerShell commands for all virtual networks and where is peered to in azure tenant.
Issue Creating Private Endpoint with Azure Application Gateway's Private Link Enabled
Hello Azure Community, We are facing an issue while creating a private endpoint in Azure, and we need some assistance to resolve this. Scenario: We have created an Azure Application Gateway with the private link feature enabled. Now, we are trying to…
Get Hostname from IP Address
Hello, Can we lookup hostname if we know the ip address but looking in forward lookup zones? I try use command ping -a 10.10.10.10, Resolve-DnsName -Name 10.10.10.10, [System.Net.Dns]::GetHostEntry(10.10.10.10).HostName but all commands will looking on…
Troubleshoot on-prem connectivity via Virtual network gateway
we are working with one of our vendors are we have set up a site to site VPN using their own Local network gateways. I believe the traffic is not leaving their DC but they say it is an Azure error. We created the Local network gateways and connection…
Why do zone-redundant and non-zone-redundant VPN Gateways have the same SLA?
Hi all, According to the document at https://www.microsoft.com/licensing/docs/view/Service-Level-Agreements-SLA-for-Online-Services?lang=1 the "Virtual Network Gateway" on page 95 has the same SLA regardless of whether it is zone-redundant…
Unable to delete vNet although no more resources were inside the virtual network
Failed to delete the vNet although there's no more connected devices. I saw that you need a Microsoft Support team to help to remove the vNet…
How to Establish Connectivity Between Kafka and Azure Event Hub in Cross-Tenant Subscriptions Using Private Endpoints?
I have the following requirements: Source: Kafka hosted in Azure Subscription ABC, Tenant ABC, and Region East US. Destination: Azure Event Hub configured with a private endpoint in Azure Subscription XYZ, Tenant XYZ, and Region East Asia. Key Points and…
Help Setup a VPN with one static Outbound IP
I wants to connect my team to a VPN client on our desktop and laptop devices so they are brought under a VPN for our company. This will allow all staff to have a singular static outbound IP Address. They can then add this Static IP Address to any…
How to route AVD outbound traffic to vnet in other region
Hello AVD is not available in my region so I had to deploy it in EU West (my nearest region). When I browse the internet within a AVD session I have a Dutch IP (Amsterdam) because of this region. Because of this a lot of websites use the wrong locale…
Understand the routes propagation in Azure
I'm investigating route propagation behavior in an Azure Hub-Spoke environment with an ExpressRoute gateway. My Hub VNet connects to on-premises networks via ExpressRoute. I have a VM in a spoke VNet. I've noticed discrepancies between the routes learned…
Unable to access API endpoint in AWS from Azure VM
Hello Team, I'm trying to ping one of the API endpoint which is hosted in AWS behind a loadbalancer from Azure VM. I'm getting request timeout error. I've allowed the Source (Azure VNnet CIDR) and Destination (AWS VPC CIDR) and port 443 in Azure…
Cannot access websites hosted on Azure VM through VPN
I have an Azure virtual machine hosting public facing websites that I can access fine on and off network. However, when I login to VPN, those sites are no longer accessible (this website can't be reached). I feel confident that DNS is configured…
MultiTenant VNet Peering using (ASO) and Managed Identity
Question: How can I set up virtual network (VNet) peering between Tenant A and Tenant B using Azure Service Operator (ASO) and ASO using Managed Identity (via workload identity) ? How can we do vnet link to ER Circuit running on different tenant using…
Azure IP Address Management (IPAM), when will be available for commercial purpose?
It looks, Azure IP Address Management (IPAM) is on for public preview, so wondering when will be available for commercial purpose to use it for enterprise level.
Azure VPN on Mac: Connected but Unable to Browse the Internet
I have the following setup: Azure virtual Network having address space 10.0.0.0/16 3 subnets: application_subnet address prefixes: 10.0.2.0/24 vpn_gateway_subnet address prefixes: 10.0.5.0/24 app_gateway_subnet address prefixes:…
Support for Lets Encrypt cert auto generation on AKS API Servers with private IP Addresses
Is Cert Manager/Let's Encrypt certificate auto-generation supported on Application Gateway Ingress for AKS clusters whose API servers don’t have public IP addresses (e.g. API Server Vnet integration)? I haven’t been able to make it work. It works fine…