Member-only story

Deploying API management with terraform

Our Cloud School
3 min readOct 23, 2021

--

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

API Management deployment flow

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…

--

--

Our Cloud School
Our Cloud School

Written by Our Cloud School

Rakesh Suryawanshi — Azure Solutions Architect, DevOps with Terraform

No responses yet