Skip to content

Commit 4741cae

Browse files
committed
Updates from PRMerger team
1 parent 7d6088e commit 4741cae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-cache-for-redis/cache-python-get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to skip straight to the code, see the [Python quickstart](https://gi
2424

2525
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
2626
- Python 3
27-
- For MacOS or Linux, download from [python.org](https://www.python.org/downloads/).
27+
- For macOS or Linux, download from [python.org](https://www.python.org/downloads/).
2828
- For Windows 11, use the [Windows Store](https://www.microsoft.com/en-us/p/python-3/9nblggh083nz?activetab=pivot:overviewtab).
2929

3030
## Create an Azure Cache for Redis instance
@@ -38,7 +38,7 @@ If you want to skip straight to the code, see the [Python quickstart](https://gi
3838

3939
The following example used `pip3` for Python 3 to install `redis-py` on Windows 11 from an Administrator command prompt.
4040

41-
:::image type="content" source="media/cache-python-get-started/cache-python-install-redis-py.png" alt-text="Install the redis-py Python interface to Azure Cache for Redis.":::
41+
:::image type="content" source="media/cache-python-get-started/cache-python-install-redis-py.png" alt-text="Screenshot of a terminal showing an install of redis-py interface to Azure Cache for Redis.":::
4242

4343
## Read and write to the cache
4444

@@ -87,7 +87,7 @@ for c in result:
8787

8888
Run `PythonApplication1.py` with Python. You should see results like the following example:
8989

90-
:::image type="content" source="media/cache-python-get-started/cache-python-completed.png" alt-text="Run Python script to test cache access.":::
90+
:::image type="content" source="media/cache-python-get-started/cache-python-completed.png" alt-text="Screenshot of a terminal showing a Python script to test cache access.":::
9191

9292
## Clean up resources
9393

@@ -106,7 +106,7 @@ To delete the resource group and its Redis Cache for Azure instance:
106106

107107
1. Type the resource group name, and then select **Delete**.
108108

109-
:::image type="content" source="./media/cache-python-get-started/delete-your-resource-group-for-azure-cache-for-redis.png" alt-text="Delete your resource group for Azure Cache for Redis":::
109+
:::image type="content" source="./media/cache-python-get-started/delete-your-resource-group-for-azure-cache-for-redis.png" alt-text="Screenshot of the Azure portal showing how to delete the resource group for Azure Cache for Redis.":::
110110

111111
## Next steps
112112

0 commit comments

Comments
 (0)