Skip to content

Commit b6c6737

Browse files
Update tutorial-php-mysql-app.md (Typo "flexible server"→"Flexible Server")
https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/app-service/tutorial-php-mysql-app.md #PingMSFTDocs
1 parent 728bf24 commit b6c6737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-php-mysql-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: mvc, cli-validate, devdivchpfy22, AppServiceConnectivity
1212

1313
# Tutorial: Deploy a PHP, MySQL, and Redis app to Azure App Service
1414

15-
This tutorial shows how to create a secure PHP app in Azure App Service that's connected to a MySQL database (using Azure Database for MySQL flexible server). You'll also deploy an Azure Cache for Redis to enable the caching code in your application. Azure App Service is a highly scalable, self-patching, web-hosting service that can easily deploy apps on Windows or Linux. When you're finished, you'll have a Laravel app running on Azure App Service on Linux.
15+
This tutorial shows how to create a secure PHP app in Azure App Service that's connected to a MySQL database (using Azure Database for MySQL Flexible Server). You'll also deploy an Azure Cache for Redis to enable the caching code in your application. Azure App Service is a highly scalable, self-patching, web-hosting service that can easily deploy apps on Windows or Linux. When you're finished, you'll have a Laravel app running on Azure App Service on Linux.
1616

1717
:::image type="content" source="./media/tutorial-php-mysql-app/azure-portal-browse-app-2.png" alt-text="Screenshot of the Azure app example titled Task List showing new tasks added.":::
1818

@@ -85,7 +85,7 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps
8585
- **Virtual network** → Integrated with the App Service app and isolates back-end network traffic.
8686
- **Private endpoints** → Access endpoints for the database server and the Redis cache in the virtual network.
8787
- **Network interfaces** → Represents private IP addresses, one for each of the private endpoints.
88-
- **Azure Database for MySQL flexible server** → Accessible only from behind its private endpoint. A database and a user are created for you on the server.
88+
- **Azure Database for MySQL Flexible Server** → Accessible only from behind its private endpoint. A database and a user are created for you on the server.
8989
- **Azure Cache for Redis** → Accessible only from behind its private endpoint.
9090
- **Private DNS zones** → Enable DNS resolution of the database server and the Redis cache in the virtual network.
9191
:::column-end:::

0 commit comments

Comments
 (0)