Presentation is loading. Please wait.

Presentation is loading. Please wait.

Microsoft Build 2016 1/14/2019 8:42 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,

Similar presentations


Presentation on theme: "Microsoft Build 2016 1/14/2019 8:42 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,"— Presentation transcript:

1 Microsoft Build 2016 1/14/2019 8:42 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

2 Microsoft Build 2016 1/14/2019 8:42 AM Session code Azure Monitoring & Diagnostics: Gain Deep Insights + Take Intelligent Actions ASHWIN KAMATH Senior Program Manager © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

3 Azure Monitoring Goals
1/14/2019 8:42 AM Azure Monitoring Goals Provide rich insights to allow intelligent actions Unprecedented access to metrics, logs, traces empowering you to monitor the health and status of your Azure resources Enable actionable alert notifications Enable alerts with direct and custom notification mechanisms allowing automatic actions on changes to the health or state of your Azure resources Enable flexible export and archival of diagnostics data Enable easy export of diagnostics data for archival & auditing purposes © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

4 Monitoring Services on Azure
1/14/2019 8:42 AM Monitoring Services on Azure Azure Insights Azure platform’s core inbuilt monitoring and alerting services which includes standard Metrics, Alerts, Autoscale, Notifications and Audit Logs. Application Insights Provides application monitoring & logging for your Web Apps, Cloud Services and applications and scripts on Azure servers (as well as on-prem servers). Log Analytics (OMS) Log Analytics, part of the Operations Management Suite (OMS) ingests data from your Azure servers and provides rich ‘global’ view & advanced log search based alerting capabilities © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

5 Monitoring Azure Resources
1/14/2019 8:42 AM Monitoring Azure Resources Monitoring & Diagnostics (Metrics, Logs, Alerts) is available for these Azure Resources The following are Monitoring Essentials. Pin them to Favorites in the Navigation Pane. Browse > Audit Logs Browse > Log Analytics (OMS) Browse > Application Insights © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

6 Metrics & Alerts Monitor Metrics Manage Alerts
1/14/2019 8:42 AM Metrics & Alerts Monitor Metrics Manage Alerts Manage & Webhook Notifications on Alerts © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

7 VM Alerts & Azure Automation
Microsoft Build 2016 1/14/2019 8:42 AM VM Alerts & Azure Automation Trigger Azure Automation Runbooks from alerts on your VMs (only supported for v2 VMs) Trigger Automation Runbooks to: Restart VM Remove VM Stop VM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8 Demo: VM Alerts & Runbooks
Microsoft Build 2016 1/14/2019 8:42 AM Demo: VM Alerts & Runbooks ASHWIN KAMATH © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

9 Autoscale Scale Action Notifications
Microsoft Build 2016 1/14/2019 8:42 AM Autoscale Scale Action Notifications Supported for: Cloud Services Web Sites VM Scale Sets Scale Action Notifications via & Webhooks © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

10 Manage Diagnostics Logs
1/14/2019 8:42 AM Manage Diagnostics Logs Configure Diagnostics Logs Send logs to Storage Account Choose Log category & Data Retention © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

11 View Diagnostics Logs Easily View the raw logs
1/14/2019 8:42 AM View Diagnostics Logs Easily View the raw logs Filter by log category and date range Download raw JSON blob files © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

12 Archive & Stream Audit Logs (Preview)
Microsoft Build 2016 1/14/2019 8:42 AM Archive & Stream Audit Logs (Preview) © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

13 Demo: Archive & Stream Audit Logs
Microsoft Build 2016 1/14/2019 8:42 AM Demo: Archive & Stream Audit Logs ASHWIN KAMATH © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

14 Alert on Audit Log Events (Preview)
Microsoft Build 2016 1/14/2019 8:42 AM Alert on Audit Log Events (Preview) Create and trigger alert on events in your Audit Log with & webhook notifications. e.g. fire a webhook when a website is started # Scenario: Send when a website is successfully started in my subscription in resource group “myrg1" # Setup an rule: $action = New-AzureRmAlertRule -Custom # Setup a webhook rule: $actionWebhook = New-AzureRmAlertRuleWebhook -ServiceUri # Create the rule on the event Add-AzureRmLogAlertRule -Name superalert1 -Location "East US" -ResourceGroup myrg1 -OperationName microsoft.web/sites/start/action -Status Succeeded -TargetResourceGroup abhingrgtest123 -Actions $action , $actionWebhook # Retrieve the alert rule Get-AzureRmAlertRule -Name superalert1 -ResourceGroup myrg1 -DetailedOutput © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

15 PowerShell & CLI for Azure Insights
Microsoft Build 2016 1/14/2019 8:42 AM PowerShell & CLI for Azure Insights All of the Azure Insights features can be accessed and managed via REST API, PowerShell, CLI & the SDK PowerShell & CLI refresh with the new features announced at //Build 2016 © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

16 Alerts & Autoscale notifications with PagerDuty
Microsoft Build 2016 1/14/2019 8:42 AM Alerts & Autoscale notifications with PagerDuty © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

17 Summary of new Azure Monitoring Features
Microsoft Build 2016 1/14/2019 8:42 AM Summary of new Azure Monitoring Features VM Alerts with Automation Runbook Integration Autoscale Notifications with & Webhooks Manage & View Diagnostics Logs with category & data retention Archive & Stream Audit Logs Configure Alerts on Audit Logs Updated PowerShell & CLI for Azure Insights PagerDuty integration for Alerts & Autoscale notifications © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

18 Call to Action Check out the Azure Blogs for new posts on Azure Diagnostics & Alerts Webhook for Alerts: Azure Alerts & PagerDuty Integration: Other related sessions to check out – Azure Resource Manager, Azure Networking, Azure PaaS and VM Scale Sets Re-visit Build on Channel 9. Continue your education at Microsoft Virtual Academy online.

19 Microsoft Build 2016 1/14/2019 8:42 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.


Download ppt "Microsoft Build 2016 1/14/2019 8:42 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,"

Similar presentations


Ads by Google