Skip to content

Commit aeffe38

Browse files
committed
acrolinx
1 parent 3d023ba commit aeffe38

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This quickstart describes how to use Bicep to create Azure DNS Private Resolver.
1818

1919
[!INCLUDE [About Bicep](../../includes/resource-manager-quickstart-bicep-introduction.md)]
2020

21-
The following figure summarizes the general setup used. Subnet address ranges used by the bicep and ARM templates are slightly different than those shown in the figure.
21+
The following figure summarizes the general setup used. Subnet address ranges used in templates are slightly different than those shown in the figure.
2222

2323
![Conceptual figure displaying components of the private resolver](./media/dns-resolver-getstarted-portal/resolver-components.png)
2424

@@ -39,7 +39,7 @@ This Bicep file is configured to create a:
3939

4040
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.network/azure-dns-private-resolver/main.bicep":::
4141

42-
Seven resources have been defined in this template:
42+
Seven resources are defined in this template:
4343

4444
- [**Microsoft.Network/virtualnetworks**](/azure/templates/microsoft.network/virtualnetworks)
4545
- [**Microsoft.Network/dnsResolvers**](/azure/templates/microsoft.network/dnsresolvers)
@@ -149,5 +149,5 @@ Remove-AzDnsResolver -Name mydnsresolver -ResourceGroupName myresourcegroup
149149
150150
## Next steps
151151
152-
In this quickstart, you created a virtual network and DNS private resolver. Now configure name resolution for Azure and on-premises domains
152+
In this quickstart, you created a virtual network and DNS private resolver. Now configure name resolution for Azure and on-premises domains.
153153
- [Resolve Azure and on-premises domains](private-resolver-hybrid-dns.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This quickstart describes how to use an Azure Resource Manager template (ARM tem
1818

1919
[!INCLUDE [About Azure Resource Manager](../../includes/resource-manager-quickstart-introduction.md)]
2020

21-
The following figure summarizes the general setup used. Subnet address ranges used by the bicep and ARM templates are slightly different than those shown in the figure.
21+
The following figure summarizes the general setup used. Subnet address ranges used in templates are slightly different than those shown in the figure.
2222

2323
![Conceptual figure displaying components of the private resolver](./media/dns-resolver-getstarted-portal/resolver-components.png)
2424

@@ -43,7 +43,7 @@ This template is configured to create a:
4343

4444
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.network/azure-dns-private-resolver/azuredeploy.json":::
4545

46-
Seven resources have been defined in this template:
46+
Seven resources are defined in this template:
4747

4848
- [**Microsoft.Network/virtualnetworks**](/azure/templates/microsoft.network/virtualnetworks)
4949
- [**Microsoft.Network/dnsResolvers**](/azure/templates/microsoft.network/dnsresolvers)
@@ -116,5 +116,5 @@ New-AzResourceGroupDeployment -ResourceGroupName $resourceGroupName -TemplateUri
116116

117117
## Next steps
118118

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

0 commit comments

Comments
 (0)