Skip to content

Commit e6836f4

Browse files
authored
Update storage-use-azcopy-authorize-azure-active-directory.md
Remove callouts to `azcopy login` deprecation
1 parent 4535e46 commit e6836f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,10 @@ Then, run any azcopy command (For example: `azcopy list https://contoso.blob.cor
179179

180180
### Authorize by using the AzCopy login command
181181

182-
As an alternative to using in-memory variables, you authorize access by using the azcopy login command. However, this approach is not recommended as the azcopy login command will soon be deprecated.
182+
As an alternative to using in-memory variables, you authorize access by using the azcopy login command.
183183

184184
The azcopy login command retrieves an OAuth token and then places that token into a secret store on your system. If your operating system doesn't have a secret store such as a Linux keyring, the azcopy login command won't work because there is nowhere to place the token.
185185

186-
> [!IMPORTANT]
187-
> The azcopy login command will soon be deprecated.
188-
189186
#### Authorize a user identity (azcopy login command)
190187

191188
After you've verified that your user identity has been given the necessary authorization level, open a command prompt, type the following command, and then press the ENTER key.

0 commit comments

Comments
 (0)