- Create an App Gateway in Azure
- Configure the listener to listen on port 80 or 443
- If you create a port 80 listener and change it to 443, you have to delete and re-create it and visa-versa.
- Upload an SSL certificate for port 443 to the gateway
- Configure the backend pool to point to the application
- Use port 80 for offloading
- Create a health check and apply it to the listener
- Apply the backend to the routing rule