what is the alternative azure service for a azure dataflow?

Yugandhar Kolli (PS ID) 1 Reputation point
2021-07-23T10:32:19.817+00:00

I would like to understand if there is any alternative azure service/option within azure to implement business logic on a data(DB or file sources) without using an adf dataflow.
Also kindly share if the suggested alternative azure service is available within the Germany region. Thanks in advance.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,176 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,736 Reputation points
    2021-07-23T11:02:42.437+00:00

    You can try using Azure databricks service. Access the data from DB or any other sources directly or first ingest the data to Data lake gen2 then use it further for transformation in Azure databricks. This involves coding in Scala, Python or Spark SQL.

    https://learn.microsoft.com/en-us/azure/databricks/scenarios/databricks-extract-load-sql-data-warehouse


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    0 comments No comments

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.