AzureAppForMicrosoftTeams/Documentation.md

81 строка
3.5 KiB
Markdown
Исходник Обычный вид История

2020-02-14 13:06:36 +03:00
---
title: Azure with Microsoft Teams
description: Monitor your application and infrastructure on Azure from Microsoft Teams
ms.date: 02/14/2020
---
2020-02-14 13:20:06 +03:00
# Azure with Microsoft Teams
2020-02-18 12:51:48 +03:00
If you use Microsoft Teams, you can use the Azure app for Microsoft Teams to easily monitor your application and infrastructure on Azure. Link action groups of your choice with a channel and get notified on the alerts.
2020-02-14 13:20:06 +03:00
## Prerequisites
2020-02-18 12:51:48 +03:00
Being a private preview, Azure app has certain limitations as detailed below. We will continue to invest in the app to remove some of these constraints.
2020-02-14 13:20:06 +03:00
> [!NOTE]
2020-02-14 13:56:06 +03:00
> * The app posts notifications for metric alerts. Support for 'activity log' and 'log alerts' will added soon.
2020-02-14 13:55:35 +03:00
> * Alerts with multiple conditions or a single metric alert with multiple dimensions are not supported.
2020-02-18 12:51:48 +03:00
> * Need to add a point on user id in ADO. WIll have to frame accordingly.
2020-02-14 13:20:06 +03:00
2020-02-18 12:51:48 +03:00
## Add the Azure app to your team
Download the manifest file from [here](https://google.com) and upload it as a custom app and install it to the team of your choice.
2020-02-18 14:20:21 +03:00
> ![Add as custom app](./teams/add-as-custom-app.PNG)
2020-02-14 14:03:16 +03:00
2020-02-14 14:07:57 +03:00
Upon installing, a welcome message is displayed as shown in the following image. Use the @azure handle to start interacting with the app.
2020-02-18 14:21:08 +03:00
> ![welcome message](./teams/welcome-message.PNG)
2020-02-14 13:20:06 +03:00
## Link the Azure app to action groups
2020-02-14 14:07:57 +03:00
2020-02-18 12:51:48 +03:00
1. Once the app is installed in your team, authenticate yourself to Azure app using the @azure signin command.
2020-02-14 14:07:57 +03:00
2020-02-18 14:21:08 +03:00
> ![sigin button](./teams/signin-button.PNG)
> ![sigin consent](./teams/signin-consent.PNG)
> ![sigin success](./teams/signin-success.PNG)
2020-02-14 14:07:57 +03:00
2020-02-18 12:58:40 +03:00
2. To view, link and unlink actions groups for a channel, use the following command:
2020-02-14 14:07:57 +03:00
```
@azure actionGroups
```
2020-02-18 12:51:48 +03:00
The `action groups` command lists all the action groups linked to the channel. It also helps users to link and unlink action groups.
2020-02-14 14:07:57 +03:00
2020-02-18 14:21:08 +03:00
> ![action groups command](./teams/actions-groups-command.PNG)
2020-02-14 14:07:57 +03:00
2020-02-18 13:04:24 +03:00
3. Click on 'Link an action group' button. Select a subscription and the action group that you want to link to the channel.
2020-02-18 12:58:40 +03:00
2020-02-18 14:24:41 +03:00
> ![link action group](./teams/link-action-group.PNG)
2020-02-18 12:58:40 +03:00
2020-02-18 13:28:49 +03:00
To link an action group to a channel, one must be part of Azure Monitor Contributor group. When an action group is linked to a channel a webhook action will be created with the name Azure_Microsoft_Teams_<Time_stamp> for the linked action group.
2020-02-18 12:58:40 +03:00
2020-02-18 13:04:24 +03:00
## Unlink an action group
2020-02-18 13:06:36 +03:00
Run `actionGroups` command. Click on 'View all action groups' button and select the action group that you want to unlink.
2020-02-14 13:20:06 +03:00
2020-02-18 14:21:08 +03:00
> ![view-all-action-groups](./teams/view-all-action-groups.PNG)
2020-02-14 13:20:06 +03:00
2020-02-18 13:06:36 +03:00
To unlink an action group, one must be part of Azure Monitor Contributor group.
2020-02-14 13:20:06 +03:00
2020-02-18 13:28:49 +03:00
## Receiving notifications
Once an action group is linked to a channel, all alerts sent to this action group will be directed to the channel in the form of notifications.
2020-02-18 14:21:08 +03:00
> ![metric notification](./teams/metric notification.PNG)
2020-02-18 13:28:49 +03:00
For metric alerts, if the user who linked the action group has access to the resource group for which the alert was sent, a graph would be rendered.
## Future work
Were constantly at work to improve the app, and soon youll see new features stated below
> * Support for activity and log alerts
> * Ability to acknowledge and close an alert from the channel (change alert state)
> * Ability to get pipeline deployment data (for virtual machines only)
> * Threading of notifications
2020-02-14 13:20:06 +03:00
## Troubleshooting
2020-02-14 13:06:36 +03:00
2020-02-18 13:28:49 +03:00
1) For metric alerts, the cards are not enriched with time charts
Possible cause: The user who linked the action group does not have access to the resource for which the alert was fired.