Running coreWCF in Azure App Service

Anita A 105 Reputation points
2023-11-10T13:49:17.4933333+00:00

Hello,

I am having issues with deploying coreWCF to Azure App Service, is is possible at all to run it in App Services? If so, can you please provide some documentation?

Thanks!

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,980 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,672 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,020 questions
{count} votes

Accepted answer
  1. JasonPan - MSFT 5,991 Reputation points Microsoft Vendor
    2023-11-13T08:02:31.0233333+00:00

    Hi @Anita A,

    Thanks for Lex Li help, we can check the official doc CoreWCF - Getting started first.

    Here is the detailed steps

    1.Run command : dotnet new --install CoreWCF.TemplatesUser's image

    2.Create the new template project
    User's image

    3.Then deploy it as usually.
    User's image

    4.Test Result
    User's image


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best regards,

    Jason

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.