Does azure databricks support blob based trigger, as if any file comes into blob it will process it. If yes,please support your answer by providing methods to achieve it.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
None
0 Points
6 Posts
how to make azure databricks blob trigger
Sep 18, 2019 08:38 AM|amansahu7879|LINK
Does azure databricks support blob based trigger, as if any file comes into blob it will process it. If yes,please support your answer by providing methods to achieve it.
All-Star
40565 Points
6233 Posts
Microsoft
Re: how to make azure databricks blob trigger
Sep 18, 2019 09:01 AM|Fei Han - MSFT|LINK
Hi amansahu7879,
In this document, you can find Azure Blob Storage can be connected to Azure Databricks.
https://docs.microsoft.com/en-us/azure/azure-databricks/databricks-connect-to-data-sources
And you can refer to this tutorial that describes how to access Azure Blob Storage from Azure Databricks using secrets stored in a key vault.
https://docs.microsoft.com/en-us/azure/azure-databricks/store-secrets-azure-key-vault
With Regards,
Fei Han
None
0 Points
6 Posts
Re: how to make azure databricks blob trigger
Sep 18, 2019 10:04 AM|amansahu7879|LINK
Ya that i know, i am asking for performing action on continuous streaming data(real time data)
All-Star
40565 Points
6233 Posts
Microsoft
Re: how to make azure databricks blob trigger
Sep 19, 2019 01:25 AM|Fei Han - MSFT|LINK
Hi amansahu7879,
For questions about Azure Databricks, posting on this forum would be better.
https://stackoverflow.com/questions/tagged/azure-databricks
With Regards,
Fei Han