This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
docker context create aci returns "no subscriptions found" for AzureUSGovernment cloud #2172
Labels
stale
Inactive issue
Description
When I run
docker context create aci azurecontext
, I get the response "no subscriptions found". I'm able to create new containers withaz container create
, andaz account list -o table
shows my subscription:Steps to reproduce the issue:
1.Run
docker context create aci azurecontext
Describe the results you received:
Describe the results you expected:
The creation of a context into which I could deploy containers.
Additional information you deem important (e.g. issue happens only occasionally):
I'm on the Azure Gov Cloud. I tried passing my
--tenant-id
and--subscription-id
directly in thedocker context create aci
command, same result. This is on Windows, with Docker Desktop (but I'm using the command prompt).Output of
docker-compose --version
:Output of
docker version
:Output of
docker context show
:You can also run
docker context inspect context-name
to give us more details but don't forget to remove sensitive content.Output of
docker info
:Additional environment details (AWS ECS, Azure ACI, local, etc.):
The text was updated successfully, but these errors were encountered: