Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 373 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 373 Bytes

ACI with TLS Reverse Proxy and Sidecar ApplicationServer

Change YAML settings

Optional: Change dnsNameLabel and fqdn.

Create the Container Group

Create the Resourcegroup in the same region

export GROUP=myResourceGroup
az group create --name $GROUP --location northeurope
az container create --resource-group $GROUP --file container_group.yaml