Modified explicitly defined location field to location variable

This commit is contained in:
Gene Mecija 2021-06-22 16:11:10 -07:00
Родитель c9b22fde50
Коммит 69e427ed1c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -46,7 +46,7 @@
"type": "Microsoft.Logic/workflows",
"apiVersion": "2017-07-01",
"name": "[parameters('PlaybookName')]",
"location": "westeurope",
"location": "[resourceGroup().location]",
"properties": {
"state": "Disabled",
"definition": {