VNETs in different subscriptions not communicating with Azure Firewall
Having a head scratcher. Layout: Subscription 1: Includes: VNET A, VPN Gateway to Data Center, Firewall with Policy. Subscription 2: Includes: VNET B, computer Resources Spinning up a VM in VNET A I can communicate out and to the Data Center through the…
UDR when Next Hop is unreachable
Hello, I have UDR defined with NVA as the next hop type. I noticed when NVA is unreachable, the route table doesn't invalidate the UDR. Is there a way to remove the route when the defined next-hop UDR is unreachable? Thanks, Lei Tian
How to delete secondary IP using Azure Cloud Shell CLI
Cannot delete Azure VM secondary IP using Azure Cloud Shell. When I run the command below, it just returns me to the prompt with no errors but does not delete the secondary IP from the NIC specified (the VM was stopped when I issued the command as…
How to migrate Migrate my resources that use classic networking services to Azure Resource Manager
I received email that Migrate your resources that use classic networking services to Azure Resource Manager before 31 August 2024. I don't use classic networking services in Azure now.Why I receive this email?
Migrate Azure virtual Machines between Subscriptions Within the same Tenant
Hello, Plan to migrate domain joined VM form "A" Subscription to "B" Subscription within the same Tenant On that case, need to retain the same server name but IP need to change with other VNET & Subnet. Create snapshot and disk…
Disable Public IP for VMSS on private AKS cluster over site to site VPN
I need help with disabling public IP for VMSS on a private AKS cluster over site-to-site VPN. I have a site-to-site(S2S) VPN between my company and Azure Cloud, and I have also configured an AKS with a private cluster. I can connect to AKS with a…
Price traffic between virtual machines in Azure and Office 365
Hello, I have a question. Is the outbound traffic that can be generated by one or more virtual machines in Azure against Office 365 billable? Or being Microsoft services they are free... Regards. Óscar.
I have a VPN but the other end requires a specific private IP to allow traffic throughout
Hello, I configured a site-to-site VPN with a client using a public IP, a virtual network gateway with its gateway subnet and the connection gets stablished. But the client has assigned an specific IP for the traffic from this VPN to be allowed. That IP…
Azure networking
We have a customer running on prem infra structure. The on prem production ip range has vnet gatway connected to azure using the express route. There are some servers in dmz at on prem which we need to move in azure. So we created another vnet in azure…
Change SKU from IP Public Basic to Standard
Dear Team We need to change SKU from Public IP Basic to Standard, keeping the same IP number. Regards
How to know the public exposure of your Azure resources?
Azure's resources are generally made publicly accessible when launched (from a network point-of-view). e.g. An Azure SQL database will be given a public DNS name and the port will be accessible from the Internet, albeit a password will be required. The…
Registering AllowBringYourOwnPublicIpAddress feature Pending status longer then 3 days.
We are trying to create a PublicIPAddress using arm template, got the below error message: "Subscription /subscriptions/dd60b456-300c-40f5-a441-d916d5a9bf44/resourceGroups//providers/Microsoft.Network/subscriptions/ is not registered for feature…
ARM template error
I'm attempting to automate Azure vnet deployments using an ARM template and Powershell script. The problem appears to be with the copy/copyIndex loop for subnet creation. I can't figure out how to resolve the error. Please find the error message below…
Not able to connect one of my VM from network group
Hi Guys, I cannot connect one VM from private IP or public IP. The other VM in the same vnet group are working fine. The VM is running, but no virtual agent is ready. I've got data in VM and got backup points. My question is if I'm going to redeploy…
Latency Issue between Azure UAE North Region and Oracle UAE East Region.
I am reporting a significant and widespread increase in latency for connections between the Azure UAE North (Dubai) region and the Oracle UAE East (Dubai) region. Current Latency: ~ 80ms across all connections between Azure UAE and oracle uae Previous…
How to add VMSS as a backend target type using az cli command?
I am trying to update the backend with VMSS, but encountering this error: ERROR: (ApplicationGatewayBackendAddressMustHaveEitherFqdnOrIpAddress) Backend Address Pool newpassmetScaleSet-1723238703-backend must have either Fqdn or IpAddress…
realtime bandwith monitoring
hello, Is there any tools to monitor azure virtual network, virtual network gateway and azure firewall bandwidth in realtime? Usually in the onprem environment we can do this by configuring the snmp agent on the devices and we monitor the utilization on…
Azure Firewall inbound
Hello, I have VM with public ip enabled for RDP purpose, let say the public ip is 2.2.2.2. This VM associated with NSG group to allowing the RDP port and i test from my workstation by RDP to 2.2.2.2 and it's working. Then i associate this subnet to the…
Issue with Deleting a VNet Due to Undeletable Subnet: PowerBI-Gateway
I encountered an issue when trying to delete the VNet. I've already checked and deleted all other resources linked to the VNet, but there's one subnet (PowerBI-Gateway) that I can't delete. Because of this, I'm unable to delete the VNet as well. Failed…
how do I connect VM to VPN Gateway
I have a windows 10 VM with default address space 10.0.0.0/16. It's default private ip address is 10.0.0.5/10.0.0.1. Have created a site to site VPN Gateway with Public IP 52.175.207.142 using address space 10.1.0.0. Have created a local network…