Skip to content

Commit 97b46fe

Browse files
authored
Merge pull request #200607 from dksimpson/1948095-fix-links-azure-docs-2
Fix incorrect Azure CLI reference links pt 2
2 parents 09fb729 + 1ff7c17 commit 97b46fe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

articles/virtual-machine-scale-sets/instance-generalized-image-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ To create a VM using an image shared to a community gallery, use the unique ID o
243243
/CommunityGalleries/<community gallery name>/Images/<image name>/Versions/latest
244244
```
245245

246-
To list all of the image definitions that are available in a community gallery using [az sig image-definition list-community](/cli/azure/sig/image-definition#az_sig_image_definition_list_community). In this example, we list all of the images in the *ContosoImage* gallery in *West US* and by name, the unique ID that is needed to create a VM, OS and OS state.
246+
To list all of the image definitions that are available in a community gallery using [az sig image-definition list-community](/cli/azure/sig/image-definition#az-sig-image-definition-list-community). In this example, we list all of the images in the *ContosoImage* gallery in *West US* and by name, the unique ID that is needed to create a VM, OS and OS state.
247247

248248
```azurecli-interactive
249249
az sig image-definition list-community \

articles/virtual-machine-scale-sets/instance-specialized-image-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ To create a VM using an image shared to a community gallery, use the unique ID o
204204
/CommunityGalleries/<community gallery name>/Images/<image name>/Versions/latest
205205
```
206206

207-
To list all of the image definitions that are available in a community gallery using [az sig image-definition list-community](/cli/azure/sig/image-definition#az_sig_image_definition_list_community). In this example, we list all of the images in the *ContosoImage* gallery in *West US* and by name, the unique ID that is needed to create a VM, OS and OS state.
207+
To list all of the image definitions that are available in a community gallery using [az sig image-definition list-community](/cli/azure/sig/image-definition#az-sig-image-definition-list-community). In this example, we list all of the images in the *ContosoImage* gallery in *West US* and by name, the unique ID that is needed to create a VM, OS and OS state.
208208

209209
```azurecli-interactive
210210
az sig image-definition list-community \

articles/virtual-network/ip-services/create-custom-ip-address-prefix-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ az network custom-ip prefix update \
185185
--state commission
186186
```
187187

188-
As before, the operation is asynchronous. Use [az network custom-ip prefix show](/cli/azure/network/custom-ip/prefix#az_network_custom_ip_prefix_show) to retrieve the status. The **CommissionedState** field will initially show the prefix as **Commissioning**, followed in the future by **Commissioned**. The advertisement rollout isn't binary and the range will be partially advertised while still in **Commissioning**.
188+
As before, the operation is asynchronous. Use [az network custom-ip prefix show](/cli/azure/network/custom-ip/prefix#az-network-custom-ip-prefix-show) to retrieve the status. The **CommissionedState** field will initially show the prefix as **Commissioning**, followed in the future by **Commissioned**. The advertisement rollout isn't binary and the range will be partially advertised while still in **Commissioning**.
189189

190190
> [!NOTE]
191191
> The estimated time to fully complete the commissioning process is 3-4 hours.

articles/virtual-network/ip-services/manage-custom-ip-address-prefix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Use the following CLI and PowerShell commands to create public IP prefixes with
3636

3737
|Tool|Command|
3838
|---|---|
39-
|CLI|[az network public-ip prefix create](/cli/azure/network/public-ip/prefix#az_network_public_ip_prefix_create)|
39+
|CLI|[az network public-ip prefix create](/cli/azure/network/public-ip/prefix#az-network-public-ip-prefix-create)|
4040
|PowerShell|[New-AzPublicIpPrefix](/powershell/module/az.network/new-azpublicipprefix)|
4141

4242
> [!NOTE]
@@ -77,7 +77,7 @@ To view a custom IP prefix, the following commands can be used in Azure CLI and
7777

7878
|Tool|Command|
7979
|---|---|
80-
|CLI|[az network custom-ip prefix list](/cli/azure/network/public-ip/prefix#az_network_custom_ip_prefix_list) to list custom IP prefixes<br>[az network custom-ip prefix show](/cli/azure/network/public-ip/prefix#az_network_custom_ip_prefix_show) to show settings and any derived public IP prefixes<br>
80+
|CLI|[az network custom-ip prefix list](/cli/azure/network/public-ip/prefix#az-network-custom-ip-prefix-list) to list custom IP prefixes<br>[az network custom-ip prefix show](/cli/azure/network/public-ip/prefix#az-network-custom-ip-prefix-show) to show settings and any derived public IP prefixes<br>
8181
|PowerShell|[Get-AzCustomIpPrefix](/powershell/module/az.network/get-azcustomipprefix) to retrieve a custom IP prefix object and view its settings and any derived public IP prefixes|
8282

8383
## Decommission a custom IP prefix

0 commit comments

Comments
 (0)