Skip to content

Commit 1aefe00

Browse files
committed
fixed links
1 parent 961a436 commit 1aefe00

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-resource-manager/resource-manager-deployment-operations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deployment history
33
description: Describes how to view Azure Resource Manager deployment operations with the portal, PowerShell, Azure CLI, and REST API.
44
tags: top-support-issue
55
ms.topic: conceptual
6-
ms.date: 11/25/2019
6+
ms.date: 11/26/2019
77
---
88
# View deployment history with Azure Resource Manager
99

@@ -53,13 +53,13 @@ To get the correlation ID, use:
5353

5454
# [Azure CLI](#tab/azure-cli)
5555

56-
To list the deployment for a resource group, use [az group deployment list](/cli/azure/group/deployment).
56+
To list the deployment for a resource group, use [az group deployment list](/cli/azure/group/deployment?view=azure-cli-latest#az-group-deployment-list).
5757

5858
```azurecli-interactive
5959
az group deployment list --resource-group ExampleGroup
6060
```
6161

62-
To get a specific deployment, use the [azure group deployment show](/cli/azure/group/deployment).
62+
To get a specific deployment, use the [az group deployment show](/cli/azure/group/deployment?view=azure-cli-latest#az-group-deployment-show).
6363

6464
```azurecli-interactive
6565
az group deployment show --resource-group ExampleGroup --name ExampleDeployment
@@ -105,7 +105,7 @@ The response includes the correlation ID.
105105

106106
## Get deployment operations and error message
107107

108-
Each deployment can include multiple operations. Each operation represents a step in the deployment process. To see more details about a deployment, view the deployment operations. When a deployment fails, the deployment operations include an error message.
108+
Each deployment can include multiple operations. To see more details about a deployment, view the deployment operations. When a deployment fails, the deployment operations include an error message.
109109

110110
# [Portal](#tab/azure-portal)
111111

@@ -139,7 +139,7 @@ To get the status message of failed operations, use the following command:
139139

140140
# [Azure CLI](#tab/azure-cli)
141141

142-
To view the deployment operations for deployment to a resource group, use the [az group deployment operation list](/cli/azure/group/deployment/operation) command.
142+
To view the deployment operations for deployment to a resource group, use the [az group deployment operation list](/cli/azure/group/deployment/operation?view=azure-cli-latest#az-group-deployment-operation-list) command.
143143

144144
```azurecli-interactive
145145
az group deployment operation list --resource-group ExampleGroup --name ExampleDeployment

0 commit comments

Comments
 (0)