> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/overview-2/use-cases/faults-and-alerting.md).

# Faults and alerts

## Introduction <a href="#id-0-toc-title" id="id-0-toc-title"></a>

Faults that happen in the system be it Infrastructure creation, Container deployments, or Application health checks can be tracked in the DuploCloud portal under Faults Menu.

## Viewing faults <a href="#id-1-toc-title" id="id-1-toc-title"></a>

You can look at Tenant specific faults under **Observability** -> **Faults** or all the faults in the system under **Administrator** -> **Faults**. In addition to notifying you about the faults, DuploCloud integrates with Sentry, which will send an Email alert for the fault and act as a single place to look at all the events.

<figure><img src="/files/pFvw7qUf8TsLQznY8i70" alt=""><figcaption></figcaption></figure>

## Creating alerts

You can create Azure alerts for the resources from the DuploCloud portal. The supported resource has Alerts Tab. Click on Add. Metrics are listed as per the resource. Select the required Threshold and configure the Alerts.

Alerts can also be configured from the **Observability** -> **Alerts** option.

<div align="left"><img src="/files/qf4gSXe8Jd4rnpCxuzTW" alt=""></div>

When the alert Threshold is crossed, a Fault is generated in the DuploCloud portal.

<figure><img src="/files/coEcYvWaEpwrSool1XqG" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.duplocloud.com/docs/automation-platform/overview-2/use-cases/faults-and-alerting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
