Skip to content

Commit 018d30e

Browse files
committed
edit pass: virtual-networks-overview-and-faq
1 parent 6f6f802 commit 018d30e

File tree

2 files changed

+27
-29
lines changed

2 files changed

+27
-29
lines changed

articles/virtual-network/virtual-networks-faq.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Yes. You can deploy a [network virtual appliance for WAN optimization](https://a
4949

5050
You can use the following tools to create or configure a virtual network:
5151

52-
* Azure portal.
53-
* PowerShell.
54-
* Azure CLI.
55-
* Network configuration file (`netcfg`, for classic virtual networks only). For more information, see [Configure a virtual network using a network configuration file](/previous-versions/azure/virtual-network/virtual-networks-using-network-configuration-file).
52+
* Azure portal
53+
* PowerShell
54+
* Azure CLI
55+
* [Network configuration file](/previous-versions/azure/virtual-network/virtual-networks-using-network-configuration-file) (`netcfg`, for classic virtual networks only)
5656

5757
### What address ranges can I use in my virtual networks?
5858

@@ -86,7 +86,7 @@ Yes. See [Networking limits](../azure-resource-manager/management/azure-subscrip
8686

8787
### Are there any restrictions on using IP addresses within these subnets?
8888

89-
Yes. Azure reserves the first four addresses and the last IP address, for a total of five IP addresses within each subnet.
89+
Yes. Azure reserves the first four addresses and the last address, for a total of five IP addresses within each subnet.
9090

9191
For example, the IP address range of 192.168.1.0/24 has the following reserved addresses:
9292

@@ -128,8 +128,6 @@ You can use TCP, UDP, ESP, AH, and ICMP TCP/IP protocols in virtual networks.
128128

129129
Unicast is supported in virtual networks. Multicast, broadcast, IP-in-IP encapsulated packets, and Generic Routing Encapsulation (GRE) packets are blocked in virtual networks. You can't use Dynamic Host Configuration Protocol (DHCP) via Unicast (source port UDP/68, destination port UDP/67). UDP source port 65330 is reserved for the host.
130130

131-
For more information about what is and isn't supported for DHCP, see [Can I deploy a DHCP server in a virtual network?](#can-i-deploy-a-dhcp-server-in-a-virtual-network).
132-
133131
### Can I deploy a DHCP server in a virtual network?
134132

135133
Azure virtual networks provide DHCP service and DNS to VMs and client/server DHCP (source port UDP/68, destination port UDP/67) not supported in a virtual network.
@@ -169,7 +167,7 @@ Every cloud service deployed in Azure has a publicly addressable virtual IP (VIP
169167

170168
### Do virtual networks support IPv6?
171169

172-
Yes, virtual networks can be IPv4 only or dual stack (IPv4 + IPv6). For details, see [What is IPv6 for Azure Virtual Network?](./ip-services/ipv6-overview.md).
170+
Yes. Virtual networks can be IPv4 only or dual stack (IPv4 + IPv6). For details, see [What is IPv6 for Azure Virtual Network?](./ip-services/ipv6-overview.md).
173171

174172
### Can a virtual network span regions?
175173

@@ -209,7 +207,7 @@ If you change your DNS server list, you need to perform a DHCP lease renewal on
209207
Azure-provided DNS is a multitenant DNS service from Microsoft. Azure registers all of your VMs and cloud service role instances in this service. This service provides name resolution:
210208

211209
* By host name for VMs and role instances in the same cloud service.
212-
* By FQDN for VMs and role instances in the same virtual network.
210+
* By fully qualified domain main (FQDN) for VMs and role instances in the same virtual network.
213211

214212
To learn more about DNS, see [Name resolution for resources in Azure virtual networks](virtual-networks-name-resolution-for-vms-and-role-instances.md).
215213

@@ -231,7 +229,7 @@ Yes. All network adapters (NICs) attached to a VM that's deployed through the Re
231229

232230
### What are the types of IP addresses that I can assign to VMs?
233231

234-
* **Private**: Assigned to each NIC within each VM. The address is assigned through the static or dynamic method. Private IP addresses are assigned from the range that you specified in the subnet settings of your virtual network.
232+
* **Private**: Assigned to each NIC within each VM, through the static or dynamic method. Private IP addresses are assigned from the range that you specified in the subnet settings of your virtual network.
235233

236234
Resources deployed through the classic deployment model are assigned private IP addresses, even if they're not connected to a virtual network. The behavior of the allocation method is different depending on whether you deployed a resource by using the Resource Manager or classic deployment model:
237235

@@ -240,7 +238,7 @@ Yes. All network adapters (NICs) attached to a VM that's deployed through the Re
240238

241239
* **Public**: Optionally assigned to NICs attached to VMs deployed through the Resource Manager deployment model. You can assign the address by using the static or dynamic allocation method.
242240

243-
All VMs and Azure Cloud Services role instances deployed through the classic deployment model exist within a cloud service, which is assigned a dynamic, public VIP address. You can optionally assign a public static IP address, called a [reserved IP address](/previous-versions/azure/virtual-network/virtual-networks-reserved-public-ip), as a VIP.
241+
All VMs and Azure Cloud Services role instances deployed through the classic deployment model exist within a cloud service. The cloud service is assigned a dynamic, public VIP address. You can optionally assign a public static IP address, called a [reserved IP address](/previous-versions/azure/virtual-network/virtual-networks-reserved-public-ip), as a VIP.
244242

245243
You can assign public IP addresses to individual VMs or Cloud Services role instances deployed through the classic deployment model. These addresses are called [instance-level public IP](/previous-versions/azure/virtual-network/virtual-networks-instance-level-public-ip) addresses and can be assigned dynamically.
246244

@@ -274,7 +272,7 @@ No. You can't statically configure a MAC address.
274272

275273
### Does the MAC address remain the same for my VM after it's created?
276274

277-
Yes, the MAC address remains the same for a VM that you deployed through both the Resource Manager and classic deployment models until you delete it.
275+
Yes. The MAC address remains the same for a VM that you deployed through both the Resource Manager and classic deployment models until you delete it.
278276

279277
Previously, the MAC address was released if you stopped (deallocated) the VM. But now, the VM retains the MAC address when it's in the deallocated state. The MAC address remains assigned to the network adapter until you do one of these tasks:
280278

@@ -291,7 +289,7 @@ Yes. All VMs and Cloud Services role instances deployed within a virtual network
291289

292290
Yes. You can deploy the Web Apps feature of Azure App Service inside a virtual network by using an App Service Environment. You can then:
293291

294-
* Connect the back end of your apps to your virtual networks with by using virtual network integration.
292+
* Connect the back end of your apps to your virtual networks by using virtual network integration.
295293
* Lock down inbound traffic to your app by using service endpoints.
296294

297295
For more information, see the following articles:
@@ -387,12 +385,12 @@ Yes. Global virtual network peering enables you to peer virtual networks in diff
387385

388386
### What are the constraints related to global virtual network peering and load balancers?
389387

390-
If the two virtual networks in two regions are peered over global virtual network peering, you can't connect to resources that are behind a Basic load balancer through the front-end IP of the load balancer. This restriction doesn't exist for a Standard load balancer.
388+
If the two virtual networks in two regions are peered over global virtual network peering, you can't connect to resources that are behind a basic load balancer through the front-end IP of the load balancer. This restriction doesn't exist for a standard load balancer.
391389

392-
The following resources can use Basic load balancers, which means you can't reach them through the load balancer's front-end IP over global virtual network peering. But you can use global virtual network peering to reach the resources directly through their private virtual network IPs, if permitted.
390+
The following resources can use basic load balancers, which means you can't reach them through a load balancer's front-end IP over global virtual network peering. But you can use global virtual network peering to reach the resources directly through their private virtual network IPs, if permitted.
393391

394-
* VMs behind Basic load balancers
395-
* Virtual machine scale sets with Basic load balancers
392+
* VMs behind basic load balancers
393+
* Virtual machine scale sets with basic load balancers
396394
* Azure Cache for Redis
397395
* Azure Application Gateway v1
398396
* Azure Service Fabric
@@ -523,7 +521,7 @@ Virtual network service endpoints help protect Azure service resources. Virtual
523521

524522
### Is there any cost for using virtual network service endpoints?
525523

526-
No, there's no additional cost for using virtual network service endpoints.
524+
No. There's no additional cost for using virtual network service endpoints.
527525

528526
### Can I turn on virtual network service endpoints and set up virtual network ACLs if the virtual network and the Azure service resources belong to different subscriptions?
529527

@@ -553,13 +551,13 @@ The service returns an HTTP 403 or HTTP 404 error.
553551

554552
### Are subnets of a virtual network created in different regions allowed to access an Azure service account in another region?
555553

556-
Yes. For most of the Azure services, virtual networks created in different regions can access Azure services in another region through the virtual network service endpoints. For example, if an Azure Cosmos DB account is in the West US or East US region, and virtual networks are in multiple regions, the virtual network can access Azure Cosmos DB.
554+
Yes. For most of the Azure services, virtual networks created in different regions can access Azure services in another region through the virtual network service endpoints. For example, if an Azure Cosmos DB account is in the West US or East US region, and virtual networks are in multiple regions, the virtual networks can access Azure Cosmos DB.
557555

558556
Azure Storage and Azure SQL are exceptions and are regional in nature. Both the virtual network and the Azure service need to be in the same region.
559557

560558
### Can an Azure service have both a virtual network ACL and an IP firewall?
561559

562-
Yes, a virtual network ACL and an IP firewall can coexist. The features complement each other to help ensure isolation and security.
560+
Yes. A virtual network ACL and an IP firewall can coexist. The features complement each other to help ensure isolation and security.
563561

564562
### What happens if you delete a virtual network or subnet that has service endpoints turned on for Azure services?
565563

@@ -573,7 +571,7 @@ The deletion of an Azure service account is an independent operation. It's suppo
573571

574572
### What happens to the source IP address of a resource (like a VM in a subnet) that has virtual network service endpoints turned on?
575573

576-
When you turn on virtual network service endpoints, the source IP addresses of the resources in your virtual network's subnet switch from using public IPv4 addresses to the Azure virtual network's private IP addresses for traffic to Azure services. This switch can cause specific IP firewalls that are set to a public IPv4 address earlier on the Azure services to fail.
574+
When you turn on virtual network service endpoints, the source IP addresses of the resources in your virtual network's subnet switch from using public IPv4 addresses to using the Azure virtual network's private IP addresses for traffic to Azure services. This switch can cause specific IP firewalls that are set to a public IPv4 address earlier on the Azure services to fail.
577575

578576
### Does the service endpoint route always take precedence?
579577

@@ -583,7 +581,7 @@ For more information about how Azure selects a route, see [Virtual network traff
583581

584582
### Do service endpoints work with ICMP?
585583

586-
No, ICMP traffic that's sourced from a subnet with service endpoints enabled won't take the service tunnel path to the desired endpoint. Service endpoints handle only TCP traffic. If you want to test latency or connectivity to an endpoint via service endpoints, tools like ping and tracert won't show the true path that the resources within the subnet will take.
584+
No. ICMP traffic that's sourced from a subnet with service endpoints enabled won't take the service tunnel path to the desired endpoint. Service endpoints handle only TCP traffic. If you want to test latency or connectivity to an endpoint via service endpoints, tools like ping and tracert won't show the true path that the resources within the subnet will take.
587585

588586
### How do NSGs on a subnet work with service endpoints?
589587

articles/virtual-network/virtual-networks-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,21 @@ A virtual network is similar to a traditional network that you'd operate in your
1919

2020
Key scenarios that you can accomplish with a virtual network include:
2121

22-
- Communication of Azure resources with the internet
22+
- Communication of Azure resources with the internet.
2323

24-
- Communication between Azure resources
24+
- Communication between Azure resources.
2525

26-
- Communication with on-premises resources
26+
- Communication with on-premises resources.
2727

28-
- Filtering of network traffic
28+
- Filtering of network traffic.
2929

30-
- Routing of network traffic
30+
- Routing of network traffic.
3131

32-
- Integration with Azure services
32+
- Integration with Azure services.
3333

3434
### Communicate with the internet
3535

36-
All resources in a virtual network can communicate outbound with the internet, by default. You can also use a [public IP address](./ip-services/virtual-network-public-ip-address.md), [NAT gateway](../nat-gateway/nat-overview.md), or a [public load balancer](../load-balancer/load-balancer-overview.md) to manage your [outbound connections](../load-balancer/load-balancer-outbound-connections.md). You can communicate inbound with a resource by assigning a public IP address or a public load balancer.
36+
All resources in a virtual network can communicate outbound with the internet, by default. You can also use a [public IP address](./ip-services/virtual-network-public-ip-address.md), [NAT gateway](../nat-gateway/nat-overview.md), or [public load balancer](../load-balancer/load-balancer-overview.md) to manage your [outbound connections](../load-balancer/load-balancer-outbound-connections.md). You can communicate inbound with a resource by assigning a public IP address or a public load balancer.
3737

3838
When you're using only an [internal standard load balancer](../load-balancer/load-balancer-overview.md), outbound connectivity is not available until you define how you want outbound connections to work with an instance-level public IP address or a public load balancer.
3939

0 commit comments

Comments
 (0)