ARM (Azure Resource Manager) template được sử dụng để triển khai một dịch vụ Azure API Management (APIM). ARM template là cách cấu hình hạ tầng dưới dạng code (Infrastructure as Code), giúp tự động hóa việc triển khai tài nguyên trên Azure. Có 2 cách để tạo file templat Từ trang APIM, chọn sidebar -> automation -> Export template Tự tạo file template Tự tạo file Template File template.json mẫu: { "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", "contentVersion": "1.0.0.0", "metadata": { "_generator": { "name": "bicep", "version": "0.5.6.12127", "templateHash": "6751554658084889632" } }, "parameters": { "apiManagementServiceName": { "type": "string", "defaultValue": "[format('apiservice{0}', uniqueString...
Suy nghĩ, yêu thương và làm việc hết mình