You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/virtual-networks-faq.md
+34-3Lines changed: 34 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.devlang: na
13
13
ms.topic: article
14
14
ms.tgt_pltfrm: na
15
15
ms.workload: infrastructure-services
16
-
ms.date: 03/01/2018
16
+
ms.date: 08/09/2018
17
17
ms.author: jdial
18
18
19
19
---
@@ -40,7 +40,6 @@ Visit the [Virtual network documentation](https://docs.microsoft.com/azure/virtu
40
40
Yes. You can use a VNet without connecting it to your premises. For example, you could run Microsoft Windows Server Active Directory domain controllers and SharePoint farms solely in an Azure VNet.
41
41
42
42
### Can I perform WAN optimization between VNets or a VNet and my on-premises data center?
43
-
44
43
Yes. You can deploy a [WAN optimization network virtual appliance](https://azure.microsoft.com/marketplace/?term=wan+optimization) from several vendors through the Azure Marketplace.
45
44
46
45
## Configuration
@@ -187,7 +186,6 @@ Yes. You can (optionally) deploy Cloud Services role instances within VNets. To
187
186
Yes. You must connect a VMSS to a VNet.
188
187
189
188
### Is there a complete list of Azure services that can I deploy resources from into a VNet?
190
-
191
189
Yes, For details, see [Virtual network integration for Azure services](virtual-network-for-azure-services.md).
192
190
193
191
### Which Azure PaaS resources can I restrict access to from a VNet?
@@ -221,3 +219,36 @@ Yes. Learn more about using:
221
219
- The Azure portal to deploy VNets through the [Azure Resource Manager](manage-virtual-network.md#create-a-virtual-network) and [classic](virtual-networks-create-vnet-classic-pportal.md) deployment models.
222
220
- PowerShell to manage VNets deployed through the [Resource Manager](/powershell/module/azurerm.network) and [classic](/powershell/module/azure/?view=azuresmps-3.7.0) deployment models.
223
221
- The Azure command-line interface (CLI) to deploy and manage VNets deployed through the [Resource Manager](/cli/azure/network/vnet) and [classic](../virtual-machines/azure-cli-arm-commands.md?toc=%2fazure%2fvirtual-network%2ftoc.json#azure-network-commands-to-manage-network-resources) deployment models.
222
+
223
+
## VNet peering
224
+
225
+
### Can I create a peering connection to a VNet in a different region?
226
+
Yes. Global VNet peering enables you to peer VNets in different regions. Global VNet peering is available in all Azure public regions. You cannot globally peer from Azure public regions to National clouds. Global peering is not currently available in national clouds.
227
+
228
+
### Can I enable VNet Peering if my virtual networks belong to subscriptions within different Azure Active Directory tenants?
229
+
Currently it is not possible to establish VNet Peering (whether local or global) if your subscriptions belong to different Azure Active Directory tenants.
230
+
231
+
### My VNet peering connection is in *Initiated* state, why can't I connect?
232
+
If your peering connection is in an Initiated state, this means you have created only one link. A bidirectional link must be created in order to establish a successfuly connection. For example, to peer VNet A to VNet B, a link must be created from VNetA to VNetB and from VNetB to VNetA. Creating both links will change the state to *Connected.*
233
+
234
+
### Can I peer my VNet with a VNet in a different subscription?
235
+
Yes. You can peer VNets across subscriptions and across regions.
236
+
237
+
### Can I peer two VNets with matching or overlapping address ranges?
238
+
No. Address spaces must not overalap to enable VNet Peering.
239
+
240
+
### How much do VNet peering links cost?
241
+
There is no charge for creating a VNet peering connection. Data transfer across peering connections is charged. [See here](https://azure.microsoft.com/pricing/details/virtual-network/).
242
+
243
+
### Is VNet peering traffic encrypted?
244
+
No. Traffic between resources in peered VNets is private and isolated. It remains completely on the Microsoft Backbone.
245
+
246
+
### Why is my peering connection in a disconnected state?
247
+
VNet peering connections go into *Disconnected* state when one VNet peering link is deleted. You must delete both links in order to reestablish a successful peering connection.
248
+
249
+
### If I peer VNetA to VNetB and I peer VNetB to VNetC, does that mean VNetA and VNetC are peered?
250
+
No. Transitive peering is not supported. You must peer VNetA and VNetC for this to take place.
251
+
252
+
### Are there any bandwidth limitations for peering connections?
253
+
No. VNet peering, whether local or global, does not impose any bandwidth restrictions. Bandwidth is only limites by the VM or compute resource.
0 commit comments