@@ -6,7 +6,7 @@ author: mbender-ms
6
6
ms.service : load-balancer
7
7
ms.topic : quickstart
8
8
ms.author : mbender
9
- ms.date : 05/01 /2024
9
+ ms.date : 05/08 /2024
10
10
ms.custom : subject-armqs, mode-arm, template-quickstart, engagement-fy23, devx-track-arm-template
11
11
---
12
12
@@ -95,18 +95,6 @@ In this step, you deploy the template using Azure PowerShell with the `[New-AzRe
95
95
- **adminUsername**: virtual machine administrator username.
96
96
- **adminPassword**: virtual machine administrator password.
97
97
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
-
110
98
It takes about 10 minutes to deploy the template. When completed, the output is similar to:
111
99
112
100

@@ -115,34 +103,24 @@ Azure PowerShell is used to deploy the template. You can also use the Azure port
115
103
116
104
## Review deployed resources
117
105
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:
119
107
120
108
# [CLI](#tab/CLI)
121
109
122
110
```azurecli-interactive
123
111
az resource list --resource-group $resourceGroupName
124
112
```
125
-
126
113
# [ PowerShell] ( #tab/PowerShell )
127
114
128
115
``` azurepowershell-interactive
129
116
Get-AzResource -ResourceGroupName $resourceGroupName
130
117
```
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:
139
118
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":::
141
119
---
142
120
143
121
## Clean up resources
144
122
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:
146
124
147
125
# [ CLI] ( #tab/CLI )
148
126
@@ -162,4 +140,4 @@ Remove-AzResourceGroup -Name CreateIntLBQS-rg
162
140
For a step-by-step tutorial that guides you through the process of creating a template, see:
163
141
164
142
> [ !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