From 8e2cfbb51dee764383215eaf4e24e5f6d8e7fd23 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Mon, 18 Mar 2024 10:20:29 -0500 Subject: [PATCH] Fixes #428 - Fix Azure Database for MySQL workflows --- mysql/create/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/mysql/create/README.md b/mysql/create/README.md index cd0d9d80..33e6b636 100644 --- a/mysql/create/README.md +++ b/mysql/create/README.md @@ -44,6 +44,7 @@ To create the Azure Database for MySQL setup the following environment variables And then create the MySQL database using the command line below: + ```shell az mysql server create \ @@ -56,6 +57,20 @@ And then create the MySQL database using the command line below: ``` + + ## Cleanup Do NOT forget to remove the resources once you are done running the example.