Update msteams app refs to be for Grafana IRM (#4838)
Update missing references to MSTeams OnCall app to now refer to Grafana IRM.
This commit is contained in:
parent
06d19bf6e9
commit
64d91ceadb
2 changed files with 5 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ The following is required to connect to Microsoft Teams to Grafana OnCall:
|
|||
|
||||
- You must have Admin permissions in your Grafana Cloud instance.
|
||||
- You must have Owner permissions in Microsoft Teams.
|
||||
- Install the Grafana OnCall app from the [Microsoft Marketplace](https://appsource.microsoft.com/en-us/product/office/WA200004307).
|
||||
- Install the Grafana IRM app from the [Microsoft Marketplace](https://appsource.microsoft.com/en-us/product/office/WA200004307).
|
||||
|
||||
## Install Microsoft Teams integration for Grafana OnCall
|
||||
|
||||
|
|
|
|||
|
|
@ -79,20 +79,20 @@ export const MSTeamsInstructions: FC<MSTeamsInstructionsProps> = observer((props
|
|||
<a href="https://appsource.microsoft.com/en-us/product/office/WA200004307" target="_blank" rel="noreferrer">
|
||||
<Text type="link">MS Teams marketplace</Text>
|
||||
</a>{' '}
|
||||
and add <Text type="primary">Grafana OnCall app</Text> to your MS Teams org workspace.{' '}
|
||||
and add <Text type="primary">Grafana IRM app</Text> to your MS Teams org workspace.{' '}
|
||||
</Text>
|
||||
)}
|
||||
<Text type="secondary">
|
||||
{!onCallisAdded ? 2 : 1}.{' '}
|
||||
{personalSettings ? (
|
||||
<Text type="secondary">
|
||||
Send a direct message to the Grafana OnCall bot using <Text type="primary">linkUser</Text> command with
|
||||
Send a direct message to the Grafana IRM bot using <Text type="primary">linkUser</Text> command with
|
||||
following code:
|
||||
</Text>
|
||||
) : (
|
||||
<Text type="secondary">
|
||||
Add OnCall bot to your team channel and send this code by{' '}
|
||||
<Text type="primary">@Grafana OnCall linkTeam</Text> command
|
||||
Add IRM bot to your team channel and send this code by <Text type="primary">@Grafana IRM linkTeam</Text>{' '}
|
||||
command
|
||||
</Text>
|
||||
)}
|
||||
<Field className={cx('field-command')}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue