Skip to content

Commit e0f6e21

Browse files
Merge pull request #311189 from flang-msft/docs-editor/aspnet-1769985021
fxl---bogus zone pivot
2 parents 8e9ea8f + d549e67 commit e0f6e21

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

articles/redis/aspnet.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ms.devlang: csharp
77
appliesto:
88
- ✅ Azure Managed Redis
99
ai-usage: ai-assisted
10-
# Customer intent: As an ASP.NET developer, new to Azure Managed Redis, I want to create a new .NET app that uses Azure Managed Redis.
10+
11+
# Customer intent: As an ASP.NET developer, new to Azure Managed Redis, I want to create a new ASP.NET app that uses Azure Managed Redis.
1112
---
1213

1314
# Azure Managed Redis sample - ASP.NET Core Web API
@@ -33,12 +34,12 @@ Clone the [Microsoft.Azure.StackExchangeRedis](https://github.com/Azure/Microsof
3334

3435
## Required NuGet Packages
3536

36-
| Package | Purpose |
37-
| --------- | --------- |
37+
| Package | Purpose |
38+
|--------------------------------------|----------------------------------------------------------------------------------------------------------------------------|
3839
| `Microsoft.Azure.StackExchangeRedis` | Extension methods for StackExchange.Redis that enable Microsoft Entra ID token-based authentication to Azure Managed Redis |
39-
| `StackExchange.Redis` | The underlying Redis client library for .NET |
40-
| `Azure.Identity` | Provides `DefaultAzureCredential` and other credential types for authenticating with Azure services |
41-
| `Swashbuckle.AspNetCore` | Swagger/OpenAPI support for API documentation and testing |
40+
| `StackExchange.Redis` | The underlying Redis client library for .NET |
41+
| `Azure.Identity` | Provides `DefaultAzureCredential` and other credential types for authenticating with Azure services |
42+
| `Swashbuckle.AspNetCore` | Swagger/OpenAPI support for API documentation and testing |
4243

4344
Install the primary package:
4445

articles/redis/dotnet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Clone the [Microsoft.Azure.StackExchangeRedis](https://github.com/Azure/Microsof
2424
- An **Azure Managed Redis** instance provisioned in your Azure subscription.
2525
- Your Azure user or service principal must be added as a Redis user on the cache. In the Azure portal, go to **Authentication** on the Resource menu, select **User or service principal**, and add your identity.
2626
- [Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest) for local development authentication.
27-
[Azure CLI](/cli/azure/install-azure-cli?view=azure-cli-latest)
2827

2928
## Required NuGet Packages
3029

0 commit comments

Comments
 (0)