Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am able to export VM from GCP and imported into Azure as managed disk, able to create VM as well. However after creating VM unable to do SSH.
Thanks
An Azure service that is used to provision Windows and Linux virtual machines.
AI answer
Follow these steps to troubleshoot SSH to the Azure VM created from the GCP-exported disk:
DenyAll rule with lower priority number than the SSH allow rule will block it./etc/ssh/sshd_config and check the Port directive.22, update the NSG inbound rule to allow that port and connect using ssh -p <port> ....References: