You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/tutorial-java-spring-cosmosdb.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ App settings are one way to keep connection secrets out of your code repository.
269
269
270
270
Having issues? Check the [Troubleshooting section](#troubleshooting).
271
271
272
-
## 5. Deploy sample code
272
+
## 4. Deploy sample code
273
273
274
274
In this step, you configure GitHub deployment using GitHub Actions. It's just one of many ways to deploy to App Service, but also a great way to have continuous integration in your deployment process. By default, every `git push` to your GitHub repository kicks off the build and deploy action.
275
275
@@ -375,7 +375,7 @@ Like the Tomcat convention, if you want to deploy to the root context of Tomcat,
375
375
376
376
Having issues? Check the [Troubleshooting section](#troubleshooting).
377
377
378
-
## 6. Browse to the app
378
+
## 5. Browse to the app
379
379
380
380
:::row:::
381
381
:::column span="2":::
@@ -399,7 +399,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
399
399
400
400
Having issues? Check the [Troubleshooting section](#troubleshooting).
401
401
402
-
## 7. Stream diagnostic logs
402
+
## 6. Stream diagnostic logs
403
403
404
404
Azure App Service captures all messages output to the console to help you diagnose issues with your application. The sample application includes standard Log4j logging statements to demonstrate this capability, as shown in the following snippet:
405
405
@@ -429,7 +429,7 @@ Learn more about logging in Java apps in the series on [Enable Azure Monitor Ope
429
429
430
430
Having issues? Check the [Troubleshooting section](#troubleshooting).
431
431
432
-
## 8. Clean up resources
432
+
## 7. Clean up resources
433
433
434
434
When you're finished, you can delete all of the resources from your Azure subscription by deleting the resource group.
435
435
@@ -546,7 +546,7 @@ The AZD template you use generated the connectivity variables for you already as
546
546
547
547
Having issues? Check the [Troubleshooting section](#troubleshooting).
548
548
549
-
## 5. Browse to the app
549
+
## 4. Browse to the app
550
550
551
551
1. In the AZD output, find the URL of your app and navigate to it in the browser. The URL looks like this in the AZD output:
552
552
@@ -565,7 +565,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
565
565
566
566
Having issues? Check the [Troubleshooting section](#troubleshooting).
567
567
568
-
## 6. Stream diagnostic logs
568
+
## 5. Stream diagnostic logs
569
569
570
570
Azure App Service can capture console logs to help you diagnose issues with your application. For convenience, the AZD template already [enabled logging to the local file system](troubleshoot-diagnostic-logs.md#enable-application-logging-linuxcontainer) and is [shipping the logs to a Log Analytics workspace](troubleshoot-diagnostic-logs.md#send-logs-to-azure-monitor).
571
571
@@ -583,7 +583,7 @@ Learn more about logging in Java apps in the series on [Enable Azure Monitor Ope
583
583
584
584
Having issues? Check the [Troubleshooting section](#troubleshooting).
585
585
586
-
## 7. Clean up resources
586
+
## 6. Clean up resources
587
587
588
588
To delete all Azure resources in the current deployment environment, run `azd down` and follow the prompts.
0 commit comments