Skip to content

Commit f993f39

Browse files
authored
Metadata, freshness pass (#35815)
1 parent e0e5ac3 commit f993f39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to horizontally scale ASP.NET Core apps on Azure and addr
55
ms.author: alexwolf
66
ms.custom: mvc
77
uid: host-and-deploy/scaling-aspnet-apps/scaling-aspnet-apps
8-
ms.date: 8/31/2022
8+
ms.date: 7/25/2025
99
---
1010
# Deploying and scaling an ASP.NET Core app on Azure Container Apps
1111

@@ -258,7 +258,7 @@ The necessary Azure resources have been created. In this section the app code is
258258
The preceding changes allow the app to manage data protection using a centralized, scalable architecture. `DefaultAzureCredential` discovers the managed identity configurations enabled earlier when the app is redeployed.
259259
260260
> [!NOTE]
261-
> The preceding example uses <xref:Azure.Identity.DefaultAzureCredential> to simplify authentication while developing apps that deploy to Azure by combining credentials used in Azure hosting environments with credentials used in local development. When moving to production, an alternative is a better choice, such as <xref:Azure.Identity.ManagedIdentityCredential>. For more information, see [Authenticate Azure-hosted .NET apps to Azure resources using a system-assigned managed identity](/dotnet/azure/sdk/authentication/system-assigned-managed-identity).
261+
> The preceding example uses <xref:Azure.Identity.DefaultAzureCredential> to simplify authentication while developing apps that deploy to Azure by combining credentials used in Azure hosting environments with credentials used in local development. When moving to production, an alternative such as <xref:Azure.Identity.ManagedIdentityCredential> may be more appropriate. For more information, see [Authenticate Azure-hosted .NET apps to Azure resources using a system-assigned managed identity](/dotnet/azure/sdk/authentication/system-assigned-managed-identity).
262262
263263
Update the placeholders in `AzureURIs` section of the `appsettings.json` file to include the following:
264264

0 commit comments

Comments
 (0)