Azure Analysis services process automation

rajendar erabathini 616 Reputation points
2021-03-24T17:55:13.113+00:00

Hi - Can I automate the processing of the Azure Analysis services cube using Data Integration pipeline in Synapse workspace without using Azure automation runbook or logic apps. Please point me to respective documentation URLS. Also enlighten me on is it good to do it in Azure automation runbook or Logic app or in Integration pipeline.

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
456 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,803 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 32,416 Reputation points MVP
    2021-03-24T18:11:25.98+00:00

    Hey,
    It is possible to process AAS via web activity through REST API.

    Git hub repo for code:
    https://github.com/NandanHegde15/Azure-DataFactory-Generic-Pipelines/tree/main/Azure%20Analysis%20Service/ProcessAzureAS

    W.r.t the other question: it basically depends on your data ingestion process.
    Ideally once the data ingestion is successful,then you process the cube.
    So in case if you use an ADF to ingest the data
    It would be better to leverage that for cube processing.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.