Skip to content

Commit 270a818

Browse files
committed
update metadata
1 parent 0f942c7 commit 270a818

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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

@@ -255,6 +255,9 @@ The necessary Azure resources have been created. In this section the app code is
255255
256256
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.
257257
258+
> [!NOTE]
259+
> The preceding example uses [DefaultAzureCredential](/dotnet/api/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 [ManagedIdentityCredential](/dotnet/api/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).
260+
258261
Update the placeholders in `AzureURIs` section of the `appsettings.json` file to include the following:
259262
260263
1. Replace the `<storage-account-name>` placeholder with the name of the `scalablerazorstorageXXXX` account created.

0 commit comments

Comments
 (0)