Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Latest commit

 

History

History
48 lines (29 loc) · 2.88 KB

README.md

File metadata and controls

48 lines (29 loc) · 2.88 KB

Azure Gaming Architecture

Why use Azure Resource Manager (ARM) Templates?

The infrastructure for your game service is typically made up of few components. Azure Resource Manager Templates enables you to deploy, update, or delete all the resources for your solution in a single, coordinated operation. To learn more about Azure Resource Manager Templates see: Azure Resource Manager Overview

Common Azure Game Service Architectures

In this repository you will find ARM templates to deploy some common Game Services in Azure.

How to deploy?

There are a few ways you can deploy an ARM template. You are free to choose the method that fits you best.

Want to know more?

All information about Azure can be found at azure.com where you also will be able to sign up for a free trial. If you want to consume information in the form of videos, you can find a good video series at Channel9 that explains all of the above mentioned architectures.