Skip to content

Commit c8738dc

Browse files
author
Den Delimarsky
committed
More CLI link fixes
1 parent 2df8492 commit c8738dc

File tree

100 files changed

+384
-384
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+384
-384
lines changed

articles/azure-resource-manager/management-groups-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ To Learn more about management groups, see:
7474
- [How to change, delete, or manage your management groups](management-groups-manage.md)
7575
- [Install the Azure Powershell module](https://www.powershellgallery.com/packages/AzureRM.ManagementGroups/0.0.1-preview)
7676
- [Review the REST API Spec](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/managementgroups/resource-manager/Microsoft.Management/preview)
77-
- [Install the Azure CLI Extension](https://docs.microsoft.com/cli/azure/extension?view=azure-cli-latest#az_extension_list_available)
77+
- [Install the Azure CLI Extension](https://docs.microsoft.com/cli/azure/extension?view=azure-cli-latest#az-extension-list-available)

articles/azure-resource-manager/management-groups-manage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ To Learn more about management groups, see:
250250
- [Create management groups to organize Azure resources](management-groups-create.md)
251251
- [Install the Azure Powershell module](https://www.powershellgallery.com/packages/AzureRM.ManagementGroups/0.0.1-preview)
252252
- [Review the REST API Spec](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/managementgroups/resource-manager/Microsoft.Management/preview)
253-
- [Install the Azure CLI Extension](https://docs.microsoft.com/cli/azure/extension?view=azure-cli-latest#az_extension_list_available)
253+
- [Install the Azure CLI Extension](https://docs.microsoft.com/cli/azure/extension?view=azure-cli-latest#az-extension-list-available)

articles/azure-resource-manager/management-groups-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ To learn more about management groups, see:
100100
- [How to change, delete, or manage your management groups](management-groups-manage.md)
101101
- [Install the Azure PowerShell module](https://www.powershellgallery.com/packages/AzureRM.ManagementGroups/0.0.1-preview)
102102
- [Review the REST API Spec](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/managementgroups/resource-manager/Microsoft.Management/preview)
103-
- [Install the Azure CLI extension](https://docs.microsoft.com/cli/azure/extension?view=azure-cli-latest#az_extension_list_available)
103+
- [Install the Azure CLI extension](https://docs.microsoft.com/cli/azure/extension?view=azure-cli-latest#az-extension-list-available)

articles/azure-resource-manager/resource-group-lock-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Remove-AzureRmResourceLock -LockId $lockId
154154

155155
## Azure CLI
156156

157-
You lock deployed resources with Azure CLI by using the [az lock create](/cli/azure/lock#az_lock_create) command.
157+
You lock deployed resources with Azure CLI by using the [az lock create](/cli/azure/lock#az-lock-create) command.
158158

159159
To lock a resource, provide the name of the resource, its resource type, and its resource group name.
160160

@@ -168,7 +168,7 @@ To lock a resource group, provide the name of the resource group.
168168
az lock create --name LockGroup --lock-type CanNotDelete --resource-group exampleresourcegroup
169169
```
170170

171-
To get information about a lock, use [az lock list](/cli/azure/lock#az_lock_list). To get all the locks in your subscription, use:
171+
To get information about a lock, use [az lock list](/cli/azure/lock#az-lock-list). To get all the locks in your subscription, use:
172172

173173
```azurecli
174174
az lock list

articles/azure-resource-manager/resource-group-move-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ To move to a new subscription, include a value for the `DestinationSubscriptionI
409409

410410
## Use Azure CLI
411411

412-
To move existing resources to another resource group or subscription, use the [az resource move](/cli/azure/resource?view=azure-cli-latest#az_resource_move) command. Provide the resource IDs of the resources to move. The following example shows how to move multiple resources to a new resource group. In the `--ids` parameter, provide a space-separated list of the resource IDs to move.
412+
To move existing resources to another resource group or subscription, use the [az resource move](/cli/azure/resource?view=azure-cli-latest#az-resource-move) command. Provide the resource IDs of the resources to move. The following example shows how to move multiple resources to a new resource group. In the `--ids` parameter, provide a space-separated list of the resource IDs to move.
413413

414414
```azurecli
415415
webapp=$(az resource show -g OldRG -n ExampleSite --resource-type "Microsoft.Web/sites" --query id --output tsv)

articles/azure-resource-manager/resource-group-template-deploy-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ az group deployment create \
122122

123123
## Test a template deployment
124124

125-
To test your template and parameter values without actually deploying any resources, use [az group deployment validate](/cli/azure/group/deployment#az_group_deployment_validate).
125+
To test your template and parameter values without actually deploying any resources, use [az group deployment validate](/cli/azure/group/deployment#az-group-deployment-validate).
126126

127127
```azurecli
128128
az group deployment validate \

articles/azure-resource-manager/resource-manager-common-deployment-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This article describes some common Azure deployment errors you may encounter, an
3535
| Conflict | You are requesting an operation that is not permitted in the resource's current state. For example, disk resizing is allowed only when creating a VM or when the VM is deallocated. | |
3636
| DeploymentActive | Wait for concurrent deployment to this resource group to complete. | |
3737
| DeploymentFailed | The DeploymentFailed error is a general error that does not provide the details you need to solve the error. Look in the error details for an error code that provides more information. | [Find error code](#find-error-code) |
38-
| DeploymentQuotaExceeded | If you reach the limit of 800 deployments per resource group, delete deployments from the history that are no longer needed. You can delete entries from the history with [az group deployment delete](/cli/azure/group/deployment#az_group_deployment_delete) for Azure CLI, or [Remove-AzureRmResourceGroupDeployment](/powershell/module/azurerm.resources/remove-azurermresourcegroupdeployment) in PowerShell. Deleting an entry from the deployment history does not affect the deploy resources. | |
38+
| DeploymentQuotaExceeded | If you reach the limit of 800 deployments per resource group, delete deployments from the history that are no longer needed. You can delete entries from the history with [az group deployment delete](/cli/azure/group/deployment#az-group-deployment-delete) for Azure CLI, or [Remove-AzureRmResourceGroupDeployment](/powershell/module/azurerm.resources/remove-azurermresourcegroupdeployment) in PowerShell. Deleting an entry from the deployment history does not affect the deploy resources. | |
3939
| DnsRecordInUse | The DNS record name must be unique. Either provide a different name, or modify the existing record. | |
4040
| ImageNotFound | Check VM image settings. | |
4141
| InUseSubnetCannotBeDeleted | You may encounter this error when attempting to update a resource, but the request is processed by deleting and creating the resource. Make sure to specify all unchanged values. | [Update resource](/azure/architecture/building-blocks/extending-templates/update-resource) |
@@ -66,7 +66,7 @@ This article describes some common Azure deployment errors you may encounter, an
6666
| RequestDisallowedByPolicy | Your subscription includes a resource policy that prevents an action you are trying to perform during deployment. Find the policy that blocks the action. If possible, modify your deployment to meet the limitations from the policy. | [Resolve policies](resource-manager-policy-requestdisallowedbypolicy-error.md) |
6767
| ReservedResourceName | Provide a resource name that does not include a reserved name. | [Reserved resource names](resource-manager-reserved-resource-name.md) |
6868
| ResourceGroupBeingDeleted | Wait for deletion to complete. | |
69-
| ResourceGroupNotFound | Check the name of the target resource group for the deployment. It must already exist in your subscription. Check your subscription context. | [Azure CLI](/cli/azure/account?#az_account_set) [PowerShell](/powershell/module/azurerm.profile/set-azurermcontext) |
69+
| ResourceGroupNotFound | Check the name of the target resource group for the deployment. It must already exist in your subscription. Check your subscription context. | [Azure CLI](/cli/azure/account?#az-account-set) [PowerShell](/powershell/module/azurerm.profile/set-azurermcontext) |
7070
| ResourceNotFound | Your deployment references a resource that cannot be resolved. Verify that your use of the **reference** function includes the parameters required for your scenario. | [Resolve references](resource-manager-not-found-errors.md) |
7171
| ResourceQuotaExceeded | The deployment is attempting to create resources that exceed the quota for the subscription, resource group, or region. If possible, revise your infrastructure to stay within the quotas. Otherwise, consider requesting a change to your quotas. | [Resolve quotas](resource-manager-quota-errors.md) |
7272
| SkuNotAvailable | Select SKU (such as VM size) that is available for the location you have selected. | [Resolve SKU](resource-manager-sku-not-available-errors.md) |

articles/azure-resource-manager/resource-manager-export-template-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ az group deployment create \
4141

4242
## Save template from deployment history
4343

44-
You can retrieve a template from your deployment history by using the [az group deployment export](/cli/azure/group/deployment#az_group_deployment_export) command. The following example saves the template that you previously deploy:
44+
You can retrieve a template from your deployment history by using the [az group deployment export](/cli/azure/group/deployment#az-group-deployment-export) command. The following example saves the template that you previously deploy:
4545

4646
```azurecli
4747
az group deployment export --name NewStorage --resource-group ExampleGroup
@@ -52,7 +52,7 @@ It returns the template. Copy the JSON, and save as a file. Notice that it's the
5252

5353
## Export resource group as template
5454

55-
Instead of retrieving a template from the deployment history, you can retrieve a template that represents the current state of a resource group by using the [az group export](/cli/azure/group#az_group_export) command. You use this command when you have made many changes to your resource group and no existing template represents all the changes. It is intended as a snapshot of the resource group, which you can use to redeploy to the same resource group. To use the exported template for other solutions, you must significantly modify it.
55+
Instead of retrieving a template from the deployment history, you can retrieve a template that represents the current state of a resource group by using the [az group export](/cli/azure/group#az-group-export) command. You use this command when you have made many changes to your resource group and no existing template represents all the changes. It is intended as a snapshot of the resource group, which you can use to redeploy to the same resource group. To use the exported template for other solutions, you must significantly modify it.
5656

5757
```azurecli
5858
az group export --name ExampleGroup

articles/azure-stack/user/azure-stack-quick-create-vm-linux-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You can create a Ubuntu Server 16.04 LTS virtual machine by using the Azure CLI.
4040

4141
## Create a resource group
4242

43-
A resource group is a logical container where you can deploy and manage Azure Stack resources. From your development kit or the Azure Stack integrated system, run the [az group create](/cli/azure/group#az_group_create) command to create a resource group.
43+
A resource group is a logical container where you can deploy and manage Azure Stack resources. From your development kit or the Azure Stack integrated system, run the [az group create](/cli/azure/group#az-group-create) command to create a resource group.
4444

4545
>[!NOTE]
4646
Values are assigned for all the variables in the code examples. However, you can assign new values if you want to.
@@ -53,7 +53,7 @@ az group create --name myResourceGroup --location local
5353

5454
## Create a virtual machine
5555

56-
Create a virtual machine by using the [az vm create](/cli/azure/vm#az_vm_create) command. The following example creates a VM named myVM. This example uses Demouser for an administrative user name and Demouser@123 as the user password. Change these values to something that is appropriate for your environment.
56+
Create a virtual machine by using the [az vm create](/cli/azure/vm#az-vm-create) command. The following example creates a VM named myVM. This example uses Demouser for an administrative user name and Demouser@123 as the user password. Change these values to something that is appropriate for your environment.
5757

5858
```cli
5959
az vm create \
@@ -106,7 +106,7 @@ With NGINX installed, and port 80 open on your virtual machine, you can access t
106106

107107
## Clean up resources
108108

109-
Clean up the resources that you don't need any longer. You can use the [az group delete](/cli/azure/group#az_group_delete) command to remove these resources. To delete the resource group and all its resources, run the following command:
109+
Clean up the resources that you don't need any longer. You can use the [az group delete](/cli/azure/group#az-group-delete) command to remove these resources. To delete the resource group and all its resources, run the following command:
110110

111111
```cli
112112
az group delete --name myResourceGroup

articles/azure-stack/user/azure-stack-quick-create-vm-windows-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can create a Windows Server 2016 virtual machine by using the Azure CLI. Fol
3636

3737
## Create a resource group
3838

39-
A resource group is a logical container where you can deploy and manage Azure Stack resources. From your Azure Stack environment, run the [az group create](/cli/azure/group#az_group_create) command to create a resource group.
39+
A resource group is a logical container where you can deploy and manage Azure Stack resources. From your Azure Stack environment, run the [az group create](/cli/azure/group#az-group-create) command to create a resource group.
4040

4141
>[!NOTE]
4242
Values are assigned for all the variables in the code examples. However, you can assign new values if you want to.
@@ -49,7 +49,7 @@ az group create --name myResourceGroup --location local
4949

5050
## Create a virtual machine
5151

52-
Create a virtual machine (VM) by using the [az vm create](/cli/azure/vm#az_vm_create) command. The following example creates a VM named myVM. This example uses Demouser for an administrative user name and Demouser@123 as the user password. Change these values to something that is appropriate for your environment.
52+
Create a virtual machine (VM) by using the [az vm create](/cli/azure/vm#az-vm-create) command. The following example creates a VM named myVM. This example uses Demouser for an administrative user name and Demouser@123 as the user password. Change these values to something that is appropriate for your environment.
5353

5454
```cli
5555
az vm create \
@@ -98,7 +98,7 @@ You can use a web browser of your choice to view the default IIS welcome page. U
9898

9999
## Clean up resources
100100

101-
Clean up the resources that you don't need any longer. Use the [az group delete](/cli/azure/group#az_group_delete) command to remove the resource group, the virtual machine, and all related resources.
101+
Clean up the resources that you don't need any longer. Use the [az group delete](/cli/azure/group#az-group-delete) command to remove the resource group, the virtual machine, and all related resources.
102102

103103
```cli
104104
az group delete --name myResourceGroup

0 commit comments

Comments
 (0)