This repository contains example of API Management in internal mode.
To deploy required Azure Resources, go to bicep directory and execute following Azure CLI command:
az deployment group create \
--resource-group {{resourceGroupName}} \
--name {{deploymentName}} \
--template-file main.bicep Distributed under MIT License. See LICENSE for more details.
