We have python script stored in Azure storage account in blob. We want to deploy / create this python script (as notebook) in azure databricks cluster so later we can run Azure data factory pipeline and pipeline can execute notebook created/deployed in databricks.
We want to create / deploy this script only one time as and when its available in blob.
I have tried to search over the web but couldn't find proper solution for this.
Is it possible to deploy/create notebook from storage account? if yes, how?
Thank you.