I can't reach my Azure VM website via https through azure app gateway
MoTaar
310
Reputation points
I have a virtual machine hosting a website accessible via its public IP address on port 80. I want to enhance the security of the website by configuring access through an Azure Application Gateway using port HTTPS.
Here are the steps I've taken so far:
- Created the virtual machine and deployed the website, successfully accessible via port 80.
- Linked the virtual machine to the backend pool in the Application Gateway.
- Set up backend settings, health probes, two listeners (one for HTTP and one for HTTPS), and two rules. The first rule directs traffic to the HTTPS listener, and the second rule redirects traffic from port 80 to port 443.
- Allowed port 443 on the virtual machine and blocked port 80.
However, after allowing port 443 and blocking port 80, the website is no longer functioning. I would appreciate any guidance or assistance in resolving this issue.
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,217 questions
Sign in to answer