Skip to content

Commit 5416509

Browse files
committed
Small acrolinx fixes
1 parent ae3a560 commit 5416509

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/mysql/single-server/quickstart-mysql-github-actions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.subservice: single-server
77
ms.topic: quickstart
88
ms.author: jukullam
99
ms.custom: github-actions-azure, mode-other
10-
ms.date: 10/26/2022
10+
ms.date: 02/15/2023
1111
---
1212

1313
# Quickstart: Use GitHub Actions to connect to Azure MySQL
@@ -49,7 +49,7 @@ The file has two sections:
4949

5050
## Copy the MySQL connection string
5151

52-
In the Azure portal, go to your Azure Database for MySQL server and open **Settings** > **Connection strings**. Copy the **ADO.NET** connection string. Replace the placeholder values for `your_database` and `your_password`. The connection string will look similar to the following.
52+
In the Azure portal, go to your Azure Database for MySQL server and open **Settings** > **Connection strings**. Copy the **ADO.NET** connection string. Replace the placeholder values for `your_database` and `your_password`. The connection string looks similar to the following.
5353

5454
> [!IMPORTANT]
5555
>
@@ -84,7 +84,7 @@ You'll use the connection string as a GitHub secret.
8484
branches: [ main ]
8585
```
8686
87-
4. Rename your workflow `MySQL for GitHub Actions` and add the checkout and login actions. These actions will check out your site code and authenticate with Azure using the `AZURE_CREDENTIALS` GitHub secret you created earlier.
87+
4. Rename your workflow `MySQL for GitHub Actions` and add the checkout and login actions. These actions check out your site code and authenticate with Azure using the `AZURE_CREDENTIALS` GitHub secret you created earlier.
8888

8989
# [Service principal](#tab/userlevel)
9090

@@ -142,7 +142,7 @@ You'll use the connection string as a GitHub secret.
142142
sql-file: './data.sql'
143143
```
144144

145-
6. Complete your workflow by adding an action to sign out of Azure. Here's the completed workflow. The file will appear in the `.github/workflows` folder of your repository.
145+
6. Complete your workflow by adding an action to sign out of Azure. Here's the completed workflow. The file appears in the `.github/workflows` folder of your repository.
146146

147147
# [Service principal](#tab/userlevel)
148148

0 commit comments

Comments
 (0)