Skip to content

Commit 9ac924f

Browse files
committed
Flip order of steps
1 parent 5ee4252 commit 9ac924f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/dev-spaces/troubleshooting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ To fix this issue, update your installation of the [Azure CLI](/cli/azure/instal
9292

9393
You might see this error when Azure Dev Spaces is unable to connect to your AKS cluster's API server.
9494

95-
Ensure that the API server is available by running kubectl commands. If the API server is unavailable, please contact AKS support and try again when the API server is working.
96-
9795
If access to your AKS cluster API server is locked down or if you have [API server authorized IP address ranges](../aks/api-server-authorized-ip-ranges.md) enabled for your AKS cluster, you must also [create](../aks/api-server-authorized-ip-ranges.md#create-an-aks-cluster-with-api-server-authorized-ip-ranges-enabled) or [update](../aks/api-server-authorized-ip-ranges.md#update-a-clusters-api-server-authorized-ip-ranges) your cluster to [allow additional ranges based on your region](https://github.com/Azure/dev-spaces/tree/master/public-ips).
9896

97+
Ensure that the API server is available by running kubectl commands. If the API server is unavailable, please contact AKS support and try again when the API server is working.
98+
9999
## Common issues when preparing your project for Azure Dev Spaces
100100

101101
### Warning "Dockerfile could not be generated due to unsupported language"

0 commit comments

Comments
 (0)