Skip to content

Commit 07ac3fc

Browse files
committed
screenshots and text update
1 parent 2d16db3 commit 07ac3fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-cache-for-redis/cache-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
139139

140140
6. You can confirm if the identity has been assigned successfully by checking your storage account's role assignments under **Storage Blob Data Contributor**.
141141

142-
:::image type="content" source="media/cache-managed-identity/blob-data.png" alt-text="storag blob data contributor list":::
142+
:::image type="content" source="media/cache-managed-identity/blob-data.png" alt-text="Screenshot of storage blob data contributor list.":::
143143

144144
> [!NOTE]
145145
> Adding an Azure Cache for Redis instance as a storage blob data contributor through system-assigned identity conveniently adds the cache instance to the [trusted services list](../storage/common/storage-network-security.md?tabs=azure-portal), making firewall exceptions easier to implement. If you're not using managed identity and instead authorizing a storage account with a key, then having firewall exceptions on the storage account tends to break the persistence process and the import-export processes.
@@ -152,7 +152,7 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
152152

153153
2. Change the **Authentication Method** to **Managed Identity** and select the storage account you configured above. select **Save**.
154154

155-
:::image type="content" source="media/cache-managed-identity/data-persistence.png" alt-text="data persistence pane with authentication method selected":::
155+
:::image type="content" source="media/cache-managed-identity/data-persistence.png" alt-text="Screenshot showing data persistence pane with authentication method selected":::
156156

157157
> [!IMPORTANT]
158158
> The identity defaults to the system-assigned identity if it is enabled. Otherwise, the first listed user-assigned identity is used.

0 commit comments

Comments
 (0)