Skip to content

Commit 123b731

Browse files
Merge pull request #262556 from normesta/normesta-reg-updates-12
Fixing a code snippet
2 parents bab53d2 + 445fe99 commit 123b731

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)