An Azure service that is used to provision Windows and Linux virtual machines.
Hi @Garima Das
Yes, you can make your website live without migrating it. In order to do so, you'll need to ensure that your Network Security Group (NSG) rules in the Azure portal are configured properly. Specifically, you need to allow inbound traffic to the port on which your web server (Apache in this case) is running, typically port 80 for HTTP and 443 for HTTPS.
Go to Azure portal, navigate to the Network Security Group (NSG) that's associated with your VM.
In the NSG settings, go to Inbound security rules.
Click on Add and create a new inbound rule. You'll need to allow traffic on the port that your website is using
In addition to setting the NSG rules, you'll also need to check your Windows Firewall settings inside your Azure VM:
After configuring both the Azure NSG and the Windows Firewall, you should be able to access your WordPress website from the internet using your Azure VM's public IP.
Get in touch if you need more help with this issue.
--please don't forget to "[Accept the answer]" if the reply is helpful--