Я пытаюсь выяснить, почему этот релиз не работает. Это происходит с развертыванием Azure Resource Group и работало до недели назад. Ошибка кажется случайной, и переменные появляются в 2 из наших вложенных файлов шаблонов, function.json и webApp.json. Первоначальное значение было нулевым, и я безуспешно изменил эти значения на «VS2012» и «VS2017». Я также попытался изменить remoteDebuggingEnabled с false на true, но безуспешно. Шаблоны ARM развертываются нормально при развертывании через Visual Studio, но с ошибками в DevOps Azure. Единственное изменение было внесено в предыдущую задачу в задаче копирования файлов Azure до этой задачи, когда версия была изменена с «Предварительного просмотра» версии 2. * на 1. *
Есть идеи? Нужно ли предоставлять больше информации?
Часть шаблона находится под
"type": "Microsoft.Web / sites / config",
2018-11-13T02:54:45.1471124Z ##[section]Starting: Create or Update Azure Infrastructure
2018-11-13T02:54:45.1477792Z ==============================================================================
2018-11-13T02:54:45.1477917Z Task : Azure Resource Group Deployment
2018-11-13T02:54:45.1478008Z Description : Deploy an Azure resource manager (ARM) template to a resource group. You can also start, stop, delete, deallocate all Virtual Machines (VM) in a resource group
2018-11-13T02:54:45.1478131Z Version : 2.141.1
2018-11-13T02:54:45.1478287Z Author : Microsoft Corporation
2018-11-13T02:54:45.1478360Z Help : [More Information](https://aka.ms/argtaskreadme)
2018-11-13T02:54:45.1478455Z ==============================================================================
2018-11-13T02:54:45.5851577Z Checking if the following resource group exists: uiis-dev-rg.
2018-11-13T02:54:45.8038374Z Resource group exists: true.
2018-11-13T02:54:45.8040134Z Creating deployment parameters.
2018-11-13T02:54:45.8110536Z The detected encoding for file 'D:\a\r1\a\UIIS-CI\drop\azureDeploy.json' is 'utf-8'
2018-11-13T02:54:45.8268289Z Starting Deployment.
2018-11-13T02:58:06.2894763Z There were errors in your deployment. Error code: DeploymentFailed.
2018-11-13T02:58:06.2896043Z ##[error]At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.
2018-11-13T02:58:06.2896936Z ##[error]Details:
2018-11-13T02:58:06.2898051Z ##[error]Conflict: {
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'.",
"details": [
{
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-debug for usage details.",
"details": [
{
"code": "BadRequest",
"message": "{\r\n \"Code\": \"BadRequest\",\r\n \"Message\": \"The parameter remoteDebuggingVersion has an invalid value.\",\r\n \"Target\": null,\r\n \"Details\": [\r\n {\r\n \"Message\": \"The parameter remoteDebuggingVersion has an invalid value.\"\r\n },\r\n {\r\n \"Code\": \"BadRequest\"\r\n },\r\n {\r\n \"ErrorEntity\": {\r\n \"ExtendedCode\": \"01007\",\r\n \"MessageTemplate\": \"The parameter {0} has an invalid value.\",\r\n \"Parameters\": [\r\n \"remoteDebuggingVersion\"\r\n ],\r\n \"Code\": \"BadRequest\",\r\n \"Message\": \"The parameter remoteDebuggingVersion has an invalid value.\"\r\n }\r\n }\r\n ],\r\n \"Innererror\": null\r\n}"
}
]
}
]
}
} undefined
2018-11-13T02:58:06.2899605Z ##[error]Task failed while creating or updating the template deployment.
2018-11-13T02:58:06.2972216Z ##[section]Finishing: Create or Update Azure Infrastructure