2,289 questions with Azure Virtual Network tags

Sort by: Updated
1 answer

Unable to deny traffic via SSH using Azure Application Security Group

I am trying to control internet traffic to a vm that is connected to an azure asg. The asg is connected to a nsg that has a set rules. when testing i noted that the vm allows to ssh from any source. am i missing something? here are my nsg rules.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-29T19:10:27.777+00:00
Lakpriya Kottahachchi 1 Reputation point
commented 2020-08-14T11:24:24.487+00:00
GitaraniSharma-MSFT 49,391 Reputation points Microsoft Employee
3 answers

Azure Networking

We have a Site to Site set up, the team logins to the on prem vpn device and then connecs to the network. What options we have for client vpn using Azure so we are not dependent on local hardware at our client sites for our user’s connections back to…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-08-11T18:07:10.717+00:00
Anonymous
answered 2020-08-13T17:39:12.7+00:00
Andreas Baumgarten 103.8K Reputation points MVP
1 answer

Azure IPv6 route next-hop?

So I'm deploying an NVA, trying to dual-stack IPv4/6. To the best of my understanding I have think I have the Network Interface, IP Configurations, and whatnot configured correctly. The virtual appliance itself is capable of dual stack, but I'm…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-08-01T22:57:56.85+00:00
V Technical 1 Reputation point
commented 2020-08-13T12:52:58.443+00:00
GitaraniSharma-MSFT 49,391 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Calling azure loadbalanacer rest api gives 403 forbidden error

Hi, I am using the below Azure API to make a call and update the loadbalancer rules. I am getting 403 access forbidden error. "https://management.azure.com/subscriptions/" + subscriptionId + "/resourceGroups/" + resourceGroupName +…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
422 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,638 questions
asked 2020-07-19T09:44:52.023+00:00
Anand Rathi 96 Reputation points
accepted 2020-08-11T07:55:01.673+00:00
Anand Rathi 96 Reputation points
2 answers

CVE-2020-1350 vulnerability and Azure PaaS resources

I've got a customer needing documentation regarding the CVE-2020-1350 vulnerability and its impact on Azure Public and Government clouds especially PaaS and SaaS resources? I've looked around the Azure Security Center along with several other places and…

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
631 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-21T13:51:35.57+00:00
John Batzer 1 Reputation point
commented 2020-08-10T11:04:44.91+00:00
GitaraniSharma-MSFT 49,391 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Virtual Netowrk connectivity cross regions

How to connect two Azure datacenters in two region with networking as DR site.

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,451 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-08-08T14:26:07.463+00:00
Abdulrahman Mohamed 66 Reputation points
accepted 2020-08-08T14:27:42.247+00:00
Abdulrahman Mohamed 66 Reputation points
1 answer

Problem With govt site opening in India

Hello, I have one Windows VM in my azure in the central India Location. last 2 days I notice that one of our Indian govt sites https://www.ewaybillgst.gov.in/ is not opening any browser in internal VM this is an India govt site I don't know why…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,561 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-08-03T06:12:41.61+00:00
Sandip Saha 1 Reputation point
commented 2020-08-07T05:54:53.263+00:00
vipullag-MSFT 25,941 Reputation points
3 answers One of the answers was accepted by the question author.

Azure NSG : Same subnet, Same adresses in source and destination

Hi everyone, Iam on a case that two IPs on the same subnet ( With a NSG ) has to talk to each other with the same ports. I was wondering if its ok to put the same Ip on source and destination as shown bellow : Or should i do it more…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-08-04T14:20:36.717+00:00
Badr HOUSSNI 46 Reputation points
accepted 2020-08-06T14:59:15.85+00:00
Badr HOUSSNI 46 Reputation points
1 answer One of the answers was accepted by the question author.

Azure NSG : SourceAddressPrefix range Error

Hi, Iam experiencing some troubles adding ranges of ip addresses on source and destination fields. As far as i know Azure said that they accept address range : Am i using it wrong ? Or this is just impossible to do with NSG ? …

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-08-06T13:43:57.273+00:00
Badr HOUSSNI 46 Reputation points
commented 2020-08-06T14:04:58.893+00:00
Badr HOUSSNI 46 Reputation points
1 answer

Value for reference id is missing. Path properties.ipConfigurations[0].properties.publicIPAddress

I'm trying to deploy a Virtual Machine using an ARM Template. The VM needs to have a static IP address. When deploying the template I'm getting an error. I think I'm getting the reference to the public IP address from the network interface wrong but I…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-08-02T19:44:23.49+00:00
Martin Brown 11 Reputation points
answered 2020-08-05T12:49:54.933+00:00
Sumarigo-MSFT 45,406 Reputation points Microsoft Employee
2 answers

