Please help with thw 100 days of azure lab Day 21: Assigning Public IP to Virtual Machines

I received the following issue: SSH access to ‘devops-vm’ failed or VM is not in the ‘running’ state. But i confirm the state of vm was Running based on this please check my lab and give me a feedback from this issue.

Thanks and advice

The mistake people most commonly make on this one is to name the local keypair something the grader can’t find. Make sure you create your keypair with “ssh-keygen” without any arguments, and you’ll likely pass this, since it will create a key named “~/.ssh/id_rsa”, which the grader will find.

Thanks for your support after created the keys with name id_rsa, the lab now is check successfully.