Skip to content

Commit 8005682

Browse files
committed
fixed casing on headings
1 parent d2372b1 commit 8005682

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Each type of managed identity has advantages, but in Azure Cache for Redis, the
3939

4040
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-
### Prerequisites & Limitations
42+
### Prerequisites and limitations
4343

4444
To use managed identity, you must have a premium-tier cache.
4545

@@ -154,7 +154,7 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
154154
> [!NOTE]
155155
> Adding an Azure Cache for Redis instance as a storage blog data contributor through system-assigned identity will conveniently add the cache instance to the [trusted services list](/azure/storage/common/storage-network-security?tabs=azure-portal), making firewall exceptions easier to implement.
156156
157-
## Use Managed Identity to access a storage account
157+
## Use managed identity to access a storage account
158158

159159
### Use managed identity with data persistence
160160

@@ -172,7 +172,7 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
172172

173173
:::image type="content" source="media/cache-managed-identity/redis-persistence.png" alt-text="export data in resource menu":::
174174

175-
### Use Managed identity to import and export cache data
175+
### Use managed identity to import and export cache data
176176

177177
1. Open your Azure Cache for Redis instance that has been assigned the Storage Blob Data Contributor role and go to the **Import** or **Export** tab under **Administration**.
178178

@@ -189,7 +189,7 @@ Set-AzRedisCache -ResourceGroupName \"MyGroup\" -Name \"MyCache\" -IdentityType
189189
> [!IMPORTANt]
190190
>If you see an export or import failure, double check that your storage account has been configured with your cache's system-assigned or user-assigned identity. The identity used will default to system-assigned identity if it is enabled. Otherwise, the first listed user-assigned identity is used.
191191
192-
## Next Steps
192+
## Next steps
193193

194194
- [Learn more](cache-overview.md#service-tiers) about Azure Cache for Redis features
195195
- [What are managed identies](/azure/active-directory/managed-identities-azure-resources/overview)

0 commit comments

Comments
 (0)