ARM Templates are a great way to deploy resources on Azure, but it can be difficult to know how to modify an ARM template to match a specific scenario. In this series of posts, we will define a “minimum viable ARM template” then incrementally add features over time. This way, we can easily see how…… Continue reading Minimum Viable ARM Template
Tag: getting started
Get started with Azure using only curl
Get started learning about Azure without installing any SDKs or tooling. Instead, let’s use curl to try out the Azure REST API. The az cli, Powershell commandlets, and Azure SDKs all use the REST API, so knowledge of the REST API can help us understand what’s going on under the hood. Note that I tested…… Continue reading Get started with Azure using only curl