Skip to content

Commit c47f350

Browse files
Add full command root for az account get-access-token
1 parent 759e80d commit c47f350

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)