js-kyle / az-pulumi-apim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

az-pulumi-apim

Minimal example of using the Pulumi IaC tool to deploy an Azure API Management service on the consumption tier, with an Azure Function backend. Azure free tier friendly.

Installation

Install Azure CLI, then login.

az login

Install Pulumi

Usage

Deploy or update infrastructure

cd pulumi
npm i
pulumi up

Remove infrastructure

cd pulumi
npm i
pulumi down

About


Languages

Language:TypeScript 91.8%Language:JavaScript 8.2%