I published a web application in a app service of Microsoft Azure, but my application needs a driver to connect with a IBM database, that driver is installed in the machine where I developed the application but now I need to install the ".exe" file that contains that driver in the app service of Microsoft Azure in order to get my application running correctly.
How can I install a .exe file in app service of Microsoft Azure?