Migrate .net console app to Azure

MS Techie 2,751 Reputation points
2021-06-05T10:45:43.173+00:00

What options do we have in azure to migrate .net 4.5 console app. ?

I am looking for PaaS or Serverless options.

Can we run .net framework 4.5 console app EXEs , via Azure Function which is based on PowerShell Core ?

Please help

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,909 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

Accepted answer
  1. MS Techie 2,751 Reputation points
    2021-06-18T10:35:26.99+00:00

    Hi,
    Actually the above never worked for me.
    I wrote my own code to just invoke the exe using the Process.Start method

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. JayaC-MSFT 5,606 Reputation points
    2021-06-15T11:47:24.663+00:00

    Hello @MS Techie , We did not receive any further details. Looks like a code issue. I found something similar: https://github.com/Azure/azure-functions-host/issues/1202#issuecomment-280369781
    Please confirm if you are still encountering the issue.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.