az feedback auto-generates most of the information requested below, as of CLI version 2.0.62
Describe the bug
$> az aks create --resource-group wooccdocker -n "aks_woocccluster" --node-count 1
--name cannot exceed 63 characters and can only contain letters, numbers, or dashes (-).
Expected behavior
According to the document, underscore can be used for names.
| Entity |
Scope |
Length |
Valid Characters |
| managedClusters |
resource group |
1-63 |
Alphanumerics, underscores, and hyphens.Start and end with alphanumeric. |
| openShiftManagedClusters |
resource group |
1-30 |
Alphanumerics. |
https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftcontainerservice
Environment summary
$ az --version
azure-cli 2.22.0
core 2.22.0
telemetry 1.0.6
Extensions:
subscription 0.1.4
blueprint 0.1.1
account 0.2.1
Describe the bug
$> az aks create --resource-group wooccdocker -n "aks_woocccluster" --node-count 1
--name cannot exceed 63 characters and can only contain letters, numbers, or dashes (-).
Expected behavior
According to the document, underscore can be used for names.
https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftcontainerservice
Environment summary
$ az --version
azure-cli 2.22.0
core 2.22.0
telemetry 1.0.6
Extensions:
subscription 0.1.4
blueprint 0.1.1
account 0.2.1