Skip to content

Commit ff06119

Browse files
authored
Merge pull request #122605 from apaulture/patch-1
Update container-instances-create-docker-context.md
2 parents 854b498 + 8b07252 commit ff06119

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

includes/container-instances-create-docker-context.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ ms.custom: include file
1616
To use Docker commands to run containers in Azure Container Instances, first log into Azure:
1717

1818
```bash
19-
docker login azure
19+
docker login azure --tenant-id "[tenant ID]"
2020
```
21+
Browse to the Microsoft Entra ID properties to find your tenant ID.
2122

2223
When prompted, enter or select your Azure credentials.
2324

@@ -35,4 +36,4 @@ Run `docker context ls` to confirm that you added the ACI context to your Docker
3536

3637
```
3738
docker context ls
38-
```
39+
```

0 commit comments

Comments
 (0)