Skip to content

Commit fc1feda

Browse files
Merge pull request #13118 from MicrosoftDocs/ghogen-patch-71
SFI: Reference MySQL documentation for more secure auth options
2 parents 8aee210 + cf7ffe5 commit fc1feda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/tutorials/tutorial-multi-container-app-mysql.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ In this example, you create the network and attach the MySQL container at startu
9595

9696
This command also defines the `MYSQL_ROOT_PASSWORD` and `MYSQL_DATABASE` environment variables. For more information, see [MySQL Docker Hub listing](https://hub.docker.com/_/mysql/).
9797

98+
> [!WARNING]
99+
> This tutorial illustrates password credentials to authenticate with a MySQL database, which is not the most secure method. Refer to the [MySQL documentation](https://dev.mysql.com/doc/) to learn about more secure methods of authentication.
100+
98101
1. Get your container ID for use in the next step.
99102

100103
```bash

0 commit comments

Comments
 (0)