You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:::image type="content" source="media/azure-pipelines-mysql-task/configure-pipeline-option.png" alt-text="Screenshot of Select Starter pipeline.":::
48
48
49
49
## Create a secret
50
50
@@ -56,7 +56,7 @@ For security, you'll want to save your SQL password as a secret variable in the
56
56
1. Select **Variables**.
57
57
1. Add a new variable named `SQLpass` and select **Keep this value secret** to encrypt and save the variable.
58
58
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.":::
60
60
61
61
1. Select **Ok** and **Save** to add the variable.
62
62
@@ -68,7 +68,7 @@ To access your MySQL database with Azure Pipelines, you need to set your databas
68
68
1. Select **Connection security**.
69
69
1. Toggle **Allow access to Azure services** to **Yes**.
70
70
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.":::
72
72
73
73
## Add the Azure Database for MySQL Deployment task
74
74
@@ -139,7 +139,7 @@ You can verify that your pipeline ran successfully within the `AzureMysqlDeploym
139
139
140
140
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.
141
141
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.":::
0 commit comments