Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,555 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have an Excel add-in, which connects to a remote server and updates data on the server. The Excel add-in uses a class library to perform all updates and calculations. Now, I'd like to migrate all this logic to Azure, such that the Excel add-in gathers data and sends it to Azure, where calculations and updates to the remote server are performed.
I thought about using Azure Functions, but wanted to make sure if those are feasible for larger programs?
should work as long as azure can access your remote database server