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/frontdoor/standard-premium/concept-origin.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Azure Front Door Standard/Premium sends periodic HTTP/HTTPS probe requests to ea
81
81
>[!NOTE]
82
82
>For faster failovers, set the interval to a lower value. The lower the value, the higher the health probe volume your backends receive. For example, if the interval is set to 30 seconds with say, 100 Front Door POPs globally, each backend will receive about 200 probe requests per minute.
83
83
84
-
For more information, see [Health probes](concept-health-probes.md).
84
+
For more information, see [Health probes](/azure/frontdoor/front-door-health-probes).
85
85
86
86
### Load-balancing settings
87
87
@@ -105,7 +105,7 @@ There are four traffic routing methods available in Azure Front Door Standard/Pr
105
105
***[Priority](#priority):** You can assign priorities to your backends when you want to configure a primary backend to service all traffic. The secondary backend can be a backup in case the primary backend becomes unavailable.
106
106
***[Weighted](#weighted):** You can assign weights to your backends when you want to distribute traffic across a set of backends. Whether you want to evenly distribute or according to the weight coefficients.
107
107
108
-
All Azure Front Door Standard/Premium configurations include monitoring of backend health and automated instant global failover. For more information, see [Backend Monitoring](concept-health-probes.md). Your Front Door can work based off of a single routing method. But depending on your application needs, you can also combine multiple routing methods to build an optimal routing topology.
108
+
All Azure Front Door Standard/Premium configurations include monitoring of backend health and automated instant global failover. For more information, see [Backend Monitoring](/azure/frontdoor/front-door-health-probes). Your Front Door can work based off of a single routing method. But depending on your application needs, you can also combine multiple routing methods to build an optimal routing topology.
109
109
110
110
### <aname = "latency"></a>Lowest latencies based traffic-routing
1. Define the scope and access type this Azure Virtual Network Manager instance will have. You can choose to create the scope with subscriptions group or management group or a combination of both. Create the scope by using [New-AzNetworkManagerScope](/powershell/module/az.network/new-aznetworkmanagerscope).
47
+
1. Define the scope and access type this Azure Virtual Network Manager instance will have. You can choose to create the scope with subscriptions group or management group or a combination of both. Create the scope by using New-AzNetworkManagerScope.
1. Create the Virtual Network Manager with [New-AzNetworkManager](/powershell/module/az.network/new-aznetworkmanager). This example creates an Azure Virtual Network Manager named **myAVNM** in the West US location.
62
+
1. Create the Virtual Network Manager with New-AzNetworkManager. This example creates an Azure Virtual Network Manager named **myAVNM** in the West US location.
1. Create a static virtual network member with [New-AzNetworkManagerGroupMembersItem](/powershell/module/az.network/new-aznetworkmanagergroupmembersitem).
153
+
1. Create a static virtual network member with New-AzNetworkManagerGroupMembersItem.
1. Create the network group using the conditional statement defined in the last step using [New-AzNetworkManagerGroup](/powershell/module/az.network/new-aznetworkmanagergroup).
181
+
1. Create the network group using the conditional statement defined in the last step using New-AzNetworkManagerGroup.
1. Create a connectivity group item to add a network group to with [New-AzNetworkManagerConnectivityGroupItem](/powershell/module/az.network/new-aznetworkmanagerconnectivitygroupitem).
197
+
1. Create a connectivity group item to add a network group to with New-AzNetworkManagerConnectivityGroupItem.
1. Create the connectivity configuration with [New-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/new-aznetworkmanagerconnectivityconfiguration).
213
+
1. Create the connectivity configuration with New-AzNetworkManagerConnectivityConfiguration.
@@ -251,7 +251,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
251
251
* All configurations have been deleted.
252
252
* All network groups have been deleted.
253
253
254
-
1. Remove the connectivity deployment by deploying an empty configuration with [Deploy-AzNetworkManagerCommit](/powershell/module/az.network/deploy-aznetworkmanagercommit).
254
+
1. Remove the connectivity deployment by deploying an empty configuration with Deploy-AzNetworkManagerCommit.
@@ -267,7 +267,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
267
267
Deploy-AzNetworkManagerCommit @removedeployment
268
268
```
269
269
270
-
1. Remove the connectivity configuration with [Remove-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/remove-aznetworkmanagerconnectivityconfiguration)
270
+
1. Remove the connectivity configuration with Remove-AzNetworkManagerConnectivityConfiguration
271
271
272
272
```azurepowershell-interactive
273
273
$removeconfig = @{
@@ -278,7 +278,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-block-network-traffic-powershell.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Before you start configuring security rules, confirm the following steps:
27
27
28
28
## Create a SecurityAdmin configuration
29
29
30
-
1. Create a new SecurityAdmin configuration with [New-AzNetworkManagerSecurityAdminConfiguration](/powershell/module/az.network/new-aznetworkmanagersecurityadminconfiguration).
30
+
1. Create a new SecurityAdmin configuration with New-AzNetworkManagerSecurityAdminConfiguration.
31
31
32
32
```azurepowershell-interactive
33
33
$config = @{
@@ -38,7 +38,7 @@ Before you start configuring security rules, confirm the following steps:
1. Store network group to a variable with [Get-AzNetworkManagerGroup](/powershell/module/az.network/get-aznetworkmanagergroup).
41
+
1. Store network group to a variable with Get-AzNetworkManagerGroup.
42
42
43
43
```azurepowershell-interactive
44
44
$ng = @{
@@ -49,7 +49,7 @@ Before you start configuring security rules, confirm the following steps:
49
49
$networkgroup = Get-AzNetworkManagerGroup @ng
50
50
```
51
51
52
-
1. Create a connectivity group item to add a network group to with [New-AzNetworkManagerSecurityGroupItem](/powershell/module/az.network/new-aznetworkmanagersecuritygroupitem).
52
+
1. Create a connectivity group item to add a network group to with New-AzNetworkManagerSecurityGroupItem.
53
53
54
54
```azurepowershell-interactive
55
55
$gi = @{
@@ -65,7 +65,7 @@ Before you start configuring security rules, confirm the following steps:
65
65
$configGroup.Add($groupItem)
66
66
```
67
67
68
-
1. Create a security admin rules collection with [New-AzNetworkManagerSecurityAdminRuleCollection](/powershell/module/az.network/new-aznetworkmanagersecurityadminrulecollection).
68
+
1. Create a security admin rules collection with New-AzNetworkManagerSecurityAdminRuleCollection.
69
69
70
70
```azurepowershell-interactive
71
71
$collection = @{
@@ -78,7 +78,7 @@ Before you start configuring security rules, confirm the following steps:
1. Define the variables for the source and destination address prefixes and ports with [New-AzNetworkManagerAddressPrefixItem](/powershell/module/az.network/new-aznetworkmanageraddressprefixitem).
81
+
1. Define the variables for the source and destination address prefixes and ports with New-AzNetworkManagerAddressPrefixItem.
82
82
83
83
```azurepowershell-interactive
84
84
$sourceip = @{
@@ -101,7 +101,7 @@ Before you start configuring security rules, confirm the following steps:
101
101
$destinationPortList.Add("443”)
102
102
```
103
103
104
-
1. Create a security rule with [New-AzNetworkManagerSecurityAdminRule](/powershell/module/az.network/new-aznetworkmanagersecurityadminrule).
104
+
1. Create a security rule with New-AzNetworkManagerSecurityAdminRule.
105
105
106
106
```azurepowershell-interactive
107
107
$rule = @{
@@ -124,7 +124,7 @@ Before you start configuring security rules, confirm the following steps:
124
124
125
125
## Commit deployment
126
126
127
-
Commit the security configuration to target regions with [Deploy-AzNetworkManagerCommit](/powershell/module/az.network/deploy-aznetworkmanagercommit).
127
+
Commit the security configuration to target regions with Deploy-AzNetworkManagerCommit.
@@ -151,7 +151,7 @@ If you no longer need the security configuration, you'll need to make sure the f
151
151
152
152
### Remove security configuration deployment
153
153
154
-
Remove the security deployment by deploying a configuration with [Deploy-AzNetworkManagerCommit](/powershell/module/az.network/deploy-aznetworkmanagercommit).
154
+
Remove the security deployment by deploying a configuration with Deploy-AzNetworkManagerCommit.
Delete the security configuration with [Remove-AzNetworkManagerSecurityAdminConfiguration](/powershell/module/az.network/remove-aznetworkmanagersecurityadminconfiguration).
198
+
Delete the security configuration with Remove-AzNetworkManagerSecurityAdminConfiguration.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-create-hub-and-spoke-powershell.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ This section will help you create a network group containing the virtual network
30
30
31
31
### Static membership
32
32
33
-
1. Create a static virtual network member with [New-AzNetworkManagerGroupMembersItem](/powershell/module/az.network/new-aznetworkmanagergroupmembersitem).
33
+
1. Create a static virtual network member with New-AzNetworkManagerGroupMembersItem.
@@ -58,7 +58,7 @@ This section will help you create a network group containing the virtual network
58
58
}'
59
59
```
60
60
61
-
1. Create the network group using either the static membership group (GroupMember) or the dynamic membership group (ConditionalMembership) defined previously using [New-AzNetworkManagerGroup](/powershell/module/az.network/new-aznetworkmanagergroup).
61
+
1. Create the network group using either the static membership group (GroupMember) or the dynamic membership group (ConditionalMembership) defined previously using New-AzNetworkManagerGroup.
62
62
63
63
```azurepowershell-interactive
64
64
$ng = @{
@@ -76,7 +76,7 @@ This section will help you create a network group containing the virtual network
76
76
77
77
This section will guide you through how to create a hub-and-spoke configuration with the network group you created in the previous section.
78
78
79
-
1. Create a spokes connectivity group item to add a network group with [New-AzNetworkManagerConnectivityGroupItem](/powershell/module/az.network/new-aznetworkmanagerconnectivitygroupitem). You can enable direct connectivity with the `-GroupConnectivity` flag, global mesh with `-IsGlobal` flag, or `-UseHubGateway` flag to use the gateway in the hub virtual network:
79
+
1. Create a spokes connectivity group item to add a network group with New-AzNetworkManagerConnectivityGroupItem. You can enable direct connectivity with the `-GroupConnectivity` flag, global mesh with `-IsGlobal` flag, or `-UseHubGateway` flag to use the gateway in the hub virtual network:
80
80
81
81
```azurepowershell-interactive
82
82
$spokes = @{
@@ -92,7 +92,7 @@ This section will guide you through how to create a hub-and-spoke configuration
92
92
$configGroup.Add($spokesGroup)
93
93
```
94
94
95
-
1. Create a hub connectivity group item and define the virtual network you'll use as the hub with [New-AzNetworkManagerHub](/powershell/module/az.network/new-aznetworkmanagerhub).
95
+
1. Create a hub connectivity group item and define the virtual network you'll use as the hub with New-AzNetworkManagerHub.
@@ -106,7 +106,7 @@ This section will guide you through how to create a hub-and-spoke configuration
106
106
$hubList.Add($hubvnet)
107
107
```
108
108
109
-
1. Create the connectivity configuration with [New-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/new-aznetworkmanagerconnectivityconfiguration).
109
+
1. Create the connectivity configuration with New-AzNetworkManagerConnectivityConfiguration.
110
110
111
111
```azurepowershell-interactive
112
112
$config = @{
@@ -122,7 +122,7 @@ This section will guide you through how to create a hub-and-spoke configuration
122
122
123
123
## Deploy the hub-and-spoke configuration
124
124
125
-
Commit the configuration to the target regions with [Deploy-AzNetworkManagerCommit](/powershell/module/az.network/deploy-aznetworkmanagercommit).
125
+
Commit the configuration to the target regions with Deploy-AzNetworkManagerCommit.
Copy file name to clipboardExpand all lines: articles/virtual-network-manager/how-to-create-mesh-network-powershell.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ In this article, you'll learn how to create a mesh network topology with Azure V
26
26
27
27
This section will help you create a network group containing the virtual networks you'll be using for the hub-and-spoke network topology.
28
28
29
-
1. Create a static virtual network member with [New-AzNetworkManagerGroupMembersItem](/powershell/module/az.network/new-aznetworkmanagergroupmembersitem).
29
+
1. Create a static virtual network member with New-AzNetworkManagerGroupMembersItem.
@@ -54,7 +54,7 @@ This section will help you create a network group containing the virtual network
54
54
}'
55
55
```
56
56
57
-
1. Create the network group using either the static membership group (GroupMember) or the dynamic membership group (ConditionalMembership) define previously using [New-AzNetworkManagerGroup](/powershell/module/az.network/new-aznetworkmanagergroup).
57
+
1. Create the network group using either the static membership group (GroupMember) or the dynamic membership group (ConditionalMembership) define previously using New-AzNetworkManagerGroup.
58
58
59
59
```azurepowershell-interactive
60
60
$ng = @{
@@ -72,7 +72,7 @@ This section will help you create a network group containing the virtual network
72
72
73
73
This section will guide you through how to create a mesh configuration with the network group you created in the previous section.
74
74
75
-
1. Create a connectivity group item to add a network group to with [New-AzNetworkManagerConnectivityGroupItem](/powershell/module/az.network/new-aznetworkmanagerconnectivitygroupitem).
75
+
1. Create a connectivity group item to add a network group to with New-AzNetworkManagerConnectivityGroupItem.
76
76
77
77
```azurepowershell-interactive
78
78
$gi = @{
@@ -88,7 +88,7 @@ This section will guide you through how to create a mesh configuration with the
88
88
$configGroup.Add($groupItem)
89
89
```
90
90
91
-
1. Create the connectivity configuration with [New-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/new-aznetworkmanagerconnectivityconfiguration).
91
+
1. Create the connectivity configuration with New-AzNetworkManagerConnectivityConfiguration.
92
92
93
93
```azurepowershell-interactive
94
94
$config = @{
@@ -103,7 +103,7 @@ This section will guide you through how to create a mesh configuration with the
103
103
104
104
## Deploy the mesh configuration
105
105
106
-
Commit the configuration to the target regions with [Deploy-AzNetworkManagerCommit](/powershell/module/az.network/deploy-aznetworkmanagercommit).
106
+
Commit the configuration to the target regions with Deploy-AzNetworkManagerCommit.
0 commit comments