Good day community,
I have an issue I ran into while attempting Day 3 on Azure.
The Task is incomplete as I have no creds for the azure account I need to log into etc…
Good day community,
I have an issue I ran into while attempting Day 3 on Azure.
The Task is incomplete as I have no creds for the azure account I need to log into etc…
Hello,
What worked for me was using the CLI only using commands like az vm. Check MS documentation for the arguments of this command.
Hi @nullpoint3r
You need to use the az CLI to create the VM.
As mentioned by @Makvit9, you need to try az vm create --help to view and use the available options to create the VM.
Thank you, I’ll try that
Thanks, I’ll give it a short
Hi @nullpoint3r ,
I have a similar problem for my free account. I created this post related to it:
Do you have permissions from CLI?
I answered your other post – please use the default RG that you get by doing az group list in the terminal.