Commit 0bd5cd7
authored
(AzureCXP) fixes MicrosoftDocs/azure-docs#100364
Adding the below commit statements in Step#6(Deploy to the App Service) to commit the modified appsettings.json and Startup.cs files before pushing the code to app service.
---------------
Before pushing your code to App Service you need to commit the changes in your local Git that were done in Step#5.
git add <file-name> or git add .
git commit -m "Updating the modified appsettings.json and Startup.cs files"1 parent e0a83da commit 0bd5cd7
File tree
1 file changed
+6
-2
lines changed- articles/app-service/includes/tutorial-dotnetcore-sqldb-app
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
52 | | - | |
| 56 | + | |
0 commit comments