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/includes/cache-delete-resource-group.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,13 @@ Otherwise, to avoid charges, if you're finished with the resources, you can dele
17
17
> [!WARNING]
18
18
> 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.
19
19
20
-
### To delete a resource group
20
+
### Delete a resource group
21
21
22
22
1. Sign in to the [Azure portal](https://portal.azure.com), and then select **Resource groups**.
23
23
24
24
1. Select the resource group you want to delete.
25
25
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.
27
27
28
28
:::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.":::
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/includes/redis-access-policy.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,20 +8,22 @@ ms.date: 08/16/2024
8
8
ms.topic: include
9
9
---
10
10
11
-
## Add the Redis access policy
11
+
## Add a new Redis user access policy
12
12
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.
14
14
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**.
16
18
17
19
1. On the **Data Access Configuration** pane, select **Add** > **New Redis User**.
18
20
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.":::
20
22
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**.
22
24
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.
24
26
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.":::
26
28
27
29
1. Select **Review + assign** to assign the policy to the selected user.
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/includes/redis-cache-passwordless.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,12 @@ ms.date: 08/16/2024
8
8
ms.topic: include
9
9
---
10
10
11
-
### Retrieve the host name from the Azure portal
11
+
### Get the host name
12
12
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).
14
14
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`.
16
18
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