Skip to content

Commit 8cce719

Browse files
committed
review edits
1 parent f2324a0 commit 8cce719

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-resource-manager/troubleshooting/enable-debug-logging.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Debug logging is only enabled for the main ARM template or Bicep file. If you're
2424

2525
For a resource group deployment, use [New-AzResourceGroupDeployment](/powershell/module/az.resources/new-azresourcegroupdeployment) and set the `DeploymentDebugLogLevel` parameter to `All`, `ResponseContent`, or `RequestContent`.
2626

27-
When debug logging is enabled, a warning is displayed that secrets like passwords or `listKeys` operations can be logged and displayed when you get deployment operations with commands like `Get-AzResourceGroupDeploymentOperation`.
27+
When debug logging is enabled, a warning is displayed that secrets like passwords or `listKeys` operations can be logged and displayed when you use commands like `Get-AzResourceGroupDeploymentOperation` to get information about deployment operations.
2828

2929
```azurepowershell
3030
New-AzResourceGroupDeployment `
@@ -130,7 +130,7 @@ For more information, see the documentation for deployment operation scopes: sub
130130

131131
## Debug nested template
132132

133-
The following sections contain information about nested ARM templates and Bicep modules. The main ARM template and nested templates have their own deployment name and deployment history. The main Bicep file and module also use a separate deployment name and deployment history.
133+
The main ARM template and nested templates have their own deployment name and deployment history. The main Bicep file and module also use a separate deployment name and deployment history.
134134

135135
### ARM template
136136

@@ -212,6 +212,8 @@ To remove deployment history for a resource group deployment, use [az deployment
212212
az deployment group delete --resource-group examplegroup --name exampledeployment
213213
```
214214

215+
The command returns to the command prompt when it's completed.
216+
215217
For more information, see the documentation for deployment scopes: subscription, management group, and tenant.
216218

217219
- [az deployment sub delete](/cli/azure/deployment/sub#az-deployment-sub-delete)

0 commit comments

Comments
 (0)