Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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 is a service used to create and deploy scalable, mission-critical web apps.
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.
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