After redeployment of Data Factory we encounter a FAILED status on the AutoResolve IR - Managed Virtual Network. The ADF is also connected to Azure DevOps Git so we have the JSON ARM Templates and the versions of adf_publish branch.
Some suggestion on how to debug this issue as this is the default IR?
{
"name": "AutoResolveIntegrationRuntime",
"properties": {
"type": "Managed",
"typeProperties": {
"computeProperties": {
"location": "AutoResolve",
"dataFlowProperties": {
"computeType": "General",
"coreCount": 8,
"timeToLive": 0
}
}
},
"managedVirtualNetwork": {
"type": "ManagedVirtualNetworkReference",
"referenceName": "default"
}
}
}