Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
3491b6d
Update 23 Azure docs with removal of beta feature
amee-sumo Sep 11, 2025
829cbe0
Update azure-app-service-environment.md
amee-sumo Sep 15, 2025
f615fd6
Updated the apps
amee-sumo Sep 15, 2025
069c4bd
update
amee-sumo Sep 15, 2025
17c3ba3
Added the new Troubleshooting and best practices section
amee-sumo Sep 16, 2025
76f9de8
Merge branch 'main' into Azure-Metric-source-GA-and-related-Apps-docs…
amee-sumo Sep 16, 2025
a083ea8
Update collect-metrics-azure-monitor.md
amee-sumo Sep 16, 2025
b7fdc1d
Merge branch 'Azure-Metric-source-GA-and-related-Apps-docs-changes' o…
amee-sumo Sep 16, 2025
61fe5f0
updated troubleshooting and best practices section
amee-sumo Sep 17, 2025
fd70c72
Merge branch 'main' into Azure-Metric-source-GA-and-related-Apps-docs…
amee-sumo Sep 17, 2025
f75c2ae
Updated the troubleshooting section
amee-sumo Sep 17, 2025
c76461c
Merge branch 'Azure-Metric-source-GA-and-related-Apps-docs-changes' o…
amee-sumo Sep 17, 2025
07201ae
Update azure-metrics-source.md
amee-sumo Sep 17, 2025
0c3cab4
Fix build break
jpipkin1 Sep 18, 2025
eb45930
update troubleshooting section
amee-sumo Sep 19, 2025
2fe5fde
Merge branch 'Azure-Metric-source-GA-and-related-Apps-docs-changes' o…
amee-sumo Sep 19, 2025
9b121b4
Merge branch 'main' into Azure-Metric-source-GA-and-related-Apps-docs…
amee-sumo Sep 19, 2025
00e7023
new update
amee-sumo Sep 19, 2025
e0ca931
Merge branch 'Azure-Metric-source-GA-and-related-Apps-docs-changes' o…
amee-sumo Sep 19, 2025
93b540f
Merge branch 'main' into Azure-Metric-source-GA-and-related-Apps-docs…
amee-sumo Sep 19, 2025
843fb76
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
acb1c84
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
62aac08
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
0a1b3de
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
9a8368a
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
d5b28ed
Update docs/send-data/hosted-collectors/index.md
amee-sumo Sep 19, 2025
54ee7d7
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
0ae9090
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
61f17c6
Update azure-metrics-source.md
amee-sumo Sep 19, 2025
d247daf
Merge branch 'Azure-Metric-source-GA-and-related-Apps-docs-changes' o…
amee-sumo Sep 19, 2025
c765de7
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
a7865c2
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
36554b2
Update docs/send-data/hosted-collectors/microsoft-source/azure-metric…
amee-sumo Sep 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ When you configure the event hubs source or HTTP source, plan your source catego

Create a hosted collector if not already configured and tag the `tenant_name` field. You can get the tenant name using the instructions [here](https://learn.microsoft.com/en-us/azure/active-directory-b2c/tenant-management-read-tenant-name#get-your-tenant-name). Make sure you create the required sources in this collector. <br/><img src={useBaseUrl('img/integrations/microsoft-azure/Azure-Storage-Tag-Tenant-Name.png')} alt="Azure Tag Tenant Name" style={{border: '1px solid gray'}} width="500" />

### Configure metrics collection

import MetricsSourceBeta from '../../reuse/metrics-source-beta.md';

<MetricsSourceBeta/>

### Configure logs collection

#### Diagnostic logs
Expand Down
6 changes: 1 addition & 5 deletions docs/reuse/metrics-source-beta.md
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
To set up the Azure Metrics source in Sumo Logic, refer to [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).

:::note
The Sumo Logic Metrics source is currently in beta. To participate, contact your Sumo Logic account executive.
:::
To set up the Azure Metrics source in Sumo Logic, refer to [Azure Metrics Source](/docs/send-data/hosted-collectors/microsoft-source/azure-metrics-source).
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
<meta name="robots" content="noindex" />
</head>

<p><a href="/docs/beta"><span className="beta">Beta</span></a></p>

<img src={useBaseUrl('img/send-data/azure-event-hub.svg')} alt="icon" width="40"/>

<!-- Originally added as a beta article with DOCS-460. -->
Expand Down