Task for Day 3 is not complete

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.

1 Like

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.

1 Like

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:

Problems with Day 3: Create VM using Azure CLI - Cloud / AZURE - KodeKloud - DevOps Learning Community

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.

1 Like