Skip to content

Commit

Permalink
docs: Add a note to recommended locations that feature a broader list…
Browse files Browse the repository at this point in the history
… of VM node sizes
  • Loading branch information
Sieboldianus committed Aug 2, 2022
1 parent e265e2b commit 35deeec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/kubernetes/microsoft/step-zero-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ If you prefer to use the Azure portal see the [Azure Kubernetes Service quicksta
- `--location` specifies the location of the data center you want your resource to be in.
In this case, we used the `centralus` location. For other options, see the
[Azure list of locations that support AKS](https://docs.microsoft.com/en-us/azure/aks/quotas-skus-regions#region-availability).
Note that not all locations offer all VM sizes. To see a list of recommended locations, go to
[Azure Portal > Virtual Machines](https://portal.azure.com/#view/HubsExtension/BrowseResource/resourceType/Microsoft.Compute%2FVirtualMachines),
click on "create.." and see the list of recommended locations in the drop down list for `Region`.
- `--output table` specifies that the output should be in human readable
format, rather than the default JSON output. We shall use this with most
commands when executing them by hand.
Expand Down

0 comments on commit 35deeec

Please sign in to comment.