Skip to content

Commit 5de83b1

Browse files
authored
Merge pull request #179764 from pritamso/Broken-link-fix-duongau
Broken link fix
2 parents 974f97e + d2898cc commit 5de83b1

File tree

7 files changed

+37
-37
lines changed

7 files changed

+37
-37
lines changed

articles/frontdoor/standard-premium/concept-origin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Azure Front Door Standard/Premium sends periodic HTTP/HTTPS probe requests to ea
8181
>[!NOTE]
8282
>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.
8383
84-
For more information, see [Health probes](concept-health-probes.md).
84+
For more information, see [Health probes](/azure/frontdoor/front-door-health-probes).
8585

8686
### Load-balancing settings
8787

@@ -105,7 +105,7 @@ There are four traffic routing methods available in Azure Front Door Standard/Pr
105105
* **[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.
106106
* **[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.
107107

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.
109109

110110
### <a name = "latency"></a>Lowest latencies based traffic-routing
111111

articles/frontdoor/standard-premium/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ landingContent:
6464
- text: Origin
6565
url: concept-origin.md
6666
- text: Health probes
67-
url: concept-health-probes.md
67+
url: /azure/frontdoor/front-door-health-probes
6868
- linkListType: how-to-guide
6969
links:
7070
- text: Configure an Origin Group
@@ -96,7 +96,7 @@ landingContent:
9696
- text: WAF on Azure Front Door Standard/Premium
9797
url: ../../web-application-firewall/afds/afds-overview.md
9898
- text: DDoS protection
99-
url: concept-ddos.md
99+
url: /azure/frontdoor/front-door-ddos
100100
- linkListType: how-to-guide
101101
links:
102102
- text: Enable Private Link

articles/frontdoor/standard-premium/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Key features included with Azure Front Door Standard/Premium (Preview):
4848

4949
- Accelerated application performance by using **[split TCP-based](../front-door-routing-architecture.md#splittcp)** anycast protocol.
5050

51-
- Intelligent **[health probe](concept-health-probes.md)** monitoring and load balancing among **[origins](concept-origin.md)**.
51+
- Intelligent **[health probe](/azure/frontdoor/front-door-health-probes)** monitoring and load balancing among **[origins](concept-origin.md)**.
5252

5353
- Define your own **[custom domain](how-to-add-custom-domain.md)** with flexible domain validation.
5454

articles/virtual-network-manager/create-virtual-network-manager-powershell.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Install-Module -Name Az.Network -AllowPrerelease
4444

4545
## Create Virtual Network Manager
4646

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](/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.
4848

4949
```azurepowershell-interactive
5050
[System.Collections.Generic.List[string]]$subGroup = @()
@@ -59,7 +59,7 @@ Install-Module -Name Az.Network -AllowPrerelease
5959
$scope = New-AzNetworkManagerScope -Subscription $subGroup -ManagementGroup $mgGroup
6060
```
6161
62-
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.
6363
6464
```azurepowershell-interactive
6565
$avnm = @{
@@ -150,7 +150,7 @@ $virtualnetworkC | Set-AzVirtualNetwork
150150

151151
### Static membership
152152

153-
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.
154154

155155
```azurepowershell-interactive
156156
$member = New-AzNetworkManagerGroupMembersItem –ResourceId "/subscriptions/abcdef12-3456-7890-abcd-ef1234567890/resourceGroups/myAVNMResourceGroup/providers/Microsoft.Network/virtualNetworks/VNetA"
@@ -178,7 +178,7 @@ $virtualnetworkC | Set-AzVirtualNetwork
178178
}'
179179
```
180180
181-
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.
182182
183183
```azurepowershell-interactive
184184
$ng = @{
@@ -194,7 +194,7 @@ $virtualnetworkC | Set-AzVirtualNetwork
194194
195195
## Create a configuration
196196
197-
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.
198198
199199
```azurepowershell-interactive
200200
$gi = @{
@@ -210,7 +210,7 @@ $virtualnetworkC | Set-AzVirtualNetwork
210210
$configGroup.Add($groupItem)
211211
```
212212
213-
1. Create the connectivity configuration with [New-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/new-aznetworkmanagerconnectivityconfiguration).
213+
1. Create the connectivity configuration with New-AzNetworkManagerConnectivityConfiguration.
214214
215215
```azurepowershell-interactive
216216
$config = @{
@@ -225,7 +225,7 @@ $virtualnetworkC | Set-AzVirtualNetwork
225225
226226
## Commit deployment
227227
228-
Commit the configuration to the target regions with [Deploy-AzNetworkManagerCommit](/powershell/module/az.network/deploy-aznetworkmanagercommit).
228+
Commit the configuration to the target regions with Deploy-AzNetworkManagerCommit.
229229
230230
```azurepowershell-interactive
231231
[System.Collections.Generic.List[string]]$configIds = @()
@@ -251,7 +251,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
251251
* All configurations have been deleted.
252252
* All network groups have been deleted.
253253

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.
255255

256256
```azurepowershell-interactive
257257
[System.Collections.Generic.List[string]]$configIds = @()
@@ -267,7 +267,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
267267
Deploy-AzNetworkManagerCommit @removedeployment
268268
```
269269
270-
1. Remove the connectivity configuration with [Remove-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/remove-aznetworkmanagerconnectivityconfiguration)
270+
1. Remove the connectivity configuration with Remove-AzNetworkManagerConnectivityConfiguration
271271
272272
```azurepowershell-interactive
273273
$removeconfig = @{
@@ -278,7 +278,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
278278
Remove-AzNetworkManagerConnectivityConfiguration @removeconfig
279279
```
280280
281-
1. Remove the network group with [Remove-AzNetworkManagerGroup](/powershell/module/az.network/remove-aznetworkmanagergroup).
281+
1. Remove the network group with Remove-AzNetworkManagerGroup.
282282
283283
```azurepowershell-interactive
284284
$removegroup = @{
@@ -289,7 +289,7 @@ If you no longer need the Azure Virtual Network Manager, you'll need to make sur
289289
Remove-AzNetworkManagerGroup @removegroup
290290
```
291291
292-
1. Delete the network manager instance with [Remove-AzNetworkManager](/powershell/module/az.network/remove-aznetworkmanager).
292+
1. Delete the network manager instance with Remove-AzNetworkManager.
293293
294294
```azurepowershell-interactive
295295
$removenetworkmanager = @{

articles/virtual-network-manager/how-to-block-network-traffic-powershell.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before you start configuring security rules, confirm the following steps:
2727

2828
## Create a SecurityAdmin configuration
2929

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.
3131

3232
```azurepowershell-interactive
3333
$config = @{
@@ -38,7 +38,7 @@ Before you start configuring security rules, confirm the following steps:
3838
$securityconfig = New-AzNetworkManagerSecurityAdminConfiguration @config
3939
```
4040
41-
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.
4242
4343
```azurepowershell-interactive
4444
$ng = @{
@@ -49,7 +49,7 @@ Before you start configuring security rules, confirm the following steps:
4949
$networkgroup = Get-AzNetworkManagerGroup @ng
5050
```
5151
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.
5353
5454
```azurepowershell-interactive
5555
$gi = @{
@@ -65,7 +65,7 @@ Before you start configuring security rules, confirm the following steps:
6565
$configGroup.Add($groupItem)
6666
```
6767
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.
6969
7070
```azurepowershell-interactive
7171
$collection = @{
@@ -78,7 +78,7 @@ Before you start configuring security rules, confirm the following steps:
7878
$rulecollection = New-AzNetworkManagerSecurityAdminRuleCollection @collection
7979
```
8080
81-
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.
8282
8383
```azurepowershell-interactive
8484
$sourceip = @{
@@ -101,7 +101,7 @@ Before you start configuring security rules, confirm the following steps:
101101
$destinationPortList.Add("443”)
102102
```
103103
104-
1. Create a security rule with [New-AzNetworkManagerSecurityAdminRule](/powershell/module/az.network/new-aznetworkmanagersecurityadminrule).
104+
1. Create a security rule with New-AzNetworkManagerSecurityAdminRule.
105105
106106
```azurepowershell-interactive
107107
$rule = @{
@@ -124,7 +124,7 @@ Before you start configuring security rules, confirm the following steps:
124124
125125
## Commit deployment
126126
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.
128128
129129
```azurepowershell-interactive
130130
[System.Collections.Generic.List[string]]$configIds = @()
@@ -151,7 +151,7 @@ If you no longer need the security configuration, you'll need to make sure the f
151151

152152
### Remove security configuration deployment
153153

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.
155155

156156
```azurepowershell-interactive
157157
[System.Collections.Generic.List[string]]$configIds = @()
@@ -169,7 +169,7 @@ Deploy-AzNetworkManagerCommit @removedeployment
169169

170170
### Remove security rules
171171

172-
Remove security rules with [Remove-AzNetworkManagerSecurityAdminRule](/powershell/module/az.network/remove-aznetworkmanagersecurityadminrule).
172+
Remove security rules with Remove-AzNetworkManagerSecurityAdminRule.
173173

174174
```azurepowershell-interactive
175175
$removerule = @{
@@ -195,7 +195,7 @@ Remove-AzNetworkManagerSecurityAdminRuleCollection @removecollection
195195

196196
### Delete configuration
197197

198-
Delete the security configuration with [Remove-AzNetworkManagerSecurityAdminConfiguration](/powershell/module/az.network/remove-aznetworkmanagersecurityadminconfiguration).
198+
Delete the security configuration with Remove-AzNetworkManagerSecurityAdminConfiguration.
199199

200200
```azurepowershell-interactive
201201
$removeconfig = @{

articles/virtual-network-manager/how-to-create-hub-and-spoke-powershell.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This section will help you create a network group containing the virtual network
3030

3131
### Static membership
3232

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.
3434

3535
```azurepowershell-interactive
3636
$member = New-AzNetworkManagerGroupMembersItem –ResourceId "/subscriptions/abcdef12-3456-7890-abcd-ef1234567890/resourceGroups/myAVNMResourceGroup/providers/Microsoft.Network/virtualNetworks/VNetA"
@@ -58,7 +58,7 @@ This section will help you create a network group containing the virtual network
5858
}'
5959
```
6060
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.
6262
6363
```azurepowershell-interactive
6464
$ng = @{
@@ -76,7 +76,7 @@ This section will help you create a network group containing the virtual network
7676
7777
This section will guide you through how to create a hub-and-spoke configuration with the network group you created in the previous section.
7878
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:
8080
8181
```azurepowershell-interactive
8282
$spokes = @{
@@ -92,7 +92,7 @@ This section will guide you through how to create a hub-and-spoke configuration
9292
$configGroup.Add($spokesGroup)
9393
```
9494
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.
9696
9797
```azurepowershell-interactive
9898
[System.Collections.Generic.List[Microsoft.Azure.Commands.Network.Models.NetworkManager.PSNetworkManagerHub]]$hubList = @()
@@ -106,7 +106,7 @@ This section will guide you through how to create a hub-and-spoke configuration
106106
$hubList.Add($hubvnet)
107107
```
108108
109-
1. Create the connectivity configuration with [New-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/new-aznetworkmanagerconnectivityconfiguration).
109+
1. Create the connectivity configuration with New-AzNetworkManagerConnectivityConfiguration.
110110
111111
```azurepowershell-interactive
112112
$config = @{
@@ -122,7 +122,7 @@ This section will guide you through how to create a hub-and-spoke configuration
122122
123123
## Deploy the hub-and-spoke configuration
124124
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.
126126
127127
```azurepowershell-interactive
128128
[System.Collections.Generic.List[string]]$configIds = @()

articles/virtual-network-manager/how-to-create-mesh-network-powershell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this article, you'll learn how to create a mesh network topology with Azure V
2626

2727
This section will help you create a network group containing the virtual networks you'll be using for the hub-and-spoke network topology.
2828

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.
3030

3131
```azurepowershell-interactive
3232
$member = New-AzNetworkManagerGroupMembersItem –ResourceId "/subscriptions/abcdef12-3456-7890-abcd-ef1234567890/resourceGroups/myAVNMResourceGroup/providers/Microsoft.Network/virtualNetworks/VNetA"
@@ -54,7 +54,7 @@ This section will help you create a network group containing the virtual network
5454
}'
5555
```
5656
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.
5858
5959
```azurepowershell-interactive
6060
$ng = @{
@@ -72,7 +72,7 @@ This section will help you create a network group containing the virtual network
7272
7373
This section will guide you through how to create a mesh configuration with the network group you created in the previous section.
7474
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.
7676
7777
```azurepowershell-interactive
7878
$gi = @{
@@ -88,7 +88,7 @@ This section will guide you through how to create a mesh configuration with the
8888
$configGroup.Add($groupItem)
8989
```
9090
91-
1. Create the connectivity configuration with [New-AzNetworkManagerConnectivityConfiguration](/powershell/module/az.network/new-aznetworkmanagerconnectivityconfiguration).
91+
1. Create the connectivity configuration with New-AzNetworkManagerConnectivityConfiguration.
9292
9393
```azurepowershell-interactive
9494
$config = @{
@@ -103,7 +103,7 @@ This section will guide you through how to create a mesh configuration with the
103103
104104
## Deploy the mesh configuration
105105
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.
107107
108108
```azurepowershell-interactive
109109
[System.Collections.Generic.List[string]]$configIds = @()

0 commit comments

Comments
 (0)