Share via

Host dot net core API in Azure (Linux + PHP) configuration

Dev Slv 1 Reputation point
2023-01-03T10:33:08.593+00:00

Hi ,

I have API which is developed in dot net core. Which I would like to host in Azure with Linux and stack setting PHP.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Lex Li 6,042 Reputation points
    2023-01-05T08:16:19.42+00:00

    You'd better choose to build your own Docker image (.NET Core + PHP on Linux) and then deploy that image to Azure App Service or Container App.

    Was this answer helpful?

    0 comments No comments

  2. TP 157.6K Reputation points Volunteer Moderator
    2023-01-03T10:43:24.31+00:00

    Hi,

    Based on the information you have provided, you can use Azure App Service to host your API:

    App Service overview

    https://learn.microsoft.com/en-us/azure/app-service/overview

    You may also want to consider API Management:

    What is Azure API Management?

    https://learn.microsoft.com/en-us/azure/api-management/api-management-key-concepts

    If you have more specific questions on what you are attempting to do please provide more details.

    Thanks.

    -TP

    Was this answer helpful?

    0 comments No comments

Your answer

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