How to migrate C# class library used in VSTO to Azure?

Kiril 66 Reputation points
2022-02-02T17:44:16.677+00:00

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?

Azure App Services
Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,555 questions
C#
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.
7,527 questions
No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 31,096 Reputation points
    2022-02-02T17:57:17.75+00:00

    should work as long as azure can access your remote database server