Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 969 Bytes

File metadata and controls

13 lines (11 loc) · 969 Bytes
author WilliamDAssafMSFT
ms.author wiassaf
ms.reviewer rotabor, alexwolf
ms.date 01/13/2026
ms.service azure-sql-database
ms.topic include

No additional steps are required to connect the App Service to Azure SQL Database using SQL Authentication. The connection string you configured in the appsettings.json file includes the necessary credentials to authenticate.

Warning

Use caution when managing connection strings that contain secrets such as 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. For a real application in a production-grade Azure environment, you can store connection strings in a secure location such as App Service configuration settings or Azure Key Vault. During local development, you'll generally connect to a local database that doesn't require storing secrets or connecting directly to Azure.