Skip to content

Commit d46b5ec

Browse files
authored
Merge pull request #113490 from mrbullwinkle/mrb_04_30_2020_appservice
update to clarify github issue
2 parents 911c641 + 82cc67f commit d46b5ec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-monitor/app/azure-web-apps.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Monitor Azure app services performance | Microsoft Docs
33
description: Application performance monitoring for Azure app services. Chart load and response time, dependency information, and set alerts on performance.
44
ms.topic: conceptual
55
ms.date: 12/11/2019
6-
ms.custom: fasttrack-edit
76
---
87

98
# Monitor Azure App Service performance
@@ -394,7 +393,11 @@ For the latest information on the Application Insights agent/extension, check ou
394393

395394
### PHP and WordPress are not supported
396395

397-
PHP and WordPress sites are not supported. There is currently no officially supported SDK/agent for server-side monitoring of these workloads. However, manually instrumenting client-side transactions on a PHP or WordPress site by adding the client-side javascript to your web pages can be accomplished by using the [JavaScript SDK](https://docs.microsoft.com/azure/azure-monitor/app/javascript).
396+
PHP and WordPress sites are not supported. There is currently no officially supported SDK/agent for server-side monitoring of these workloads. However, manually instrumenting client-side transactions on a PHP or WordPress site by adding the client-side javascript to your web pages can be accomplished by using the [JavaScript SDK](https://docs.microsoft.com/azure/azure-monitor/app/javascript).
397+
398+
### Connection string and instrumentation key
399+
400+
When codeless monitoring is being used, only the connection string is required. However, we still recommend setting the instrumentation key to preserve backwards compatibility with older versions of the SDK when manual instrumentation is being performed.
398401

399402
## Next steps
400403
* [Run the profiler on your live app](../app/profiler.md).

0 commit comments

Comments
 (0)