Skip to content

Commit e8bd01e

Browse files
authored
Merge pull request #125583 from AndrewNivenMSFT/patch-1
Azure Programmable Connectivity: add full command root for az account get-access-token
2 parents 8110321 + c47f350 commit e8bd01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/programmable-connectivity/azure-programmable-connectivity-using-network-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ To obtain a token for a Service Principal, follow instructions in the [Entra doc
6565

6666
# [Obtain a token for your own user identity](#tab/user-identity)
6767

68-
Obtain a token for your own user identity using the Azure CLI command [get-access-token](/cli/azure/account?view=azure-cli-latest#az-account-get-access-token&preserve-view=true) or the PowerShell command [Get-AzAccessToken](/powershell/module/az.accounts/get-azaccesstoken). Set the `--resource` parameter (in Azure CLI) or the `-ResourceUrl` parameter (in PowerShell) to `https://management.azure.com/`.
68+
Obtain a token for your own user identity using the Azure CLI command [az account get-access-token](/cli/azure/account?view=azure-cli-latest#az-account-get-access-token&preserve-view=true) or the PowerShell command [Get-AzAccessToken](/powershell/module/az.accounts/get-azaccesstoken). Set the `--resource` parameter (in Azure CLI) or the `-ResourceUrl` parameter (in PowerShell) to `https://management.azure.com/`.
6969

7070
---
7171

0 commit comments

Comments
 (0)