repot services as source in ADF

azure_learner 615 Reputation points
2024-08-10T13:06:12.4533333+00:00

I am trying to move the data from the report for security and compliance protocols through API and RaaS. What are the limitations and challenges by going this approach and what key elements I should take in to account .Please suggest.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,625 questions
{count} votes

Accepted answer
  1. Vinodh247 34,661 Reputation points MVP Volunteer Moderator
    2024-08-10T13:52:42.0966667+00:00

    Hi azure_learner,

    Thanks for reaching out to Microsoft Q&A.

    I have given below the list afaik... i would suggest you explore and add more points if reqd.

    • Complex Data Transformations: ADF's data flow capabilities may not support all complex custom logic required for specific data transformation scenarios. If your reporting needs involve intricate data manipulations, you might need to implement custom solutions outside of ADF.
    • Limited Real-Time Processing: ADF is primarily designed for batch processing rather than real-time data streaming. If your reporting requires immediate data updates, this could be a significant limitation.
    • Concurrency and Parallelism: ADF has limitations regarding concurrency and parallelism, which can affect performance when handling multiple data flows or large datasets simultaneously.
    • Debugging: Debugging data flows in ADF can be challenging. Although ADF generates code, identifying and resolving issues may require extensive logging and monitoring, complicating troubleshooting efforts.

    Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.


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.