Azure-Samples / modern-data-warehouse-dataops

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

Update how secrets are managed from Databricks secrets to Synapse way of managing secret (if required). #391

Closed devlace closed 3 years ago

devlace commented 3 years ago

Description

Update how secrets are managed from Databricks secrets to Synapse way of managing secret (if required). In the original Parking Sensor sample, secrets are managed via Databricks KeyVault-backed secret scopes. This needs to be converted to "native" Synapse way of managing secrets.

DoD:

jmostella commented 3 years ago

@devlace Are we not considering using a KeyVault LinkedService?

devlace commented 3 years ago

KeyVault LinkedServices are def in consideration :) Just if we can use MSI, then even better.

devlace commented 3 years ago

This will get closed by #421