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