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
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-python-get-started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ If you want to skip straight to the code, see the [Python quickstart](https://gi
24
24
25
25
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
26
26
- 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/).
28
28
- For Windows 11, use the [Windows Store](https://www.microsoft.com/en-us/p/python-3/9nblggh083nz?activetab=pivot:overviewtab).
29
29
30
30
## 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
38
38
39
39
The following example used `pip3` for Python 3 to install `redis-py` on Windows 11 from an Administrator command prompt.
40
40
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.":::
42
42
43
43
## Read and write to the cache
44
44
@@ -87,7 +87,7 @@ for c in result:
87
87
88
88
Run `PythonApplication1.py` with Python. You should see results like the following example:
89
89
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.":::
91
91
92
92
## Clean up resources
93
93
@@ -106,7 +106,7 @@ To delete the resource group and its Redis Cache for Azure instance:
106
106
107
107
1. Type the resource group name, and then select **Delete**.
108
108
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.":::
0 commit comments