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/troubleshoot-diagnostic-logs.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Azure provides built-in diagnostics to assist with debugging an [App Service app
22
22
This article uses the [Azure portal](https://portal.azure.com) and Azure CLI to work with diagnostic logs. For information on working with diagnostic logs using Visual Studio, see [Troubleshooting Azure in Visual Studio](troubleshoot-dotnet-visual-studio.md).
23
23
24
24
> [!NOTE]
25
-
> In addition to the logging instructions in this article, there's new, integrated logging capability with Azure Monitoring. You'll find this capability in [the Logs page and Diagnostic Settings (Preview) page](https://aka.ms/appsvcblog-azmon).
25
+
> In addition to the logging instructions in this article, there's new, integrated logging capability with Azure Monitoring. You'll find more on this capability in the [Send logs to Azure Monitor (preview)](#send-logs-to-azure-monitor-preview) section.
26
26
>
27
27
>
28
28
@@ -174,7 +174,28 @@ For Windows apps, the ZIP file contains the contents of the *D:\Home\LogFiles* d
174
174
| **Web Server Logs** | */LogFiles/http/RawLogs/* | Contains text files formatted using the [W3C extended log file format](/windows/desktop/Http/w3c-logging). This information can be read using a text editor or a utility like [Log Parser](https://go.microsoft.com/fwlink/?LinkId=246619).<br/>App Service doesn't support the `s-computername`, `s-ip`, or `cs-version` fields. |
175
175
| **Deployment logs** | */LogFiles/Git/* and */deployments/* | Contain logs generated by the internal deployment processes, as well as logs for Git deployments. |
176
176
177
+
## Send logs to Azure Monitor (preview)
178
+
179
+
With the new [Azure Monitor integration](https://aka.ms/appsvcblog-azmon), you can [create Diagnostic Settings (preview)](https://azure.github.io/AppService/2019/11/01/App-Service-Integration-with-Azure-Monitor.html#create-a-diagnostic-setting) to send logs to Storage Accounts, Event Hubs and Log Analytics.
0 commit comments