Skip to content

Commit 72fc706

Browse files
committed
Update alt text
1 parent 0eb2d1d commit 72fc706

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/mysql/single-server/azure-pipelines-mysql-deploy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: single-server
77
ms.custom: seodec18, devops-pipelines-deploy
88
ms.author: jukullam
99
author: juliakm
10-
ms.date: 06/15/2022
10+
ms.date: 09/14/2022
1111
---
1212

1313
# Azure Pipelines for Azure Database for MySQL Single Server
@@ -44,7 +44,7 @@ You'll use the basic starter pipeline as a basis for your pipeline.
4444

4545
6. Azure Pipelines will analyze your repository and offer configuration options. Select **Starter pipeline**.
4646

47-
:::image type="content" source="media/azure-pipelines-mysql-task/configure-pipeline-option.png" alt-text="Select Starter pipeline.":::
47+
:::image type="content" source="media/azure-pipelines-mysql-task/configure-pipeline-option.png" alt-text="Screenshot of Select Starter pipeline.":::
4848

4949
## Create a secret
5050

@@ -56,7 +56,7 @@ For security, you'll want to save your SQL password as a secret variable in the
5656
1. Select **Variables**.
5757
1. Add a new variable named `SQLpass` and select **Keep this value secret** to encrypt and save the variable.
5858

59-
:::image type="content" source="media/azure-pipelines-mysql-task/save-secret-variable.png" alt-text="Add a secret variable.":::
59+
:::image type="content" source="media/azure-pipelines-mysql-task/save-secret-variable.png" alt-text="Screenshot of adding a secret variable.":::
6060

6161
1. Select **Ok** and **Save** to add the variable.
6262

@@ -68,7 +68,7 @@ To access your MySQL database with Azure Pipelines, you need to set your databas
6868
1. Select **Connection security**.
6969
1. Toggle **Allow access to Azure services** to **Yes**.
7070

71-
:::image type="content" source="media/azure-pipelines-mysql-task/allow-azure-access-mysql.png" alt-text="Set MySQL to allow Azure connections.":::
71+
:::image type="content" source="media/azure-pipelines-mysql-task/allow-azure-access-mysql.png" alt-text="Screenshot of setting MySQL to allow Azure connections.":::
7272

7373
## Add the Azure Database for MySQL Deployment task
7474

@@ -139,7 +139,7 @@ You can verify that your pipeline ran successfully within the `AzureMysqlDeploym
139139

140140
Open the task and verify that the last two entries show two rows in `inventory`. There are two rows because the second row has been deleted.
141141

142-
:::image type="content" source="media/azure-pipelines-mysql-task/database-update-results.png" alt-text="Review final table results.":::
142+
:::image type="content" source="media/azure-pipelines-mysql-task/database-update-results.png" alt-text="Screenshot to show reviewing final table results.":::
143143

144144

145145
## Clean up resources

0 commit comments

Comments
 (0)