0

I have implemented a .Net console application which pulls the data from databricks Applications . I have installed SIMBA ODBC drivers in my local and was able to connect to databricks cluster from my local .net application.

Now I want to host my .net application in AZURE PAAS .So how do I install SIMBA ODBC drivers in AZURE PAAS ?

Please let me know . Thanks in advance !

CHEEKATLAPRADEEP
  • 12,191
  • 1
  • 19
  • 42
mohan
  • 75
  • 1
  • 10

1 Answers1

0

As that resembles you are connecting to Hive using .Net Application.

You can use data bricks REST API. https://docs.databricks.com/dev-tools/api/latest/index.html

(OR)

You can use the docker Image Container by adding Docker to your application and run the docker file. so that the dependency drivers & Application gets installed & form an image container. The Image needs to be registered in the Azure container instance & link the container instance to Azure App Service.

Sai Teja
  • 1
  • 1