how to configure ASMC with AG

AzureUser-9588 151 Reputation points
2023-04-25T10:57:22.1666667+00:00

Can an AppService managed certificate be used with Application gateway. Any articles with step by step details to configure it?

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,014 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,408 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 17,456 Reputation points
    2023-04-28T17:22:04.4266667+00:00

    Hi @AzureUser-9588 ,

    Thanks for the question. Yes, you can use an Azure App Service Managed Certificate with an Azure Application Gateway. Here are the high-level steps to configure it:

    1. Create an App Service Managed Certificate in the Azure portal
    2. Create an Application Gateway in the Azure portal
    3. Add a listener to the Application Gateway.
    4. Add an HTTPS setting to the listener.
    5. Associate the App Service Managed Certificate with the HTTPS setting**2**.

    For more detailed steps please refer to these Azure docs:

    https://learn.microsoft.com/en-us/azure/application-gateway/mutual-authentication-portal

    https://learn.microsoft.com/en-us/azure/application-gateway/ssl-overview

    Hope that helps. Please let us know if you have more questions

    -Grace

    0 comments No comments