You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProcessAzureAS MSI - Could not load resource 'ProcessAzureAS MSI' because it is referencing a non-existent resource named: 'AutoResolveIntegrationRuntime'
#19
Open
johnpressdee opened this issue
Jul 5, 2024
· 1 comment
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
The text was updated successfully, but these errors were encountered: