I am getting the below error while creating VM in AzureCLI using Katacoda
admin user name cannot contain upper case character A-Z, special characters \/"[]:|<>+=;,?*@#()!or start with $ or -
Kindly help me to resolve this
I am getting the below error while creating VM in AzureCLI using Katacoda
admin user name cannot contain upper case character A-Z, special characters \/"[]:|<>+=;,?*@#()!or start with $ or -
Kindly help me to resolve this
@0113f57e-d518-403f-b385-cd049ca3fb7d
Any update on the issue?
Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics.
Hi,
Please refer the username requirements as mentioned in the following Microsoft documentation and proceed to correct it in your script
Please mark as "Accept the answer" if the above steps helps you. Others with similar issues can also follow the solution as per your suggestion
Regards,
Manu
Add the admin name in your command. example:
az vm create --admin-password P@ssw8rd27!!! --admin-username adminazure --image UbuntuLTS --name Pita5 --resource-group resourcegroup6
worked for me..
Despues de 3 h intentandolo por todos los medios y consultando multiples fuentes, gracias
Eres un maquina.
40 people are following this question.