How to import Azure Function App in Azure API Management using Terraform?

0

1

I need to create API management instance and import Azure Function App which has HTTP trigger binding, I am not sure how I can import this in Terraform resource " azurerm_api_management_api ".

I am using Azure Function V2 runtime to create my apis.

I expect to use Terraform to import my apis (built in Azure Functions v2) into api management instance.

2 Likes

I’m also finding the method.

Maybe the link below looks useful… (but not sure).
https://royarin.blogspot.com/2021/01/import-functionswebapi-in-azure-api.html

1 Like

Hi,

Is there anybody who knows how to import Azure Function app to API management using Terraform scripts?