Skip to content

Commit 18b3fc5

Browse files
Merge pull request #253381 from normesta/azcopy
Fixing some headings
2 parents c12ae54 + 473bbd3 commit 18b3fc5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ To learn more, see [Access control model in Azure Data Lake Storage Gen2](../blo
5050

5151
<a id="authorize-without-a-secret-store"></a>
5252

53-
### Authorize a user identity
53+
## Authorize a user identity
5454

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

@@ -121,7 +121,7 @@ After you set these variables, you can run any azcopy command (For example: `azc
121121

122122
<a id="service-principal"></a>
123123

124-
### Authorize a service principal
124+
## Authorize a service principal
125125

126126
This is a great option if you plan to use AzCopy inside of a script that runs without user interaction, particularly when running on-premises. If you plan to run AzCopy on VMs that run in Azure, a managed service identity is easier to administer. To learn more, see the [Authorize a managed identity](#authorize-a-managed-identity) section of this article.
127127

@@ -238,7 +238,7 @@ azcopy login --identity --identity-resource-id "<resource-id>"
238238
Replace the `<resource-id>` placeholder with the resource ID of the user-assigned managed identity.
239239

240240

241-
## Authorize a service principal (azcopy login command)
241+
### Authorize a service principal (azcopy login command)
242242

243243
Before you run a script, you have to sign in interactively at least one time so that you can provide AzCopy with the credentials of your service principal. Those credentials are stored in a secured and encrypted file so that your script doesn't have to provide that sensitive information.
244244

0 commit comments

Comments
 (0)