Skip to content

Commit c7b023d

Browse files
committed
fixed image border
1 parent 666a458 commit c7b023d

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,3 @@ AzureMigration.ps1
2323
!/.vscode/extensions.json
2424
.gitignore
2525
**/.vscode/settings.json
26-
27-
desktop.ini
28-
*.bak

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

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ Azure Cache for Redis supports [both types of managed identity](/azure/active-di
3535

3636
Each type of managed identity has advantages, but in Azure Cache for Redis, the functionality is the same.
3737

38-
### Prerequisites & Limitations
38+
### Enable managed identity
3939

40-
To use managed identity, you must have a premium-tier cache.
40+
Managed identity can be enabled either when you create a cache instance or after the cache has been created. During the creation of a cache, only a system-assigned identity can be assigned. Either identity type can be added to an existing cache.
4141

42-
## Enable managed identity
42+
### Prerequisites & Limitations
4343

44-
Managed identity can be enabled either when you create a cache instance or after the cache has been created. During the creation of a cache, only a system-assigned identity can be assigned. Either identity type can be added to an existing cache.
44+
To use managed identity, you must have a premium-tier cache.
4545

46-
### Create a new cache with managed identity using the portal
46+
## Create a new cache with managed identity using the portal
4747

4848
1. Sign into the [Azure portal](https://portal.azure.com/)
4949

@@ -66,7 +66,7 @@ Managed identity can be enabled either when you create a cache instance or after
6666

6767
:::image type="content" source="media/cache-managed-identity/user-assigned.png" alt-text="System assigned resource settings for identity":::
6868

69-
### Add system assigned identity to an existing cache
69+
## Add system assigned identity to an existing cache
7070

7171
1. Navigate to your Azure Cache for Redis resource from the Azure portal. Select **(PREVIEW) Identity** from the Resource menu on the left.
7272
> [!NOTE]
@@ -83,7 +83,7 @@ Managed identity can be enabled either when you create a cache instance or after
8383

8484
:::image type="content" source="media/cache-managed-identity/user-assigned.png" alt-text="new Object principal ID shown for system assigned identity":::
8585

86-
### Add a user assigned identity to an existing cache
86+
## Add a user assigned identity to an existing cache
8787

8888
1. Navigate to your Azure Cache for Redis resource from the Azure portal. Select **(PREVIEW) Identity** from the Resource menu on the left.
8989
> [!NOTE]
@@ -106,7 +106,7 @@ Managed identity can be enabled either when you create a cache instance or after
106106

107107
:::image type="content" source="media/cache-managed-identity/identity-list.png" alt-text="list of identity names":::
108108

109-
### Enable managed identity using the Azure CLI
109+
## Enable managed identity using the Azure CLI
110110

111111
Use the Azure CLI for creating a new cache with managed identity or updating an existing cache to use managed identity. For more information, see [az redis create](/cli/azure/redis?view=azure-cli-latest.md) or [az redis identity](/cli/azure/redis/identity?view=azure-cli-latest).
112112

@@ -117,7 +117,7 @@ For example, to update a cache to use system-managed identity use the following
117117
az redis identity assign \--mi-system-assigned \--name MyCacheName \--resource-group MyResource Group
118118
```
119119

120-
### Enable managed identity using Azure PowerShell
120+
## Enable managed identity using Azure PowerShell
121121

122122
Use Azure PowerShell for creating a new cache with managed identity or updating an existing cache to use managed identity. For more information, see [New-AzRedisCache](/powershell/module/az.rediscache/new-azrediscache?view=azps-7.1.0) or [Set-AzRedisCache](/powershell/module/az.rediscache/set-azrediscache?view=azps-7.1.0).
123123

@@ -167,7 +167,7 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
167167

168168
:::image type="content" source="media/cache-managed-identity/data-persistence.png" alt-text="data persistence pane with authentication method selected":::
169169

170-
> !IMPORTANT
170+
> [!IMPORTANT]
171171
> The identity defaults to the system-assigned identity if it is enabled. Otherwise, the first listed user-assigned identity is used.
172172
>
173173
@@ -181,7 +181,7 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
181181

182182
2. If importing data, choose the blob storage location that holds your chosen RDB file. If exporting data, type your desired blob name prefix and storage container. In both situations, you must use the storage account you've configured for managed identity access.
183183

184-
:::image type="content" source="media/cache-managed-identity/export-data.png" alt-text="alt text 26":::
184+
:::image type="content" source="media/cache-managed-identity/export-data.png" alt-text="export data from the resource menu":::
185185

186186
3. Under **Authentication Method**, choose **(PREVIEW) Managed Identity** and select **Import** or **Export**, respectively.
187187

@@ -195,5 +195,4 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
195195
## Next Steps
196196

197197
- [Learn more](cache-overview.md#service-tiers) about Azure Cache for Redis features
198-
- What are managed identies
199-
198+
- [What are managed identies](/azure/active-directory/managed-identities-azure-resources/overview)
-502 Bytes
Loading

0 commit comments

Comments
 (0)