x86 webapp should use corresponding extension (#1675)
This commit is contained in:
Родитель
803b2ee7aa
Коммит
6f0d0e4c88
|
@ -288,7 +288,7 @@
|
|||
"name": "MSDeploy",
|
||||
"dependsOn": [
|
||||
"[variables('appServiceResourceId')]",
|
||||
"[concat(variables('appServiceResourceId'), '/siteextensions/AspNetCoreRuntime.5.0.x64')]",
|
||||
"[concat(variables('appServiceResourceId'), '/siteextensions/AspNetCoreRuntime.5.0.x86')]",
|
||||
"[resourceId('Microsoft.KeyVault/vaults/secrets', variables('serviceName'), 'CosmosDb--Host')]"
|
||||
],
|
||||
"properties": {
|
||||
|
@ -297,7 +297,7 @@
|
|||
},
|
||||
{
|
||||
"type": "siteextensions",
|
||||
"name": "AspNetCoreRuntime.5.0.x64",
|
||||
"name": "AspNetCoreRuntime.5.0.x86",
|
||||
"apiVersion": "2018-11-01",
|
||||
"location": "[resourceGroup().location]",
|
||||
"properties": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче