Forum Discussion
GarudaLead
Sep 05, 2022Copper Contributor
SSL Certificate with Azure Web App behind Private Endpoint
I've created an Azure Web App that sits behind an Application as well as a private endpoint. The idea being that to access the app, you must go through the Application Gateway and cannot access it th...
guidovbrakel
Sep 05, 2022Brass Contributor
I think you need the ssl certificate in the frontend/ backend pool of the app gateway. https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-end-to-end-ssl-powershell
- GarudaLeadSep 06, 2022Copper ContributorI ended up using the SSL cert associated with the azurewebsites.net domain.
- vlnkaOct 21, 2022Copper ContributorHi,
If I may ask how do you manage that? Do you still have the application gateway? With a certificate for azurewebsites.net?
Thanks