Skip to content

Commit 71f23fc

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#113059
1 parent 0af6dcb commit 71f23fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/automation/enable-managed-identity-for-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ $accessToken = Invoke-RestMethod $url -Method 'POST' -Headers $headers -ContentT
348348
Write-Output $accessToken.access_token
349349
```
350350

351-
### Using system-assigned managed identity in Azure PowerShell
351+
### Using system-assigned managed identity to access Azure Key Vault in Azure PowerShell
352352

353353
For more information, see [Get-AzKeyVaultSecret](/powershell/module/az.keyvault/get-azkeyvaultsecret).
354354

0 commit comments

Comments
 (0)