Scaling Azure Functions from Consumption Plan to Premium Plan (and back again)

In this post, we use the az cli to move an Azure Function app from a Consumption Plan to a Premium Plan (and back again).

Deploying a Static Site to Azure Using the az CLI

The az command line interface (cli) is a powerful tool for creating, modifying and deploying to Azure resources. Since it's a cli AND cross platform, it's also a great tool for automating your deployments. In this post, we'll use the az cli to deploy a static site to Azure.