I am working on a Python Application deployed on Azure function App. I want to access Hive from my function App. For that i have to install HIVE ODBC Drivers on the function app. Is there any way to install them?
Asked
Active
Viewed 907 times
1
-
Do you want to use Azure DevOps (https://dev.azure.com/xxxx) to install Hive ODBC driver on Azure Function App? – Cece Dong - MSFT Oct 13 '20 at 06:25
1 Answers
0
Please check @Joaquín Vano's (Principal Software Engineer Manager at Microsoft) reply in this case: ODBC or OleDB database drivers under Azure App Service
One possibility is to use Windows Containers on Azure App Service in which you have control over what drivers or custom software to install.
Please check the quick start to run a Windows Container in App Service:
https://learn.microsoft.com/en-us/azure/app-service/app-service-web-get-started-windows-container

Cece Dong - MSFT
- 29,631
- 1
- 24
- 39