Skip to content

Commit 2a40be0

Browse files
committed
edit include files
1 parent dda67f2 commit 2a40be0

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

articles/azure-cache-for-redis/includes/cache-delete-resource-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ Otherwise, to avoid charges, if you're finished with the resources, you can dele
1717
> [!WARNING]
1818
> Deleting a resource group is irreversible. When you delete a resource group, all the resources in the resource group are permanently deleted. Make sure that you do not accidentally delete the wrong resource group or resources. If you created the resources inside an existing resource group that has resources you want to keep, you can delete each resource individually instead of deleting the resource group.
1919
20-
### To delete a resource group
20+
### Delete a resource group
2121

2222
1. Sign in to the [Azure portal](https://portal.azure.com), and then select **Resource groups**.
2323

2424
1. Select the resource group you want to delete.
2525

26-
If there are many resource groups, use the **Filter for any field...** box, type the name of your resource group you created for this article. Select the resource group in the results list.
26+
If there are many resource groups, in **Filter for any field**, enter the name of the resource group you created for this article. Select the resource group in the list of search results.
2727

2828
:::image type="content" source="media/cache-delete-resource-group/cache-delete-resource-group.png" alt-text="Screenshot showing a list of resource groups to delete in the working pane.":::
2929

articles/azure-cache-for-redis/includes/redis-access-policy.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,22 @@ ms.date: 08/16/2024
88
ms.topic: include
99
---
1010

11-
## Add the Redis access policy
11+
## Add a new Redis user access policy
1212

13-
You need to assign a data access policy to the identity that accesses Azure Cache for Redis. For this example, you assign a data access policy to the same Microsoft Entra ID account you use to sign in to the Azure CLI or Visual Studio.
13+
The identity that accesses Azure Cache for Redis must be assigned a data access policy. For this example, you assign a data access policy to the same Microsoft Entra ID account that you use to sign in to the Azure CLI or Visual Studio.
1414

15-
1. Select **Settings** Resource menu on the cache and select the **Data Access Configuration**.
15+
1. In the Azure portal, go to your cache.
16+
17+
1. On the service menu, under **Settings**, select **Data Access Configuration**.
1618

1719
1. On the **Data Access Configuration** pane, select **Add** > **New Redis User**.
1820

19-
:::image type="content" source="media/redis-access-policy/assign-access-policy.png" alt-text="Screenshot showing the data access configuration screen.":::
21+
:::image type="content" source="media/redis-access-policy/assign-access-policy.png" alt-text="Screenshot showing the data access configuration pane with New Redis User highlighted.":::
2022

21-
1. On the **New Redis User** page, select the **Data Contributor** policy, and select **Next: Redis Users**.
23+
1. On the **New Redis User** pane, select the **Data Contributor** policy, and then select **Next: Redis Users**.
2224

23-
1. Choose **Select Member** to open the flyout menu. Search for your user account and select it from the results.
25+
1. Choose **Select Member** to open the flyout menu. Search for your user account and select it in the results.
2426

25-
:::image type="content" source="media/redis-access-policy/select-user.png" alt-text="Screenshot showing the Redis user tab in the working pane with select member highlighted with a red box.":::
27+
:::image type="content" source="media/redis-access-policy/select-user.png" alt-text="Screenshot showing the Redis User tab on the New Redis User pane with Select member highlighted.":::
2628

2729
1. Select **Review + assign** to assign the policy to the selected user.

articles/azure-cache-for-redis/includes/redis-cache-passwordless.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ ms.date: 08/16/2024
88
ms.topic: include
99
---
1010

11-
### Retrieve the host name from the Azure portal
11+
### Get the host name
1212

13-
The cache client needs the host name and port for the cache to connect to your Azure Cache for Redis server. Some clients might refer to these items by slightly different names. You can get the host name and ports from the [Azure portal](https://portal.azure.com).
13+
To connect to your Azure Cache for Redis server, the cache client needs the cache's host name and other information. Some clients might refer to the items by using slightly different names. You can get the host name in the [Azure portal](https://portal.azure.com).
1414

15-
- Select **Overview** from the Resource menu. The host name is of the form `<DNS-name>.redis.cache.windows.net`.
15+
1. In the Azure portal, go to your cache.
16+
1. On the service menu, select **Overview**.
17+
1. Under **Essentials**, for **Host name**, select the **Copy** icon to copy the host name value. The host name value has the form `<DNS name>.redis.cache.windows.net`.
1618

17-
:::image type="content" source="media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties with a red box around the host name.":::
19+
:::image type="content" source="media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties with the host name highlighted.":::

0 commit comments

Comments
 (0)