question

kiril avatar image
0 Votes"
kiril asked Bruce-SqlWork answered

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

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?

dotnet-csharpazure-webapps-migration
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Bruce-SqlWork avatar image
0 Votes"
Bruce-SqlWork answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.