Skip to content

Commit 257201a

Browse files
committed
validation
1 parent 2095a69 commit 257201a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ The AZD template you use generated the connectivity variables for you already as
666666
|Setting |Description |
667667
|---------|---------|
668668
|`CACHE_DRIVER` | Tells Laravel to use Redis as its cache (see [Laravel documentation](https://laravel.com/docs/10.x/cache#configuration)). |
669-
|`MYSQL_ATTR_SSL_CA` | Needed to [open a TLS connection to MySQL in Azure](../mysql/flexible-server/how-to-connect-tls-ssl). The certificate file is included in the sample repository for convenience. This variable is used by the mysql connection in *config/database.php* |
669+
|`MYSQL_ATTR_SSL_CA` | Needed to [open a TLS connection to MySQL in Azure](/azure/mysql/flexible-server/how-to-connect-tls-ssl). The certificate file is included in the sample repository for convenience. This variable is used by the mysql connection in *config/database.php* |
670670
|`LOG_CHANNEL` | Tells Laravel to pipe logs to `stderr`, which makes it available to the App Service logs (see [Laravel documentation](https://laravel.com/docs/10.x/logging)). |
671671
|`APP_DEBUG` | Enable debug mode pages in Laravel (see [Laravel documentation](https://laravel.com/docs/10.x/configuration#debug-mode)). |
672672
|`APP_KEY` | [Laravel encryption variable](https://laravel.com/docs/10.x/encryption#configuration). The AZD template already created a Key Vault secret (lines 212-217), so you access it with a [Key Vault reference](app-service-key-vault-references.md). |

0 commit comments

Comments
 (0)