From 26193c75c51b16a45869fccba57a1df4e2ea5601 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 19 Sep 2024 12:41:38 -1000 Subject: [PATCH] Update include managed-identities-test-non-production.md (#33638) * Update include managed-identities-test-non-production.md This should be a warning, not a note. * Update sql.md * Update aspnetcore/tutorials/razor-pages/sql.md --- aspnetcore/includes/managed-identities-test-non-production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/includes/managed-identities-test-non-production.md b/aspnetcore/includes/managed-identities-test-non-production.md index 7e509d3eed7f..28cdc85076ae 100644 --- a/aspnetcore/includes/managed-identities-test-non-production.md +++ b/aspnetcore/includes/managed-identities-test-non-production.md @@ -4,5 +4,5 @@ ms.author: wpickett ms.date: 08/22/2024 ms.topic: include --- -> [!NOTE] +> [!WARNING] > This article uses a local database that doesn't require the user to be authenticated. Production apps should use the most secure authentication flow available. For more information on authentication for deployed test and production apps, see [Secure authentication flows](xref:security/index#secure-authentication-flows).