Open promisinganuj opened 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
/e2e_samples/fabric_dataops_sample/scripts/deploy_infrastructure.sh
ADLS_GEN2_CONNECTION_ID
/e2e_samples/fabric_dataops_sample/.envtemplate
/e2e_samples/fabric_dataops_sample/README.md
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
/e2e_samples/fabric_dataops_sample/scripts/deploy_infrastructure.sh
script to include the connection creation.ADLS_GEN2_CONNECTION_ID
from/e2e_samples/fabric_dataops_sample/.envtemplate
file./e2e_samples/fabric_dataops_sample/README.md
to reflect these changes.