ADF - How to write stored procedure code in visual studio by using web jobs(for merging)

Anandazure 46 Reputation points
2021-10-11T15:07:01.547+00:00

How to write stored procedure code in visual studio by using web jobs(for merging)
Convert all data from GEN1 to GEN2

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,377 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,630 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,951 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,281 Reputation points Microsoft Employee Moderator
    2021-10-19T23:00:51.22+00:00

    @Anandazure , are you referring to migrating Data Lake from GEN 1 using a workload as explained on https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-migrate-gen1-to-gen2#step-3-migrate-data-workloads-and-applications inside a webjob?

    If so, then you would follow any supported workload samples and zip the artifacts. Create an App Service and on that app service create a triggered webjob uploading the zip file containing your workload artifacts.

    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.