Ssl for wordpress VM on azure

Jared Adams 21 Reputation points
2020-08-28T12:50:21.56+00:00

Hello, I have a wordpress VM running into Azure. I have an SSL on AWS and pointed the certificates to my domain. However, the url is hard coded and I am having a hard time figuring out how to fix this. Could you help me?

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
627 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,470 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,263 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,269 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ryan Hill 26,866 Reputation points Microsoft Employee
    2020-09-01T17:34:17.487+00:00

    Instead of using a VM to host your Wordpress site, you could create on Azure App Service along with your hosted DB server. However, if you still want to use a VM (I'm assuming Windows Server) and you have installed your SSL cert in IIS on your Windows VM; you may be able to use a DNS alias record on your VM's public IP. You may also need configure URL rewrite rules on the VM to route domain traffic to the WordPress app in IIS.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful