Skip to content

Commit 9cdb41f

Browse files
Merge pull request #224348 from tejaswikolli-web/githubissue94247
Edit the statement to clarify the client ID format
2 parents c023ba8 + 8d6efd9 commit 9cdb41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/container-registry/container-registry-auth-service-principal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ You can find the preceding sample scripts for Azure CLI on GitHub, as well as ve
4848

4949
Once you have a service principal that you've granted access to your container registry, you can configure its credentials for access to "headless" services and applications, or enter them using the `docker login` command. Use the following values:
5050

51-
* **User name** - service principal's **application (client) ID**
51+
* **Username** - service principal's **application (client) ID**
5252
* **Password** - service principal's **password (client secret)**
5353

54-
Each value has the format `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`.
54+
The **Username** value has the format `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`.
5555

5656
> [!TIP]
5757
> You can regenerate the password (client secret) of a service principal by running the [az ad sp credential reset](/cli/azure/ad/sp/credential#az-ad-sp-credential-reset) command.

0 commit comments

Comments
 (0)