Will Johnson
Will Johnson
Build and Release should turn Kusto Cluster On/Off like we do for Synapse to ensure build pipelines are automatic.
https://learn.microsoft.com/en-us/azure/databricks/clusters/init-scripts#configure-a-cluster-scoped-init-script-using-the-ui
**Describe the feature** We should be using storage account gen 2 so that [enabling private links is feasible with the deployed services](https://learn.microsoft.com/en-us/azure/storage/common/storage-private-endpoints). **Detailed Example** We just need to update [this...
Capture from Event Hub should not be necessary. Should be removed in next release.
``` // static for simple function cache // TODO: This may cause an issue when you are trying to handle multiple Databricks workspace private static JwtSecurityToken? _bearerToken; ``` This could...