Skip to content

ProcessAzureAS MSI - Could not load resource 'ProcessAzureAS MSI' because it is referencing a non-existent resource named: 'AutoResolveIntegrationRuntime' #19

@johnpressdee

Description

@johnpressdee

Hi,

Just found this code and wanted to utilise to automate the processing of a tabular model on our Azure Analysis Services.

I have followed the code but when I create a pipeline called ProcessAzureAS MSI and then add the code from the file it always gives the same error:

Could not load resource 'ProcessAzureAS MSI' because it is referencing a non-existent resource named: 'AutoResolveIntegrationRuntime'

I have checked in Data Factory and the AutoResolveIntegrationRuntime is listed under integration runtimes and these are the settings:

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

It has a status of running.

Do you have any suggestions on this? Do I need to edit any of the code before pasting it (there was nothing in the notes that said to edit it).

Your help would be much appreciated.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions