Skip to content

Commit f5c8068

Browse files
authored
Change AZCOPY_AUTO_LOGIN_TYPE from PSCRED to AZCLI
This was most probably a copy-paste error.
1 parent ad6b225 commit f5c8068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/storage/common/storage-use-azcopy-authorize-service-principal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export AZCOPY_TENANT_ID=<tenant-id>
207207
### [Windows](#tab/windows)
208208

209209
```powershell
210-
$Env:AZCOPY_AUTO_LOGIN_TYPE="PSCRED"
210+
$Env:AZCOPY_AUTO_LOGIN_TYPE="AZCLI"
211211
$Env:AZCOPY_TENANT_ID="<tenant-id>"
212212
```
213213

0 commit comments

Comments
 (0)