Skip to content

Commit b11f148

Browse files
authored
Apply suggestions from code review
Fix typos.
1 parent 9f5a010 commit b11f148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-tutorial-write-behind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This example uses the portal:
5050

5151
1. Select **Use SQL authentication** and enter an admin sign-in and password. Be sure to remember these credentials or write them down. When you're deploying a server in production, use Azure Active Directory (Azure AD) authentication instead.
5252

53-
:::image type="content" source="media/cache-tutorial-write-behind/cache-sql-authentication.png" alt-text="Screenshot of the authentication information for a Azure SQL resource.":::
53+
:::image type="content" source="media/cache-tutorial-write-behind/cache-sql-authentication.png" alt-text="Screenshot of the authentication information for an Azure SQL resource.":::
5454

5555
1. Go to the **Networking** tab and choose **Public endpoint** as a connection method. Select **Yes** for both firewall rules that appear. This endpoint allows access from your Azure function app.
5656

@@ -70,7 +70,7 @@ This example uses the portal:
7070
);
7171
```
7272

73-
:::image type="content" source="media/cache-tutorial-write-behind/cache-sql-query-table.png" alt-text="Screenshot showing the creation of a table in Query Editor of a Azure SQL resource.":::
73+
:::image type="content" source="media/cache-tutorial-write-behind/cache-sql-query-table.png" alt-text="Screenshot showing the creation of a table in Query Editor of an Azure SQL resource.":::
7474

7575
1. After the command finishes running, expand the _Tables_ folder and verify that the new table was created.
7676

0 commit comments

Comments
 (0)