Can we install ODBC Simba driver in docker for windows and deploy in Azure App service?

527 views Asked by At

I need to connect to the hive Database using .Net Core so I'm using ODBC Simba driver to perform operations with Hive Data connections. Now the problem I'm facing is I need to install the ODBC driver in Azure App Service (we cannot install custom drivers in Azure App Service) so I'm using docker to image it up and deploy the Docker Image.

If so how can I Install ODBC Simba Driver in docker!

Let me know any possibility. Whether my approach is right?

--Thanks

0

There are 0 answers