Skip to content

Commit 66fbce3

Browse files
author
Cephas Lin
committed
prmerger feedback
1 parent a914fd0 commit 66fbce3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/app-service/tutorial-java-spring-cosmosdb.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ App settings are one way to keep connection secrets out of your code repository.
269269

270270
Having issues? Check the [Troubleshooting section](#troubleshooting).
271271

272-
## 5. Deploy sample code
272+
## 4. Deploy sample code
273273

274274
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.
275275

@@ -375,7 +375,7 @@ Like the Tomcat convention, if you want to deploy to the root context of Tomcat,
375375

376376
Having issues? Check the [Troubleshooting section](#troubleshooting).
377377

378-
## 6. Browse to the app
378+
## 5. Browse to the app
379379

380380
:::row:::
381381
:::column span="2":::
@@ -399,7 +399,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
399399

400400
Having issues? Check the [Troubleshooting section](#troubleshooting).
401401

402-
## 7. Stream diagnostic logs
402+
## 6. Stream diagnostic logs
403403

404404
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:
405405

@@ -429,7 +429,7 @@ Learn more about logging in Java apps in the series on [Enable Azure Monitor Ope
429429

430430
Having issues? Check the [Troubleshooting section](#troubleshooting).
431431

432-
## 8. Clean up resources
432+
## 7. Clean up resources
433433

434434
When you're finished, you can delete all of the resources from your Azure subscription by deleting the resource group.
435435

@@ -546,7 +546,7 @@ The AZD template you use generated the connectivity variables for you already as
546546
547547
Having issues? Check the [Troubleshooting section](#troubleshooting).
548548
549-
## 5. Browse to the app
549+
## 4. Browse to the app
550550
551551
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:
552552
@@ -565,7 +565,7 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
565565

566566
Having issues? Check the [Troubleshooting section](#troubleshooting).
567567

568-
## 6. Stream diagnostic logs
568+
## 5. Stream diagnostic logs
569569

570570
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).
571571

@@ -583,7 +583,7 @@ Learn more about logging in Java apps in the series on [Enable Azure Monitor Ope
583583

584584
Having issues? Check the [Troubleshooting section](#troubleshooting).
585585

586-
## 7. Clean up resources
586+
## 6. Clean up resources
587587

588588
To delete all Azure resources in the current deployment environment, run `azd down` and follow the prompts.
589589

0 commit comments

Comments
 (0)