/gamezure

Azure Game Streaming VM management

Primary LanguageC#MIT LicenseMIT

Gamezure

Azure Game Streaming VM management

Prerequisites

Environment Variables

Name Description
AZURE_SUBSCRIPTION_ID Azure Subscription ID; id property when executing az account show
AZURE_TENANT_ID Azure Tenant ID; tenantId property when executing az account show
TF_VAR_sp_client_id ID of the Azure Service Principal who should have permissions to change the VM pool, appId in az ad sp list --show-mine

Setting up infrastructure in Azure

Init Terraform:

terraform init -backend-config='.\config\backend.local.config.tf'

Apply

terraform apply

Development Prerequisites

Docs