Azure-Samples / modern-data-warehouse-dataops

DataOps for Microsoft Data Platform technologies. https://aka.ms/dataops-repo
MIT License
590 stars 462 forks source link

Automate ALDS cloud connection creation #876

Open promisinganuj opened 10 hours ago

promisinganuj commented 10 hours ago

In the sample, creation of cloud connection to ADLS Gen2 storage account is currently a manual step. With the launch of connection REST APIs last week, it's now possible to automate it. The API also supports SP/MI.

Reference: https://learn.microsoft.com/en-us/rest/api/fabric/core/connections/create-connection?tabs=HTTP

DoD