This commit is contained in:
Karthik RG 2020-03-03 18:08:46 +05:30 коммит произвёл GitHub
Родитель 27b2360759
Коммит 55e7c9b589
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -24,19 +24,19 @@ Being a private preview, Azure app has certain limitations as detailed below. We
## Add the Azure app to your team
Download the [manifest](https://google.com) and upload it as a custom app and install it in the team of your choice.
> ![Add as custom app](./teams/add-as-custom-app.PNG)
> ![Add as custom app](./teams/add-as-custom-app.png)
Upon installing, a welcome message is displayed as shown in the following image. Use the ``@azure`` handle to start interacting with the app.
> ![welcome message](./teams/welcome-message.PNG)
> ![welcome message](./teams/welcome-message.png)
## Signin to your app
Once the app is installed in your team, authenticate yourself to Azure app using the ``@azure signin`` command.
> ![sigin button](./teams/signin-button.PNG)
> ![sigin consent](./teams/signin-consent.PNG)
> ![sigin success](./teams/signin-success.PNG)
> ![sigin button](./teams/signin-button.png)
> ![sigin consent](./teams/signin-consent.png)
> ![sigin success](./teams/signin-success.png)
## Link your channel to action groups
@ -49,7 +49,7 @@ Azure uses action groups to send notifications about applications and infrastruc
```
The `actionGroups` command lists all the action groups linked to a channel.
> ![action groups command](./teams/action-groups-command.PNG)
> ![action groups command](./teams/action-groups-command.png)
2. Click on 'Link an action group' button. Select a subscription and the action group that you want to link to the channel.
@ -60,7 +60,7 @@ Azure uses action groups to send notifications about applications and infrastruc
## Unlink an action group from a channel
To unlink an action group, run `@azure actionGroups` command. Click on 'View all action groups' button and select the action group that you want to unlink.
> ![view-all-action-groups](./teams/view-all-action-groups.PNG)
> ![view-all-action-groups](./teams/view-all-action-groups.png)
To unlink an action group, one must be part of [Azure Monitor Contributor](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/roles-permissions-security#monitoring-contributor) group.