> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/content-collections/administration/configure-external-integrations-on-prisma-cloud/integrate-prisma-cloud-with-microsoft-teams.md).

# Integrate Prisma Cloud with Microsoft Teams

Learn how to integrate Prisma® Cloud with Microsoft Teams.

Microsoft Teams is a cloud-based team collaboration software that is part of the Office 365 suite of applications and is used for workplace chat, video meetings, file storage, and application integration.

Prisma® Cloud integrates with Microsoft Teams and monitors your assets and sends alerts on resource misconfigurations, compliance violations, network security risks, and anomalous user activities either as they happen or as a consolidated summary card—determined by how you configure alert notifications. Each alert message is a webhook notification that includes details such as the cloud type, policy name, and the resource that triggered the alert and the message card indicates the severity with a red (high), yellow (medium) or gray (low) line to help you quickly assess alert severity.

1. Set up Microsoft Teams to view alert notifications from Prisma Cloud.

   You must create an [incoming webhook connector](https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/connectors/connectors-using#setting-up-a-custom-incoming-webhook) on a new channel or on a pre-existing channel on Microsoft Teams to enable the integration with Prisma Cloud. This webhook channel helps consolidate alert notifications from Prisma Cloud in Microsoft Teams so that your operations team can review and take action on the alerts. To enable this integration, you must have administrative privileges or contact the [Microsoft 365 administrator](https://docs.microsoft.com/en-us/MicrosoftTeams/enable-features-office-365?redirectSourcePath=%252farticle%252fAdministrator-settings-for-Microsoft-Teams-3966a3f5-7e0f-4ea9-a402-41888f455ba2) who manages Team settings for your organization.

   1. In Microsoft Teams, click **More options (…​)** next to the channel name and select **Connectors**.
   2. Scroll to **Incoming Webhook**, **Add** a webhook, and **Install** it.
   3. Enter a name for the webhook and **Create** it.
   4. Copy the webhook URL to the clipboard and save it before you click **Done**.
2. Set up Microsoft Teams on Prisma Cloud.
   1. Log in to Prisma Cloud to enable the integration.
   2. Select **Settings > Integrations & Notifications > Integrations**.
   3. Select **Add Integration > Microsoft Teams** from the list.
   4. Enter an **Integration Name** and a **Description**.
   5. Enter the **Webhook URL** that you previously copied from Microsoft Teams

      <figure><img src="/files/er4AOYe1t2ruXuevSQpA" alt="msteams add integration in pc 1"><figcaption></figcaption></figure>
   6. Click **Next** and then **Test**.

      <figure><img src="/files/9EZrGpAas5ofI8AWPLkL" alt="msteams add integration in pc 2"><figcaption></figcaption></figure>

      On successful integration in the Microsoft Teams conversation, you will receive a test message card with a green line.

      <figure><img src="/files/65aPK07m3CpklfEtULBe" alt="integration ms teams message"><figcaption></figcaption></figure>
3. [Create an Alert Rule for Run-Time Checks](/content-collections/alerts/create-an-alert-rule-cloud-infrastructure.md) or modify an existing rule to [receive alerts](/content-collections/alerts/send-prisma-cloud-alert-notifications-to-third-party-tools.md) in Microsoft Teams.

   The message card includes information on the policy rules and the resource names that have violated the policy and it includes a direct link with the relevant filters to access Prisma Cloud and view the alert or scheduled notification summary directly in the app.


---

# 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.prismacloud.io/content-collections/administration/configure-external-integrations-on-prisma-cloud/integrate-prisma-cloud-with-microsoft-teams.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.
