Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.5 KB

File metadata and controls

26 lines (18 loc) · 1.5 KB

Scenario 1: Azure API Management - Secure Baseline

This reference implementation demonstrates a secure baseline infrastructure architecture for provisioning Azure API Management. Specifically this scenario addresses deploying Azure API Management into a virtual network, in an internal mode where you can only access the API Management endpoints like API gateway, developer portal, Direct management and Git within a VNet whose access you control.

By the end of this deployment guide, you would have deployed an "internal mode" Azure API Management premium instance.

Architectural diagram showing an Azure API Management deployment in a virtual network.

Core architecture components

  • Azure API Management (Developer SKU)
  • Azure Virtual Networks
  • Azure Application Gateway (with Web Application Firewall)
  • Azure Standard Public IP
  • Azure Key Vault
  • Azure Private Endpoint
  • Azure Private DNS Zones
  • Log Analytics Workspace
  • Azure Application Insights

Deploy the reference implementation

This reference implementation is provided with the following infrastructure as code options. Select the deployment guide you are interested in. They both deploy the same implementation.

▶️ Bicep-based deployment guide ▶️ Terraform-based deployment guide