Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Azure docs] Add Azure monitoring docs #3791

Merged
merged 3 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
@@ -0,0 +1,26 @@

[[monitor-azure-web-services]]
= Azure monitoring

++++
<titleabbrev>Azure monitoring</titleabbrev>
++++

Elastic Observability offers powerful monitoring solutions to keep your Azure environments reliable and efficient, providing deep insights into the performance of your applications, services, and infrastructure components.

Learn how to use the Elastic Observability solution to observe and monitor a broad range of Azure resources and applications.

- <<monitor-azure-elastic-agent>>
- <<monitor-azure>>
- <<monitor-azure-native>>


For a full list of supported Azure integrations, check the {integrations-docs}[Elastic
Integrations docs].

include::monitor-azure-agent.asciidoc[]

include::monitor-azure-beats.asciidoc[]

include::monitor-azure-native.asciidoc[]

2 changes: 2 additions & 0 deletions docs/en/observability/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ include::monitor-infra/metrics-reference.asciidoc[leveloffset=+2]
// Will eventually be replaced by cloud monitoring when other providers are covered
include::cloud-monitoring/aws/monitor-amazon-intro.asciidoc[leveloffset=+1]

include::cloud-monitoring/azure/monitor-azure-intro.asciidoc[leveloffset=+1]

// Synthetics
include::synthetics-intro.asciidoc[leveloffset=+1]

Expand Down
17 changes: 0 additions & 17 deletions docs/en/observability/tutorials.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,16 @@ instead.
Not sure which agent to use? Refer to
{fleet-guide}/beats-agent-comparison.html[{beats} and {agent} capabilities].

* <<monitor-aws-elastic-agent, Monitor Amazon Web Services (AWS) with {agent}>>

* <<monitor-aws, Monitor Amazon Web Services (AWS) with {beats}>>

* <<monitor-gcp, Monitor Google Cloud Platform (GCP)>>

* <<monitor-java-app,Monitor a Java application>>

* <<monitor-kubernetes, Monitor Kubernetes>>

* <<monitor-azure-elastic-agent, Monitor Microsoft Azure with {agent}>>

* <<monitor-azure-native, Monitor Microsoft Azure with the native Azure integration>>

* <<monitor-azure, Monitor Microsoft Azure with {beats}>>

include::monitor-gcp.asciidoc[]

include::monitor-java-app.asciidoc[]

include::monitor-k8s/monitor-k8s.asciidoc[leveloffset=+1]

include::monitor-nginx.asciidoc[leveloffset=+1]

include::monitor-azure-agent.asciidoc[]

include::monitor-azure-native.asciidoc[]

include::monitor-azure-beats.asciidoc[]