Skip to content

Commit 455e590

Browse files
Merge pull request #13862 from alexwolfmsft/patch-1
Add warning regarding connection string security
2 parents f08f2ac + 42f1f7a commit 455e590

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/azure/end-to-end-deployment-entity-framework-core-github-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ If you've already installed Visual Studio:
2424
- Install the latest updates in Visual Studio by selecting **Help** > **Check for Updates**.
2525
- Verify the **ASP.NET and web development** and **Azure development** workloads are installed by selecting **Tools** > **Get Tools and Features**.
2626

27+
> [!WARNING]
28+
> This article makes use of connection strings. Use caution when managing connections using usernames, passwords, or access keys. These secrets shouldn't be committed to source control or placed in unsecure locations where they might be accessed by unintended users. During local development, you'll generally connect to a local database that doesn't require storing secrets or connecting directly to Azure. During production, [connect to your Azure SQL database using a secretless approach](/azure/azure-sql/database/azure-sql-dotnet-entity-framework-core-quickstart) such as [Microsoft Entra ID](/entra/fundamentals/whatis) when possible.
29+
2730
## Set up the sample app locally
2831

2932
Use the TODO sample app to follow along with this tutorial. Clone the app from GitHub using the following command:

0 commit comments

Comments
 (0)