You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
719 B

  1. # Deploying Resources On Azure
  2. ## Pre-requisites
  3. 1. [Azure CLI 2.0 Installed](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
  4. 2. Azure subscription created
  5. Login into your azure subscription by typing `az login` (note that you maybe need to use `az account set` to set the subscription to use). Refer to [this article](https://docs.microsoft.com/en-us/cli/azure/authenticate-azure-cli) for more details
  6. ## Deploying using CLI
  7. ## Deploying Virtual machines to host the services
  8. 1. [Deploying a Linux VM or Windows Server 2016 to run a single-development environment](az/vms/readme.md)
  9. ## Deploying Azure resources used by the services
  10. 1. [Deploying SQL Server and databases](arm/sql-server.md)