Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi, @Ytowait Pvt Ltd
You can create it by referring to the following.
https://learn.microsoft.com/en-us/azure/app-service/tutorial-php-mysql-app#3---deploy-sample-code
There are several deployment methods available, but Git Push is the easiest. Alternatively, you can easily upload using an App Service extension such as Visual Studio Code.
Another option is to create and upload a zip archive, or integrate with an external CI/CD pipeline.
See below for various deployment options.
https://learn.microsoft.com/en-us/azure/app-service/deploy-run-package
It also refers to databases.
First of all, App Service has Windows and Linux, and Linux is recommended for the latest PHP.
However, for Windows, you can also host the database in App Service with the feature called MySQL In App.
However, it is highly likely that it will not be used in the future, so it is better to use Azure Database for MySQL as per the documentation.