This commit is contained in:
Ryutaro Koma 2023-05-13 01:31:12 +09:00
Родитель e939b143cf
Коммит 7669fbdf25
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2,7 +2,7 @@
"$schema": "https://schema.management.azure.com/schemas/2018-05-01/subscriptionDeploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"metadata": {
"_dependencyType": "appService.windows"
"_dependencyType": "compute.appService.windows"
},
"parameters": {
"resourceGroupName": {
@ -14,7 +14,7 @@
},
"resourceGroupLocation": {
"type": "string",
"defaultValue": "",
"defaultValue": "centralus",
"metadata": {
"description": "Location of the resource group. Resource groups could have different location than resources, however by default we use API versions from latest hybrid profile which support all locations for resource types we support."
}