Skip to content

Commit 40e547b

Browse files
author
Michael Bender
committed
additional fixes
1 parent 0615cf8 commit 40e547b

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

articles/load-balancer/quickstart-load-balancer-standard-internal-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2626

2727
The Bicep file used in this quickstart is from the [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/internal-loadbalancer-create/main.bicep).
2828

29-
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.network/internal-loadbalancer-create/":::
29+
:::code language="bicep" source="~/quickstart-templates/quickstarts/microsoft.network/internal-loadbalancer-create/main.bicep":::
3030

3131
Multiple Azure resources have been defined in the Bicep file:
3232

articles/load-balancer/quickstart-load-balancer-standard-internal-template.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,9 @@ In this step, you deploy the template using Azure PowerShell with the `[New-AzRe
9595
- **adminUsername**: virtual machine administrator username.
9696
- **adminPassword**: virtual machine administrator password.
9797
98-
It takes about 10 minutes to deploy the template. When completed, the output is similar to:
98+
It takes about 10 minutes to deploy the template.
9999
100-
![Azure Standard Load Balancer Resource Manager template PowerShell deployment output](./media/quickstart-load-balancer-standard-internal-template/deployment-commands-output.png)
101-
102-
Azure PowerShell is used to deploy the template. You can also use the Azure portal, Azure CLI, and REST API. To learn other deployment methods, see [Deploy templates](../azure-resource-manager/templates/deploy-portal.md).
100+
Azure PowerShell or Azure CLI is used to deploy the template. You can also use the Azure portal and REST API. To learn other deployment methods, see [Deploy templates](../azure-resource-manager/templates/deploy-portal.md).
103101
104102
## Review deployed resources
105103

0 commit comments

Comments
 (0)