Skip to content

Commit ca23ff3

Browse files
committed
touchup
1 parent dabe77e commit ca23ff3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/app-service/app-service-web-tutorial-dotnet-sqldatabase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,11 @@ The app uses a database context to connect with the database. The database conte
153153
> [!NOTE]
154154
> If you see **Local user secrets files** instead, make sure you used the **Publish** page, not the **Connected Services** page, to configure SQL Database.
155155
156-
Your app is connected to Azure SQL Database using Managed Identity for Azure services, a secure method of connecting your app to your Azure resources that doesn't use secrets or passwords.
156+
1. Select **Additional settings**, make sure **Azure App Settings** is selected, and select **Finish**.
157157

158-
Note the message that you need to set the appropriate permissions on the SQL user corresponding with this managed identity for the connection to work. For more information, see [Grant permissions to managed identity](tutorial-connect-msi-sql-database.md#grant-permissions-to-managed-identity).
158+
Your app is connected to Azure SQL Database using Managed Identity for Azure services, a secure method of connecting your app to your Azure resources that doesn't use secrets or passwords.
159159

160-
1. Select **Additional settings**, make sure **Azure App Settings** is selected, and select **Finish**.
160+
Note the message that you need to set the appropriate permissions on the SQL user corresponding with this managed identity for the connection to work. For more information, see [Grant permissions to managed identity](tutorial-connect-msi-sql-database.md#grant-permissions-to-managed-identity).
161161

162162
### Deploy the ASP.NET app
163163

10.1 KB
Loading

0 commit comments

Comments
 (0)