azure-quickstart-templates icon indicating copy to clipboard operation
azure-quickstart-templates copied to clipboard

201-alert-to-slack-with-logic-app

Open matthewacme opened this issue 7 years ago • 3 comments

201-alert-to-slack-with-logic-app

Issue Details

Readme.MD instructions on how to use the template with the Portal are incorrect. Call from your Alerts section: Steps 2, 3 and 4 do not accurately reflect what is shown in the Azure portal for a Logic App.

There is no last deployment link in Essentials there is no top deployment to choose there is no output called WebHookURI

Repro steps

  1. Deploy template
  2. try to follow the steps as listed in the Readme.MD
  3. you'll find multiple errors

I'm willing to fix them, but I'm not sure what is the correct options.

matthewacme avatar Aug 23 '17 19:08 matthewacme

image

when i deployed as normal... and this is error i see, you're right there is multiple errors.

have you made any progress with it? @bmoore-msft @matthewacme

simonstaimie avatar Nov 15 '19 13:11 simonstaimie

Not a bit, and no word from our Overlords

matthewacme avatar Dec 18 '19 19:12 matthewacme

I removed HTTP POST method (second step) and changed third step to: "text": "Azure Alert - '@{triggerBody()['body']['body']['data']['context']['name']}' @{triggerBody()?['body']?['body']?['data']?['status']} on '@{triggerBody()['body']['body']['data']['context']['resourceName']}'. Details: @{triggerBody()?['body']?['body']?['data']?['context']?['portalLink']}" and it works perfectly now: image

savkusamdetka23 avatar Aug 04 '22 17:08 savkusamdetka23