Skip to content

Commit 445fe99

Browse files
committed
Fixing a code snippet
1 parent 8e737a9 commit 445fe99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,8 @@ If you sign in by using Azure PowerShell, then Azure PowerShell obtains an OAuth
320320

321321
To enable AzCopy to use that token, type the following command, and then press the ENTER key.
322322

323-
```bash
324-
export AZCOPY_AUTO_LOGIN_TYPE=PSCRED
323+
```PowerShell
324+
set AZCOPY_AUTO_LOGIN_TYPE=PSCRED
325325
```
326326

327327
For more information about how to sign in with the Azure PowerShell, see [Sign in with Azure PowerShell](/powershell/azure/authenticate-azureps).

0 commit comments

Comments
 (0)