Skip to content

Commit 43bc5af

Browse files
committed
Curate service for Azure Monitor
1 parent 9f618ed commit 43bc5af

12 files changed

+90
-121
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3478,6 +3478,11 @@
34783478
"redirect_url": "/azure/service-fabric/service-fabric-best-practices-security",
34793479
"redirect_document_id": false
34803480
},
3481+
{
3482+
"source_path_from_root": "/articles/service-fabric/service-fabric-diagnostics-overview.md",
3483+
"redirect_url": "/azure/service-fabric/monitor-service-fabric",
3484+
"redirect_document_id": false
3485+
},
34813486
{
34823487
"source_path_from_root": "/articles/virtual-desktop/partners.md",
34833488
"redirect_url": "https://azuremarketplace.microsoft.com/marketplace/apps?page=1&search=azure%20virtual%20desktop",

articles/service-fabric/monitor-service-fabric.md

Lines changed: 75 additions & 17 deletions
Large diffs are not rendered by default.

articles/service-fabric/service-fabric-best-practices-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 07/14/2022
1111

1212
# Monitoring and diagnostic best practices for Azure Service Fabric
1313

14-
[Monitoring and diagnostics](./service-fabric-diagnostics-overview.md) are critical to developing, testing, and deploying workloads in any cloud environment. For example, you can track how your applications are used, the actions taken by the Service Fabric platform, your resource utilization with performance counters, and the overall health of your cluster. You can use this information to diagnose and correct issues, and prevent them from occurring in the future.
14+
[Monitoring and diagnostics](monitor-service-fabric.md) are critical to developing, testing, and deploying workloads in any cloud environment. For example, you can track how your applications are used, the actions taken by the Service Fabric platform, your resource utilization with performance counters, and the overall health of your cluster. You can use this information to diagnose and correct issues, and prevent them from occurring in the future.
1515

1616
## Application monitoring
1717

articles/service-fabric/service-fabric-content-roadmap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Service Fabric provides multiple ways to [view health reports](service-fabric-vi
171171

172172
[Check this page for a training video that describes the Service Fabric health model and how it's used:](/shows/building-microservices-applications-on-azure-service-fabric/service-fabric-health-system)
173173
## Monitoring and diagnostics
174-
[Monitoring and diagnostics](service-fabric-diagnostics-overview.md) are critical to developing, testing, and deploying applications and services in any environment. Service Fabric solutions work best when you plan and implement monitoring and diagnostics that help ensure applications and services are working as expected in a local development environment or in production.
174+
[Monitoring and diagnostics](monitor-service-fabric.md) are critical to developing, testing, and deploying applications and services in any environment. Service Fabric solutions work best when you plan and implement monitoring and diagnostics that help ensure applications and services are working as expected in a local development environment or in production.
175175

176176
The main goals of monitoring and diagnostics are to:
177177

@@ -187,7 +187,7 @@ The overall workflow of monitoring and diagnostics consists of three steps:
187187
2. Event aggregation: generated events need to be collected and aggregated before they can be displayed
188188
3. Analysis: events need to be visualized and accessible in some format, to allow for analysis and display as needed
189189

190-
Multiple products are available that cover these three areas, and you are free to choose different technologies for each. For more information, read [Monitoring and diagnostics for Azure Service Fabric](service-fabric-diagnostics-overview.md).
190+
Multiple products are available that cover these three areas, and you are free to choose different technologies for each. For more information, read [Monitoring and diagnostics for Azure Service Fabric](monitor-service-fabric.md).
191191

192192
## Next steps
193193
* Learn how to create a [cluster in Azure](service-fabric-cluster-creation-via-portal.md) or a [standalone cluster on Windows](service-fabric-cluster-creation-for-windows-server.md).

articles/service-fabric/service-fabric-diagnostics-event-generation-operational.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Here is a comprehensive list of events provided by Service Fabric prior to versi
298298

299299
## Next steps
300300

301-
* Get an overview of [diagnostics in Service Fabric](service-fabric-diagnostics-overview.md)
301+
* Get an overview of [diagnostics in Service Fabric](monitor-service-fabric.md)
302302
* Learn more about the EventStore in [Service Fabric Eventstore Overview](service-fabric-diagnostics-eventstore.md)
303303
* Modifying your [Azure Diagnostics](service-fabric-diagnostics-event-aggregation-wad.md) configuration to collect more logs
304304
* [Setting up Application Insights](service-fabric-diagnostics-event-analysis-appinsights.md) to see your Operational channel logs

articles/service-fabric/service-fabric-diagnostics-eventstore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ If you are using version 6.4, you can edit your Azure Resource Manager template
122122
## Next steps
123123
* Get started with the EventStore API - [Using the EventStore APIs in Azure Service Fabric clusters](service-fabric-diagnostics-eventstore-query.md)
124124
* Learn more about the list of events offered by EventStore - [Service Fabric events](service-fabric-diagnostics-event-generation-operational.md)
125-
* Overview of monitoring and diagnostics in Service Fabric - [Monitoring and Diagnostics for Service Fabric](service-fabric-diagnostics-overview.md)
125+
* Overview of monitoring and diagnostics in Service Fabric - [Monitor Service Fabric](monitor-service-fabric.md)
126126
* View the full list of API calls - [EventStore REST API Reference](/rest/api/servicefabric/sfclient-index-eventsstore)
127127
* Learn more about monitoring your cluster - [Monitoring the cluster and platform](service-fabric-diagnostics-event-generation-infra.md).

articles/service-fabric/service-fabric-diagnostics-overview.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

articles/service-fabric/service-fabric-diagnostics-partners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ Humio is a log collection service that can gather logs from your applications an
3939

4040
## Next steps
4141

42-
* Get an [overview of monitoring and diagnostics](service-fabric-diagnostics-overview.md) in Service Fabric
42+
* Get an [overview of monitoring and diagnostics](monitor-service-fabric.md) in Service Fabric
4343
* Learn how to [diagnose common scenarios](service-fabric-diagnostics-common-scenarios.md) with our first party tools

0 commit comments

Comments
 (0)