Skip to content

Commit d23d6eb

Browse files
committed
fix
1 parent 6f5b504 commit d23d6eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/app-service/tutorial-connect-app-access-sql-database-as-user-dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ When you complete the tutorial, your app securely connects to SQL Database on be
4444

4545
- Complete the tutorial at [Tutorial: Build an ASP.NET Core and SQL Database app in Azure App Service](tutorial-dotnetcore-sqldb-app.md), and use the completed app for this tutorial.
4646

47-
Alternatively, adapt the steps for your own .NET app with SQL Database. The steps in this tutorial support the following .NET versions:
47+
Alternatively, adapt the steps and use your own .NET app with SQL Database. The steps in this tutorial support the following .NET versions:
4848

4949
- .NET Framework 4.8 and above
5050
- .NET 6.0 and above
@@ -172,7 +172,7 @@ Update your application code to add the access token supplied by App Service aut
172172
az webapp config connection-string set --resource-group <group-name> --name <app-name> --connection-string-type SQLAzure --settings defaultConnection="server=tcp:<db-server-name>.database.windows.net;database=<db-name>;"
173173
```
174174

175-
## 7. Publish your changes
175+
## 6. Publish your changes
176176

177177
If you used Visual Studio Code in the browser to make your code changes in your GitHub fork, select **Source Control** from the left menu. Enter a commit message like `OBO connect` and select **Commit**.
178178

@@ -197,7 +197,7 @@ When the new app page shows your app, the app is connecting to the Azure SQL dat
197197

198198
![Screenshot that shows the web app after publishing.](./media/app-service-web-tutorial-dotnet-sqldatabase/this-one-is-done.png)
199199

200-
## 8. Clean up resources
200+
## 7. Clean up resources
201201

202202
In the preceding steps, you created Azure resources in a resource group. When you no longer need these resources, delete the resource group by running the following command:
203203

0 commit comments

Comments
 (0)