Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Azure by (13.1k points)
I am using a PowerShell script to create a VM, but New-AzureRmVM does not returns or exits. It seems that it is locked up. Any idea how to prevent this?

1 Answer

0 votes
by (26.7k points)

Basically, Azure function has a default timeout and also virtual machines can take a long time to create. Also, you can check whether you are using Get-Credential function or not, as because Azure function does not support any user interaction.

I hope this help.

Want to become Azure expert? join azure architect certification now!!

Related questions

Browse Categories

...