This repository gives you a single script named deploy-resources-to-azure-script.sh. When you run the script on your terminal it automates the deployment of the following resources to Azure:
- Azure Resource Group,
- Azure Virtual Machines,
- Azure Storage Account,
- Azure Storage Containers
- Enable static website hosting on the Azure Storage account
- Upload website content to the storage Container from the local PC
- Create an App Service Plan
- Deploy Web App
- Deploy an app from GitHub to Azure App Service
- and many more
The script is constantly updated to keep users abreast with the updated version of Azure CLI commands.
- You must have an active Subscription on Azure. If you do not have one, sign up here for the free trial account.
- Download the Azure CLI 2.40 MSI installer here and run it on your Local PC.
- Run the az login command to sign into your account on Azure
- Run the az command to confirm that you have successfully Installed the CLI
- Run the az version command to check the Azure CLI Version you have just installed
run the **az account set --subscription $MySubscription** command.