Forum Discussion
sampa611
Nov 17, 2022Copper Contributor
Downtime of API Management during deployment
Which actions will cause a downtime of Azure API Management so APIs will not be able to consume (Premium Tier)? E.g. changing network would be obviously. But what about deployments of APIs, Produ...
sameer
Jan 16, 2023Copper Contributor
This can be done via rules/triggers that can be implemented leveraging ARM, Bicep, Visual Studio Code, and PowerShell. An ARM is an IaaS (Infrastructure as a Code) template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your APIM. The template uses declarative syntax. This will give you the flexibility to manage your APIM including other Azure resources for creating, updating, and deleting them.