Optional: Change dnsNameLabel and fqdn.
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
Optional: Change dnsNameLabel and fqdn.
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