Implementing Continuous Feedback
- You have to gather crash reports from the applications that your team creates. Which tools can you use to do this? [Choose two.]
- Snyk
- Raygun
- App Center
- Azure Automation
- You are configuring many alerts. Some alerts need to result in a warning per email, others are critical errors and need to result in an SMS text message that’s sent out. Regardless of the alert being a warning or an alert, you also need to update a home-build system with the alert being fired.
You create the following solution: one action group for warnings both sends the email and calls a WebHook on the home-build system. One action group for errors both sends the SMS text message and calls a WebHook on the home-build system. For alerts that are a warning, you configure action group one. For alerts that are an error, you configure action group two.
Is this a complete and correct solution?
- Yes
- No
- You are configuring many alerts. Some alerts...