Skip to content

Commit 2065e60

Browse files
author
Cephas Lin
committed
show log code
1 parent 9ee78de commit 2065e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/tutorial-dotnetcore-sqldb-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,9 +585,9 @@ Having issues? Check the [Troubleshooting section](#troubleshooting).
585585
586586
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).
587587
588-
<!-- The sample application includes standard logging statements to demonstrate this capability, as shown in the following snippet:
588+
The sample application includes standard logging statements to demonstrate this capability, as shown in the following snippet:
589589
590-
:::code language="csharp" source="~/msdocs-app-service-sqldb-dotnetcore/Controllers/TodosController.cs" range="28-45" highlight="6,12"::: -->
590+
:::code language="csharp" source="~/msdocs-app-service-sqldb-dotnetcore/Controllers/TodosController.cs" range="28-45" highlight="6,12":::
591591
592592
In the AZD output, find the link to stream App Service logs and navigate to it in the browser. The link looks like this in the AZD output:
593593

0 commit comments

Comments
 (0)