diff --git a/terraform-azurerm-mysql/README.md b/terraform-azurerm-mysql/README.md index d618ed6..577071f 100644 --- a/terraform-azurerm-mysql/README.md +++ b/terraform-azurerm-mysql/README.md @@ -16,7 +16,7 @@ ## Overview -This configuration implements a [PaaS](https://azure.microsoft.com/overview/what-is-paas/) database hosted in [Azure Database for MySQL - Flexible Server](https://learn.microsoft.com/azure/mysql/flexible-server/overview) with a private endpoint implemented using [subnet delegation](https://learn.microsoft.com/azure/virtual-network/subnet-delegation-overview).. +This configuration implements a [PaaS](https://azure.microsoft.com/overview/what-is-paas/) database hosted in [Azure Database for MySQL - Flexible Server](https://learn.microsoft.com/azure/mysql/flexible-server/overview) with a private endpoint implemented using [subnet delegation](https://learn.microsoft.com/azure/virtual-network/subnet-delegation-overview) ([Step-by-Step Video](https://youtu.be/OE4KFZtq0oY)). Activity | Estimated time required --- | --- @@ -30,7 +30,7 @@ Smoke testing | ~10 minutes ## Getting started -This section describes how to provision this configuration using default settings. +This section describes how to provision this configuration using default settings ([Step-by-Step Video](https://youtu.be/_pBU2ifVSGQ)). * Change the working directory. @@ -79,6 +79,8 @@ This section describes how to provision this configuration using default setting ## Smoke testing +Use the steps in this section to verify the configuration is working as expected ([Step-by-Step Video](https://youtu.be/KWUUeBCsFMQ)). + * Test DNS queries for Azure Database for MySQL private endpoint (PaaS) * From the client environment, navigate to *portal.azure.com* > *Azure Database for MySQL flexible servers* > *mysql-xxxxxxxxxxxxxxxx* > *Overview* > *Server name* and and copy the the FQDN, e.g. *mysql‑xxxxxxxxxxxxxxxx.mysql.database.azure.com*. * From *jumpwin1*, run the following Windows PowerShell command: @@ -107,7 +109,7 @@ This section describes how to provision this configuration using default setting ## Documentation -This section provides additional information on various aspects of this configuration. +This section provides additional information on various aspects of this configuration ([Step-by-Step Video](https://youtu.be/VgFl0efQ7NI)). ### Bootstrap script