You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/resource-manager-deployment-operations.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Deployment history
3
3
description: Describes how to view Azure Resource Manager deployment operations with the portal, PowerShell, Azure CLI, and REST API.
4
4
tags: top-support-issue
5
5
ms.topic: conceptual
6
-
ms.date: 11/25/2019
6
+
ms.date: 11/26/2019
7
7
---
8
8
# View deployment history with Azure Resource Manager
9
9
@@ -53,13 +53,13 @@ To get the correlation ID, use:
53
53
54
54
# [Azure CLI](#tab/azure-cli)
55
55
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).
57
57
58
58
```azurecli-interactive
59
59
az group deployment list --resource-group ExampleGroup
60
60
```
61
61
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).
63
63
64
64
```azurecli-interactive
65
65
az group deployment show --resource-group ExampleGroup --name ExampleDeployment
@@ -105,7 +105,7 @@ The response includes the correlation ID.
105
105
106
106
## Get deployment operations and error message
107
107
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.
109
109
110
110
# [Portal](#tab/azure-portal)
111
111
@@ -139,7 +139,7 @@ To get the status message of failed operations, use the following command:
139
139
140
140
# [Azure CLI](#tab/azure-cli)
141
141
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.
143
143
144
144
```azurecli-interactive
145
145
az group deployment operation list --resource-group ExampleGroup --name ExampleDeployment
0 commit comments