From 59df873b205ee4b828edb42baef0e597f2ecf329 Mon Sep 17 00:00:00 2001 From: Matt <43887470+DawgFan@users.noreply.github.com> Date: Mon, 29 Jul 2019 11:25:44 -0700 Subject: [PATCH] Update README.md Clarify Azure Monitor Support Policies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c158b81..14c752c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ and succeeding. This PHP module will allow you to send telemetry of various kinds (event, trace, exception, etc.) to the Application Insights service where they can be visualized in the Azure Portal. +## Status + +This SDK is NOT maintained or supported by Microsoft even though we've contributed to it in the past. Note that Azure Monitor only provides support when using the [supported SDKs](https://docs.microsoft.com/en-us/azure/azure-monitor/app/platforms#unsupported-community-sdks). We’re constantly assessing opportunities to expand our support for other languages, so follow our [GitHub Announcements](https://github.com/microsoft/ApplicationInsights-Announcements/issues) page to receive the latest SDK news. + ## Requirements PHP version >=5.4.2 is supported.