Tag: Azure

7 articles

Describe Azure resources as ARM Template
Guides

Describe Azure resources as ARM Template

ARM Template is a json format file which defines Azure resources. ARM Template helps you realize the practice of infrastructure as a code. However, AR

mark241
Apply a custom domain to Azure API Management
Guides

Apply a custom domain to Azure API Management

Azure API Management is a fast way to create a consistent, modern API gateway for existing back-end services 1. This article describes how to apply a…

mark241
Add Key Vault references to Azure Functions
Guides

Add Key Vault references to Azure Functions

October this year, a feature called Key Vault references was GA 1. This is a function to store secrets handled by Azure Functions and App Service in K

mark241
Connect backend to Azure API Management
Guides

Connect backend to Azure API Management

Learn how to use the ARM Template to add APIs to API Management. Use resources such as operations, policy and backend to connect APIs to your backend.

mark241
Set version and revision with Azure API Management
Guides

Set version and revision with Azure API Management

This article describes how to add versions and revisions with Azure API Management. To set API version and revision, deploy apis and apiVersionSets re

mark241