Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 664 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 664 Bytes

APIM Demo Infrastructure as Code

For the demo I want to set up infrastructure using Terraform so it is easily reproducable and easy to set up.

The infrastructure components we will be using are the following:

  1. Azure API Management: This is the main resource that we will be using to implement APIOps.
  2. Azure App Service: This will host our demo API application.

I'm not taking into considerations to secure and to isolate these environments since this is not the goal of the demo.