Member-only story
Deploying API management with terraform
Today in this blog I will share how to configure Azure API management with terraform.
Before this I would like to give you some background about the API Management service.
What is API Management ?
According to Azure documents “API Management (APIM) is a way to create consistent and modern API gateways for existing back-end services”.
This service offers so many other features to host your API using API management.
In this blog I will show you how to automate azure API management with terraform, following will be the terraform deployment should looks like
first of all we are going use terraform azure provider and azurerm_api_management, here in this resource block we are going to define API management
Here in the api management resource block we are configuring API management as internal or external and that’s the reason we have virtual network configuration block
- If We would like our API management to configure custom…