Skip to content

Commit b05109a

Browse files
authored
Merge pull request #224227 from cephalin/php-tutorial-fix
https://github.com/MicrosoftDocs/azure-docs/issues/96384
2 parents a541900 + 524b977 commit b05109a

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed

articles/app-service/includes/tutorial-php-mysql-app/azure-portal-deploy-sample-code-7.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,10 @@
22
author: cephalin
33
ms.author: cephalin
44
ms.topic: include
5-
ms.date: 07/07/2022
5+
ms.date: 01/31/2023
66
---
77

8-
In Visual Studio Code in the browser:
9-
10-
1. Select the **Source Control** extension.
11-
12-
1. Next to the changed *database.php*, select **+** to stage your changes.
13-
14-
1. In the textbox, type `add certificate`.
15-
16-
1. Select the checkmark to commit and push to GitHub.
17-
18-
If you go back to the Deployment Center page, you'll see a new log entry because another run is started. Wait for the run to complete. It takes about 15 minutes.
8+
Wait for the run to complete. It takes about 15 minutes.
199

2010
> [!TIP]
2111
> The GitHub action is defined by the file in your GitHub repository, in *.github/workflow*. You can make it faster by customizing the file.

articles/app-service/includes/tutorial-php-mysql-app/azure-portal-get-connection-string-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: cephalin
33
ms.author: cephalin
44
ms.topic: include
5-
ms.date: 07/07/2022
5+
ms.date: 01/31/2023
66
---
77

88
In the **Application settings** tab of the **Configuration** page, create a `DB_DATABASE` setting:
@@ -11,6 +11,6 @@ In the **Application settings** tab of the **Configuration** page, create a `DB_
1111

1212
1. In the **Name** field, enter *DB_DATABASE*.
1313

14-
1. In the **Value** field, enter the automatically generated database name from the creation wizard, which looks like *msdocs-docs-laravel-mysql-XYZ-database*.
14+
1. In the **Value** field, enter the automatically generated database name from the creation wizard, which looks like *msdocs-laravel-mysql-XYZ-database*.
1515

1616
1. Click **OK**.

articles/app-service/includes/tutorial-php-mysql-app/azure-portal-get-connection-string-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Create the following extra app settings by following the same steps for creating
1010
- *DB_HOST*: Use the *\<database-server-domain-name>* from the copied connection string as the value.
1111
- *DB_USERNAME*: Use the *\<username>* from the copied connection string as the value.
1212
- *DB_PASSWORD*: Use the *\<password>* from the copied connection string as the value.
13-
- *MYSQL_ATTR_SSL_CA*: Use */home/site/wwwroot/ssl/BaltimoreCyberTrustRoot.crt.pem* as the value.
13+
- *MYSQL_ATTR_SSL_CA*: Use */home/site/wwwroot/ssl/DigiCertGlobalRootCA.crt.pem* as the value.
1414

1515
This app setting points to the path of the [TLS/SSL certificate you need to access the MySQL server](../../../mysql/flexible-server/how-to-connect-tls-ssl.md#download-the-public-ssl-certificate). It's included in the sample repository for convenience.
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to get a PHP app working in Azure, with connection to a M
55
ms.assetid: 14feb4f3-5095-496e-9a40-690e1414bd73
66
ms.devlang: php
77
ms.topic: tutorial
8-
ms.date: 07/22/2022
8+
ms.date: 01/31/2023
99
ms.custom: mvc, cli-validate, seodec18, devx-track-azurecli, devdivchpfy22
1010
---
1111

0 commit comments

Comments
 (0)