how to implement appgateway with apim (custom domain and ssl root certificate) using bicep

Prabha 241 Reputation points
2023-03-31T08:43:31.52+00:00

Hello,

I am new to the apim and app gateway concepts, could you pleae help me in automating the appgateway with apim (custom domain and ssl root certificate)using bicep code or terraform.

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,462 questions
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
0 comments No comments
{count} votes

Accepted answer
  1. GitaraniSharma-MSFT 50,096 Reputation points Microsoft Employee Moderator
    2023-03-31T09:54:33.03+00:00

    Hello @Prabha ,

    Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.

    I understand that you would like to know how to integrate Application gateway with APIM (custom domain and ssl root certificate) using bicep.

    You can find the ARM template/Bicep code in the below doc which shows how to integrate Application Gateway with internal API Management where API Management instance uses custom domain names and certificates are needed to configure custom domains for Application Gateway and API Management.

    This template also helps deploy an App service, but you can remove that part if not needed.

    Refer: https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/private-webapp-with-app-gateway-and-apim/

    The json and bicep files can be found in the below doc:

    https://github.com/azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.web/private-webapp-with-app-gateway-and-apim

    Kindly let us know if the above helps or you need further assistance on this issue.


    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.