Autoresolve DataFactory IR in Managed Virtual Network status FAILED

Georgian Pirvu 11 Reputation points
2021-03-12T09:41:22.987+00:00

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? 77139-ir.png

{
"name": "AutoResolveIntegrationRuntime",
"properties": {
"type": "Managed",
"typeProperties": {
"computeProperties": {
"location": "AutoResolve",
"dataFlowProperties": {
"computeType": "General",
"coreCount": 8,
"timeToLive": 0
}
}
},
"managedVirtualNetwork": {
"type": "ManagedVirtualNetworkReference",
"referenceName": "default"
}
}
}

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,540 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2021-03-17T20:09:51.93+00:00

    Hi @Georgian Pirvu ,

    This could be related to some deployment issues. If the issue still persists, could you please try redeploying using the ARM Templates and let us know how it goes.

    Thank you

    ----------

    Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.