Skip to content

Commit e247e2d

Browse files
authored
Update public-ip-upgrade.md
1 parent 52d9096 commit e247e2d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/virtual-network/ip-services/public-ip-upgrade.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ In this section, you verify the public IP address is now the standard SKU using
160160

161161
# [Azure CLI](#tab/azurecli/)
162162

163+
With the following Azure CLI command, verify that the SKU is listed as **Standard** in the output:
164+
163165
```azurecli-interactive
164166
# Get the SKU of the public IP address.
165167
az network public-ip show \
@@ -168,10 +170,9 @@ az network public-ip show \
168170
--query sku \
169171
--output tsv
170172
```
171-
> [NOTE!]
172-
> The command should display **Standard**.
173173

174174
# [Azure PowerShell](#tab/azurepowershell)
175+
With the following Azure PowerShell command, verify that the SKU is listed as **Standard** in the output:
175176

176177
```azurepowershell-interactive
177178
### Place the public IP address into a variable. ###
@@ -184,8 +185,6 @@ $pubIP = Get-AzPublicIpAddress @ip
184185
### Display setting. ####
185186
$pubIP.Sku.Name
186187
```
187-
> [NOTE!]
188-
> The command should display **Standard**.
189188

190189
---
191190

0 commit comments

Comments
 (0)