Skip to content

Commit f16e1e8

Browse files
Merge pull request #44581 from KSchlobohm/master
Fixed AKS version issues with Windows Container CLI Doc
2 parents bf20941 + ab2a48e commit f16e1e8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/aks/windows-container-cli.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ az aks create \
147147
> If you get a password validation error, try creating your resource group in another region.
148148
> Then try creating the cluster with the new resource group.
149149
150+
> [!Note]
151+
> If you are unable to create the AKS cluster because the version is not supported in this region then you can use the [az aks get-versions --location eastus] command to find the supported version list for this region.
152+
153+
150154
After a few minutes, the command completes and returns JSON-formatted information about the cluster. Occasionally the cluster can take longer than a few minutes to provision. Allow up to 10 minutes in these cases.
151155

152156
## Add a Windows Server node pool
@@ -287,6 +291,9 @@ To see the sample app in action, open a web browser to the external IP address o
287291

288292
![Image of browsing to ASP.NET sample application](media/windows-container/asp-net-sample-app.png)
289293

294+
> [!Note]
295+
> If you receive a connection timeout when trying to load the page then you should verify the sample app is ready with the following command [kubectl get pods --watch]. Sometimes the windows container will not be started by the time your external IP address is available.
296+
290297
## Delete cluster
291298

292299
When the cluster is no longer needed, use the [az group delete][az-group-delete] command to remove the resource group, container service, and all related resources.

0 commit comments

Comments
 (0)