This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Deploying Azure resources
Vaishali Raval edited this page Feb 1, 2022
·
4 revisions
This page contains links to README files about deploying Azure resources, see Using Azure resources for details on using them with eShopOnContainers.
All related information is in the folder **deploy/azure on the eShopOnContainers repo.
- Azure CLI 2.0 Installed
- 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 for more details
See the README for Azure resource creation scripts.
- Deploying a Linux VM to run single-server development environment using docker-machine
- Deploying a Linux VM or Windows Server 2016 to run a single-server testing environment using ARM template
Using docker-machine
is the recommended way to create a VM with docker installed. But it is limited to Linux based VMs.
- System requirements
- Development setup
- Databases & containers
- Architecture
- Application
- Code
- Logging and Monitoring
- Tests