Automated Deployment Script with Azure CLI and PowerShell Core
My blog project, "Moonglade", is optimized for running on Microsoft Azure. It can combine up to 14 Azure services together for a full deployment, manually setup is difficult and takes time. I choose Azure CLI with PowerShell Core to write a deployment script that enable a quick on board experience to setup Moonglade in 10 minutes with minimal Azure Services. Let's see how it is done. …