Skip to content

Commit cdfe038

Browse files
authored
Update storage-use-azcopy-authorize-azure-active-directory.md
specify AZCOPY_TENANT_ID when AZCOPY_AUTO_LOGIN_TYPE=AZCLI to avoid error AADSTS53003
1 parent 871d5db commit cdfe038

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/storage/common/storage-use-azcopy-authorize-azure-active-directory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ To enable AzCopy to use that token, type the following command, and then press t
314314

315315
```bash
316316
export AZCOPY_AUTO_LOGIN_TYPE=AZCLI
317+
export AZCOPY_TENANT_ID=<tenant-id>
317318
```
318319

319320
For more information about how to sign in with the Azure CLI, see [Sign in with Azure CLI](/cli/azure/authenticate-azure-cli).

0 commit comments

Comments
 (0)