when i try to create a route table it shows an error with the route table name

i want ro create hub-spoke topology ,so i tried to create routetable but when i give the name to the route table it shows a red corss mark. It is not showing why this error is coming .please help.....

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-27T06:32:39.547+00:00
Kamlesh Choudhary 6 Reputation points
commented 2020-08-05T07:42:15.523+00:00
GitaraniSharma-MSFT 49,391 Reputation points Microsoft Employee
1 answer

IPV6 IPSEC tunnel

With Azure VPN gateway, is IPV6 S2S or P2S tunnel supported? if not, is there any plans to support?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-05-21T13:25:54.577+00:00
Venkatesha Bhat 41 Reputation points
answered 2020-08-04T13:46:45.567+00:00
Sumarigo-MSFT 45,406 Reputation points Microsoft Employee
1 answer

How to connect VPN gateway(point-on-site) to vm?

Hey guys, I have created a vpn (point-on-site) for secure connection with vm. I have created a VM last year and hosted three websites on vm IIS webserver. Now I want to access Vm through VPN Gateway. Is it possible to connect existing vm to newly…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,561 questions
Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,451 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-27T07:35:26.24+00:00
Sudesh Sharma 46 Reputation points
commented 2020-08-03T12:49:29.943+00:00
Andreas Baumgarten 103.8K Reputation points MVP
2 answers

Unable to open port on ubuntu 18.04

Hey I am unable to open ports on ubuntu 18.04. i have disabled ufw on vm and opened all ports on azure networking panel. but still all ports all closed except 22.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,561 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-28T10:20:34.053+00:00
sKy 1 Reputation point
commented 2020-08-02T17:45:59.813+00:00
Manu Philip 17,351 Reputation points MVP
1 answer

Vnet peering vs vnet cloud networking?

1) Within the same region, Vnet peering which is a method of connecting vnets within the same subscription? Why not just connect VNets to another vnet using a virtual firewall within the same cloud subscription? ( I thought Vnet peering is designed…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-29T21:52:45.937+00:00
David Kim 66 Reputation points
answered 2020-07-30T00:59:32.67+00:00
TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
2 answers

What is the Expected network bandwidth for VM Standard B4ms?

Looking for Expected network bandwidth for VM Standard B4ms (4 vcpus, 16 GiB memory) ?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,561 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-27T06:35:32.753+00:00
Azure Contractor 2 31 Reputation points
commented 2020-07-28T16:11:06.937+00:00
GitaraniSharma-MSFT 49,391 Reputation points Microsoft Employee
1 answer

Unable to complete peering in an Exchange

Hi, I'm unable to complete the Peering connection in a Exchange, after following the steps in the documentation, namely: https://learn.microsoft.com/en-us/azure/internet-peering/prerequisites …

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-22T21:47:22.597+00:00
Pedro Reis 1 Reputation point
commented 2020-07-27T13:02:15.77+00:00
GitaraniSharma-MSFT 49,391 Reputation points Microsoft Employee
1 answer

Outbound rules for Azure platform services

Hi, https://learn.microsoft.com/en-us/azure/virtual-network/security-overview#azure-platform-considerations mentions: "Virtual IP of the host node: Basic infrastructure services like DHCP, DNS, IMDS, and health monitoring are provided…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-19T23:18:51.263+00:00
AZLearner 96 Reputation points
commented 2020-07-27T12:59:15.333+00:00
GitaraniSharma-MSFT 49,391 Reputation points Microsoft Employee
5 answers One of the answers was accepted by the question author.

Azure Virtual Network gateway subnet with multiple address spaces and express route

Hi, I have a question regarding a VNET with multiple address spaces and express route. When creating a Azure Virtual Network gateway subnet with multiple address spaces, does it mater which address space i specify for the Gateway subnet? My scenario,…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,451 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
342 questions
asked 2020-07-17T06:00:04.653+00:00
Paul Cookman 41 Reputation points
accepted 2020-07-26T08:24:25.803+00:00
Paul Cookman 41 Reputation points
2 answers

Microsoft Azure VM network connection

Hi, I accidentally disconnected the azure vm (vds) internet. Now it does not open. I tried everything but not working and not starting too.. And i can't see the vm IP. Thank you.... Pleaase help me.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,289 questions
asked 2020-07-21T15:14:05.06+00:00
Kyoya 1 Reputation point
answered 2020-07-24T02:24:42.667+00:00
TravisCragg-MSFT 5,681 Reputation points Microsoft Employee