From 4859025e6f441e84af70d06f950358286d7ac560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Farias?= Date: Fri, 5 Apr 2024 15:39:56 +0200 Subject: [PATCH] Add parameter on nested deployment --- deploy/azure/ARM-for-single-account.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/azure/ARM-for-single-account.json b/deploy/azure/ARM-for-single-account.json index 67e412f4be..8d50212e38 100644 --- a/deploy/azure/ARM-for-single-account.json +++ b/deploy/azure/ARM-for-single-account.json @@ -132,6 +132,10 @@ "metadata": { "description": "VM Size" } + }, + "ResourceGroupLocation": { + "type": "string", + "defaultValue": "[resourceGroup().location]" } }, "resources": [