Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty100 committed Aug 15, 2023
1 parent 343b0fb commit abdbf3b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions terraform-azurerm-mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--- | ---
Expand All @@ -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.

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit abdbf3b

Please sign in to comment.