Skip to content

Commit ea90989

Browse files
Merge pull request #222309 from pritamso/Broken-link-fix-aarunraaj
Broken link fixed
2 parents a8b6129 + 6dd2574 commit ea90989

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/dns/dns-private-resolver-get-started-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2424

2525
## Review the Bicep file
2626

27-
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/azure-dns-private-resolver).
27+
The Bicep file used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/azure-dns-private-resolver/).
2828

2929
This Bicep file is configured to create a:
3030

@@ -146,4 +146,4 @@ Remove-AzDnsResolver -Name mydnsresolver -ResourceGroupName myresourcegroup
146146
## Next steps
147147
148148
In this quickstart, you created a virtual network and DNS private resolver. Now configure name resolution for Azure and on-premises domains
149-
- [Resolve Azure and on-premises domains](private-resolver-hybrid-dns.md)
149+
- [Resolve Azure and on-premises domains](private-resolver-hybrid-dns.md)

articles/dns/dns-private-resolver-get-started-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2828

2929
## Review the template
3030

31-
The template used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/azure-dns-private-resolver).
31+
The template used in this quickstart is from [Azure Quickstart Templates](/samples/azure/azure-quickstart-templates/azure-dns-private-resolver/).
3232

3333
This template is configured to create a:
3434

@@ -113,4 +113,4 @@ New-AzResourceGroupDeployment -ResourceGroupName $resourceGroupName -TemplateUri
113113
## Next steps
114114

115115
In this quickstart, you created a virtual network and DNS private resolver. Now configure name resolution for Azure and on-premises domains
116-
- [Resolve Azure and on-premises domains](private-resolver-hybrid-dns.md)
116+
- [Resolve Azure and on-premises domains](private-resolver-hybrid-dns.md)

0 commit comments

Comments
 (0)