Skip to content

Commit 2f1d565

Browse files
authored
removed portal references
1 parent 93266c2 commit 2f1d565

File tree

1 file changed

+4
-26
lines changed

1 file changed

+4
-26
lines changed

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

Lines changed: 4 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mbender-ms
66
ms.service: load-balancer
77
ms.topic: quickstart
88
ms.author: mbender
9-
ms.date: 05/01/2024
9+
ms.date: 05/08/2024
1010
ms.custom: subject-armqs, mode-arm, template-quickstart, engagement-fy23, devx-track-arm-template
1111
---
1212

@@ -95,18 +95,6 @@ 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 Bicep file.
99-
100-
Wait until you see the prompt from the console.
101-
102-
2. Select **Copy** from the previous code block to copy the PowerShell script.
103-
104-
3. Right-click the shell console pane and then select **Paste**.
105-
106-
4. Enter the values.
107-
108-
The resource group name is the project name with **`rg`** appended. You need the resource group name in the next section.
109-
11098
It takes about 10 minutes to deploy the template. When completed, the output is similar to:
11199
112100
![Azure Standard Load Balancer Resource Manager template PowerShell deployment output](./media/quickstart-load-balancer-standard-internal-template/deployment-commands-output.png)
@@ -115,34 +103,24 @@ Azure PowerShell is used to deploy the template. You can also use the Azure port
115103
116104
## Review deployed resources
117105
118-
Use the Azure portal, Azure CLI, or Azure PowerShell to list the deployed resources in the resource group.
106+
Use Azure CLI or Azure PowerShell to list the deployed resources in the resource group with the following commands:
119107
120108
# [CLI](#tab/CLI)
121109
122110
```azurecli-interactive
123111
az resource list --resource-group $resourceGroupName
124112
```
125-
126113
# [PowerShell](#tab/PowerShell)
127114

128115
```azurepowershell-interactive
129116
Get-AzResource -ResourceGroupName $resourceGroupName
130117
```
131-
# [Azure portal](#tab/portal)
132-
1. Sign in to the [Azure portal](https://portal.azure.com).
133-
134-
1. Select **Resource groups** from the left pane.
135-
136-
1. Select the resource group that you created in the previous section. The default resource group name is **myResourceGroupLB**
137-
138-
1. Verify the following resources were created in the resource group:
139118

140-
:::image type="content" source="media/quickstart-load-balancer-standard-internal-template/verify-creation.png" alt-text="User Azure portal to verify creation of resources." border="true":::
141119
---
142120

143121
## Clean up resources
144122

145-
When no longer needed, use the Azure portal, Azure CLI, or Azure PowerShell to delete the resource group and its resources.
123+
When no longer needed, use Azure CLI or Azure PowerShell to delete the resource group and its resources with the following commands:
146124

147125
# [CLI](#tab/CLI)
148126

@@ -162,4 +140,4 @@ Remove-AzResourceGroup -Name CreateIntLBQS-rg
162140
For a step-by-step tutorial that guides you through the process of creating a template, see:
163141

164142
> [!div class="nextstepaction"]
165-
> [Tutorial: Create and deploy your first ARM template](../azure-resource-manager/templates/template-tutorial-create-first-template.md)
143+
> [Tutorial: Create and deploy your first ARM template](../azure-resource-manager/templates/template-tutorial-create-first-template.md)

0 commit comments

Comments
 (0)