Forum Discussion
Managed VNET Integration Runtime failing with 502 error.
Update...
After some further investigation I noticed that there are multiple calls being made to the same API URL. The "GET" calls succeed and it's only the "PUT" that fails... This to me means it's definitely not an auth issue but it looks like it could be an issue in the backend runtime provisioning but I have absolutely no idea how to get around this...
"GET" response...
{
"properties": {
"typeProperties": {
"computeProperties": {
"location": "WestEurope"
}
},
"managedVirtualNetwork": {
"referenceName": "ManagedVnet-rwl",
"type": "ManagedVirtualNetworkReference"
}
},
"kind": "Managed",
"name": "VMIR-VUTG-DBUnityCatalog"
}
"PUT" Response...
{
"error": {
"code": "IntegrationRuntime_SystemError",
"message": "Execute integration runtime action timed out.",
"target": null,
"details": null
}
}