C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,128 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