23 lines
718 B
Markdown
Raw Normal View History

2017-04-24 13:15:54 +02:00
# Deploying Resources On Azure
## Pre-requisites
1. [Azure CLI 2.0 Installed](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
2. Azure subscription created
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
2017-04-24 13:15:54 +02:00
## Deploying using CLI
## Deploying Virtual machines to host the services
1. [Deploying a Linux VM or Windows Server 2016 to run a single-development environment](az/vms/readme.md)
## Deploying Azure resources used by the services
2017-05-19 14:38:16 +02:00
1. [Deploying SQL Server and databases](az/sql/readme.md)
2017-04-24 13:15:54 +02:00