# Integrate Spike with Microsoft Azure

### Service and integration

Make sure to add the Azure integration and copy the webhook.

{% content-ref url="/pages/-Ln3rb4wLUFeI-OAPcmq" %}
[Create integration and service on our dashboard](/integrations-guideline/create-integration-and-service-on-dashboard.md)
{% endcontent-ref %}

{% hint style="success" %}
Azure Integration on Spike is capable of integrating with Azure Services like [**VMs, Application Insights** and more](https://azure.microsoft.com/en-in/services/).
{% endhint %}

### Using Webhook with Azure

### **Step 1**

On [Azure Portal](https://portal.azure.com/#home) go to **Monitor**

![Select monitor](/files/-MA_yDlL3GfQvBT0qg20)

### **Step 2**

On the Monitor dashboard, choose to **Create Alert**

![Hit create alert](/files/-MA_z-fxwp6uEbv-g0sU)

### **Step 3**

![Select resources you would like to monitor](/files/-MA_zSWY3IDiCiOwUwwc)

On the Create Alert dashboard, you will be asked to configure the categories:

1. **Select A Resource**\
   Choose a resource group you wish to monitor, for example, a Virtual Machine.
2. **Select A Condition**\
   Choose a condition at which you wish to trigger an alert
3. **Select Action Rule**\
   So, this is the main section which lets you integrate with webhooks. Azure allows you to paste a custom webhook URL to direct alerts to that server.

![Paste the webhook on Azure](/files/-MAa16dCmlstwNl3Xjk0)

### **Step 4**

Finally, add a **description** to your alert and choose the **severity** of the alert.

![Set alert rules](/files/-MAa1RXJWUecTZfm4dUL)

In the advanced settings section, make sure to check both **enable upon creation** and **automatically resolve alerts**.

<figure><img src="/files/aUO5jCVddv9zgReWK5QL" alt=""><figcaption><p>Automatically resolve Aure alerts</p></figcaption></figure>

## FAQ

1. **How many services and integrations can I create on Spike?**
   * Unlimited
2. **How many escalation policies can I have on Spike?**
   * Unlimited

At Spike, we are working hard to integrate with all the tools your business uses. We are on a mission to help **you** identify incidents/crashes/spikes before your customers do.

If you have any integration in mind and would like us to build it for you then contact us at [support@spike.sh.](mailto:support@spike.sh)


---

# Agent Instructions: 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:

```
GET https://docs.spike.sh/integrations-guideline/integrate-spike-with-microsoft-azure.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
