Does Interactive authoring of the integration runtime have to be activated manually?

Federico Arturo Ramirez Seidel 26 Reputation points
2022-06-29T16:07:00.26+00:00

Hello!

I just wanted to know if there's a way to automate the enabling of the interactive authoring of the AutoResolveIntegrationRuntime.

Thanks!

216196-image.png

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

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 76,511 Reputation points Microsoft Employee
    2022-07-06T07:15:21.6+00:00

    Hello @Federico Arturo Ramirez Seidel , Thanks for the question and using MS Q&A platform.

    You can enable Interactive query using REST API.

    Integration Runtimes - Enable Interactive Query - Enable interactive query in integration runtime.

    POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/integrationRuntimes/{integrationRuntimeName}/enableInteractiveQuery?api-version=2021-06-01-preview
    

    Here the walk through on how to enable Interactive query using REST API.

    ENableAutoResolveIR

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.