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

Kiril 96 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?

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.
10,245 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,876 questions
0 comments No comments
{count} votes

1 answer

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

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

    0 comments No comments