SlideShare una empresa de Scribd logo
1 de 49
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Session 8
AZ-104: Microsoft Azure
Administrator
1
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
AzureTalk Core Team
2
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Today’s Session Speaker
Niraj Kumar
AzureTalk Founder
Enterprise Architect, MCT
3
Ashish Raj
AzureTalk Core Team
DevOps Architect, MCT
Vipin Jha
AzureTalk Core Team
Consultant, MCT
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
AZ-104 Skills Measured
• Manage Azure identities and governance (15-20%)
• Deploy and manage Azure compute resources (25-30%)
• Implement and manage storage (10-15%)
• Configure and manage virtual networking (30-35%)
• Monitor and back up Azure resources (10-15%)
4
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
AZ-104 Prerequisites
5
Understanding of
• Operating systems
• Virtualization
• Network configuration
• Active Directory
• Resilience and disaster recovery
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Agenda
6
• Azure Monitor
• Azure Alerts
• Log Analytics
• Network Watcher
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Monitor
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Monitor
8
Monitoring options available in Azure
• Azure Security Center
• Azure Application Insights
• Azure Sentinel
• Azure Monitor
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Security Center
9
• Identify and address risks and threats
• Security of infrastructure from a centralized location
• On-premises or in cloud
• Monitor security of workloads
• Collects security-related data from VM and other resources
• Monitor health of resources and implement
recommendations
• Ease configuration of your security
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Security Center
10
Analyses different components of environment
• Data security
• Network security
• Identity and access
• Application security
• Recommends how to address issues and risks that it has
uncovered
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Security Center
11
Advanced Cloud Defense
• Adaptive application controls
• Just in time(JIT) VM access
• Adaptive network hardening
• File Integrity Monitoring
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Security Center
12
• Respond to threats faster & automated
• Create a playbook by configuring a logic app
• Playbooks are automated procedures run against
alerts
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Application Insights
13
• Monitor, manage performance of applications
• Gathers information related to performance, errors
& exceptions in applications
• Diagnose cause of problems that affect application
• Monitor release pipelines for application
• Improve your development lifecycle
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Application Insights
14
How It works
• Set up an Application Insights resource in Azure
portal
• Install an instrumentation package in application
• Package will monitor application and send log data
to Log Analytics workspace
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Sentinel
15
• Security information event management (SIEM)
• Security orchestration automated response
(SOAR) solution
• Collect data across users, devices, applications,
• On-premises , multiple clouds
• Detect & Investigate threats with artificial
intelligence
• Respond to incidents rapidly
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Monitor
16
• Service for collecting, combining, and analyzing data from different
sources
• Detect and diagnose issues across applications and dependencies with
Application Insights
• Correlate infrastructure issues with Azure Monitor for VMs and Azure
Monitor for Containers
• Drill into monitoring data with Log Analytics for Deep diagnostics
• Support alerts and automated actions
• Create visualizations with Azure dashboards and workbooks
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Monitor
17
Collects data from a range of components
• Application data
• Operating system data
• Azure resource data
• Azure subscription data
• Azure tenant data
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Monitor
18
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Monitor Health Of VM
19
Default Basic Metrics for Azure VMs
• CPU usage
• Network traffic
• OS disk usage
• Boot success
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Monitor Health Of VM
20
• To get a Full set of metrics install two tools on VM
• Azure Diagnostics extension
• Log Analytics agent
• Both tools are available for Windows and Linux
• Tools need storage account to save data that they collect
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 1
In Azure Security Center Which tool allows to automate
responses to alerts?
a) Playbooks
b) Adaptive controls
c) FIM
d) Advanced cloud defense
21
https://q.azureezy.com/1
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 1
In Azure Security Center Which tool allows to automate
responses to alerts?
a) Playbooks
b) Adaptive controls
c) FIM
d) Advanced cloud defense
22
https://q.azureezy.com/1
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Alerts
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Azure Alerts
24
• Proactively notify when conditions found in
monitoring data
• Identify and address issues before users of system
notice them
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Key Attributes Of Alert Rule
25
• Target Resource
• VM, Storage account, Scale Set
• Signal
• Metric, Activity Log, Application Insights
• Criteria (Percentage CPU > 70%)
• Alert Name
• Alert Description
• Severity
• 0 Critical, 1 Error, 2 Warning, 3 Informational, 4 Verbose
• Action
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Action Group
26
• Collection of notification preferences defined
• Azure Monitor and Service Health alerts use action
groups to notify users that an alert has been
triggered
• Various alerts may use the same action group or
different action groups depending on the user's
requirements.
• Configure up to 2,000 action groups in a
subscription
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Available Actions
27
• Send an email or SMS message
• Create an Azure app push notification
• Make a voice call to a number
• Call an Azure function or Trigger a logic app
• Send a notification to a webhook
• Create an ITSM ticket
• Use a runbook (to restart a VM, or scale a VM up or down)
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 2
Action group in Azure Alert is a collection of notification
preferences.
a) True
b) False
28
https://q.azureezy.com/2
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 2
Action group in Azure Alert is a collection of notification
preferences.
a) True
b) False
29
https://q.azureezy.com/2
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Log Analytics
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Log Analytics
31
• Collects telemetry from Windows and Linux VM
• From any cloud, on-premises machines, and those monitored
by SCOM
• Sends collected data to Log Analytics workspace in Azure
Monitor
• Supports insights and other services in Azure Monitor
• Azure Monitor for VMs,
• Azure Security Center
• Azure Automation
• No cost for Log Analytics agent, charges for data ingested
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Log Analytics Data collected
32
• Windows Event logs
• Syslog Linux event logging system
• Performance Numerical values measuring
performance of different aspects of OS and
workloads
• IIS logs
• Custom logs Events from text files on both
Windows and Linux computers
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Log Analytics Agent Installation
33
• Azure VM
• Azure Monitor can enable agents at scale
• Azure Security Center can provision the Log Analytics Agent
• VM extension for Windows or Linux
• Azure portal
• Windows VM on-premises or in another cloud
• Manually from command line
• Azure Automation DSC
• Resource Manager template with Azure Stack
• Linux virtual machine on-premises or in another cloud
• Manually wrapper-script hosted on GitHub
• SCOM
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Network Watcher
34
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Network Watcher
35
• Central place to diagnose health of Azure Networks
• Two categories:
• Monitoring Tools
• Diagnostic Tools
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Network Watcher Monitoring Tools
36
Monitoring Tools:
• Topology
• Connection Monitor
• Network Performance Monitor
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Network Watcher Topology
37
Reference : Microsoft Docs
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Network Watcher Diagnostic Tools
38
• IP Flow Verify
• Next Hop
• Effective Security Rules
• Packet Capture
• Connection Troubleshoot
• VPN Troubleshoot
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
IP Flow Verify
39
• Checks if a packet is allowed or denied to or from
a VM
• Based on 5-tuple information
• Specify
• Local and Remote port,
• Protocol (TCP or UDP),
• Local IP, Remote IP,
• VM, and VM’s NIC
• NSG name of rule that denied packet is returned
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Next Hop
40
• Provides next hop from target VM to destination IP
address
• How a packet gets from a VM to any destination
• Specify source VM /network adapter/IP address, and
destination IP address
• Tool determines packet's destination
• Diagnose problems caused by incorrect routing
tables
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Effective Security Rules
41
• Displays all effective NSG rules applied to a network
interface
• Choose a VM and its network adapter
• Tool displays all NSG rules that apply to that adapter
• Also spot vulnerabilities for VM caused by unnecessary
open ports
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Packet Capture
42
• Record all of packets sent to and from a VM
• VM extension through Network Watcher and automatically
with packet capture session
• Limit is 100 packet capture sessions per region
• Overall limit is 10,000
• Limits are for the number of sessions only, not saved
captures
• Save packets captured in Azure Storage or locally on
computer
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Connection Troubleshoot
43
• Check TCP connection from a VM to a VM, FQDN, URI, or IPv4 address
• Connection successful information:
• Latency in milliseconds
• Number of probe packets sent
• Number of hops in the complete route to destination
• Connection unsuccessful shows Fault Details:
• Failed because of high CPU utilization
• Failed because of high memory utilization
• GuestFirewall blocked by a firewall outside Azure
• DNSResolution destination IP address couldn't be resolved
• NetworkSecurityRule blocked by an NSG
• UserDefinedRoute incorrect user route in a routing table
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
VPN Troubleshoot
44
• Diagnoses health of virtual network gateway or
connection
• Multiple gateways or connections can be
troubleshooted simultaneously
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 3
To check latency issues on the network, which Azure
Network Watcher tool we can use?
a) Connection Troubleshoot
b) IP Flow Verify
c) Next Hop
d) Security Group View
45
https://q.azureezy.com/3
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Question 3
To check latency issues on the network, which Azure
Network Watcher tool we can use?
a) Connection Troubleshoot
b) IP Flow Verify
c) Next Hop
d) Security Group View
46
https://q.azureezy.com/3
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Break
47
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
Demo
1. Create and configure an Azure Log Analytics workspace
and Azure Automation-based solutions
2. Review default monitoring settings of Azure VM
3. Configure Azure VM diagnostic settings
4. Review Azure Monitor functionality
5. Review Azure Log Analytics functionality
https://azureezy.com
© 2020 AzureEzy and AzureTalk. All rights reserved!
50
https://bharatguru.in
https://azureezy.com
Thanks!https://azureezy.com/az-104
https://t.me/AzureTalk
https://youtube.com/c/AzureTalk
https://www.linkedin.com/in/nirajkum/
https://www.linkedin.com/in/vipinkumarjha/
https://www.linkedin.com/in/ashishrajsrivastava
https://azuredevopspro.com
https://youtube.com/c/AshishRajSrivastava
@AshishRajS

Más contenido relacionado

La actualidad más candente

Microsoft Azure
Microsoft AzureMicrosoft Azure
Microsoft AzureNovosco
 
Business Continuity & Disaster Recovery with Microsoft Azure
Business Continuity & Disaster Recovery with Microsoft AzureBusiness Continuity & Disaster Recovery with Microsoft Azure
Business Continuity & Disaster Recovery with Microsoft AzureAymen Mami
 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to AzureRobert Crane
 
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudCloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudNew Relic
 
Azure backup v0.7
Azure backup v0.7Azure backup v0.7
Azure backup v0.7Luca Mauri
 
Azure active directory
Azure active directoryAzure active directory
Azure active directoryRaju Kumar
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking BasicsSai Kishore Naidu
 
Azure Site Recovery - BC/DR - Migrations & assessments in 60 minutes!
Azure Site Recovery - BC/DR - Migrations & assessments in 60 minutes!Azure Site Recovery - BC/DR - Migrations & assessments in 60 minutes!
Azure Site Recovery - BC/DR - Migrations & assessments in 60 minutes!Johan Biere
 
Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...
Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...
Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...AzureEzy1
 
Azure Cloud Governance
Azure Cloud GovernanceAzure Cloud Governance
Azure Cloud GovernanceJonathan Wade
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft AzureMartyn Coupland
 
Az 900 session 2-core azure services
Az 900 session 2-core azure servicesAz 900 session 2-core azure services
Az 900 session 2-core azure servicesAzureEzy1
 
Microsoft AZ-900 Dumps Questions
Microsoft AZ-900 Dumps QuestionsMicrosoft AZ-900 Dumps Questions
Microsoft AZ-900 Dumps QuestionsBraindumps4IT
 
Microsoft azure overview
Microsoft azure overviewMicrosoft azure overview
Microsoft azure overviewAli Mkahal
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft AzureGuy Barrette
 
Azure security and Compliance
Azure security and ComplianceAzure security and Compliance
Azure security and ComplianceKarina Matos
 
Disaster Recovery using Azure Services
Disaster Recovery using Azure ServicesDisaster Recovery using Azure Services
Disaster Recovery using Azure ServicesAnoop Nair
 
Azure Security Fundamentals
Azure Security FundamentalsAzure Security Fundamentals
Azure Security FundamentalsLorenzo Barbieri
 
Introduction to Azure monitor
Introduction to Azure monitorIntroduction to Azure monitor
Introduction to Azure monitorPraveen Nair
 

La actualidad más candente (20)

Microsoft Azure
Microsoft AzureMicrosoft Azure
Microsoft Azure
 
Business Continuity & Disaster Recovery with Microsoft Azure
Business Continuity & Disaster Recovery with Microsoft AzureBusiness Continuity & Disaster Recovery with Microsoft Azure
Business Continuity & Disaster Recovery with Microsoft Azure
 
Introduction to Azure
Introduction to AzureIntroduction to Azure
Introduction to Azure
 
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The CloudCloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
Cloud Migration Cookbook: A Guide To Moving Your Apps To The Cloud
 
Azure backup v0.7
Azure backup v0.7Azure backup v0.7
Azure backup v0.7
 
Azure active directory
Azure active directoryAzure active directory
Azure active directory
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking Basics
 
Azure Site Recovery - BC/DR - Migrations & assessments in 60 minutes!
Azure Site Recovery - BC/DR - Migrations & assessments in 60 minutes!Azure Site Recovery - BC/DR - Migrations & assessments in 60 minutes!
Azure Site Recovery - BC/DR - Migrations & assessments in 60 minutes!
 
Azure vnet
Azure vnetAzure vnet
Azure vnet
 
Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...
Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...
Az 900 Session 3 Security, privacy, compliance, trust, pricing, SLA and Lifec...
 
Azure Cloud Governance
Azure Cloud GovernanceAzure Cloud Governance
Azure Cloud Governance
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft Azure
 
Az 900 session 2-core azure services
Az 900 session 2-core azure servicesAz 900 session 2-core azure services
Az 900 session 2-core azure services
 
Microsoft AZ-900 Dumps Questions
Microsoft AZ-900 Dumps QuestionsMicrosoft AZ-900 Dumps Questions
Microsoft AZ-900 Dumps Questions
 
Microsoft azure overview
Microsoft azure overviewMicrosoft azure overview
Microsoft azure overview
 
Introduction to Microsoft Azure
Introduction to Microsoft AzureIntroduction to Microsoft Azure
Introduction to Microsoft Azure
 
Azure security and Compliance
Azure security and ComplianceAzure security and Compliance
Azure security and Compliance
 
Disaster Recovery using Azure Services
Disaster Recovery using Azure ServicesDisaster Recovery using Azure Services
Disaster Recovery using Azure Services
 
Azure Security Fundamentals
Azure Security FundamentalsAzure Security Fundamentals
Azure Security Fundamentals
 
Introduction to Azure monitor
Introduction to Azure monitorIntroduction to Azure monitor
Introduction to Azure monitor
 

Similar a Az 104 session 8 azure monitoring

AZ-204: Monitor, Troubleshoot & Optimize Azure Solutions
AZ-204: Monitor, Troubleshoot & Optimize Azure SolutionsAZ-204: Monitor, Troubleshoot & Optimize Azure Solutions
AZ-204: Monitor, Troubleshoot & Optimize Azure SolutionsAzureEzy1
 
Develop Azure compute solutions Part - 2
Develop Azure compute solutions Part - 2Develop Azure compute solutions Part - 2
Develop Azure compute solutions Part - 2AzureEzy1
 
AZ-204 : Implement Azure security
AZ-204 : Implement Azure securityAZ-204 : Implement Azure security
AZ-204 : Implement Azure securityAzureEzy1
 
Azure Stack Overview (Dec/2018)
Azure Stack Overview (Dec/2018)Azure Stack Overview (Dec/2018)
Azure Stack Overview (Dec/2018)Cenk Ersoy
 
Tokyo azure meetup #8 azure update, august
Tokyo azure meetup #8   azure update, augustTokyo azure meetup #8   azure update, august
Tokyo azure meetup #8 azure update, augustTokyo Azure Meetup
 
Tokyo azure meetup #8 - Azure Update, August
Tokyo azure meetup #8 - Azure Update, AugustTokyo azure meetup #8 - Azure Update, August
Tokyo azure meetup #8 - Azure Update, AugustKanio Dimitrov
 
AZ-400 Session 1: Facilitate communication and collaboration
AZ-400 Session 1: Facilitate communication and collaborationAZ-400 Session 1: Facilitate communication and collaboration
AZ-400 Session 1: Facilitate communication and collaborationAzureEzy1
 
Kåre Rude Andersen - Create a scombot – automate and monitor azure
Kåre Rude Andersen - Create a scombot – automate and monitor azureKåre Rude Andersen - Create a scombot – automate and monitor azure
Kåre Rude Andersen - Create a scombot – automate and monitor azureNordic Infrastructure Conference
 
SCCM on Microsoft Azure
SCCM on Microsoft AzureSCCM on Microsoft Azure
SCCM on Microsoft AzureMohamed Tawfik
 
DevSum - Top Azure security fails and how to avoid them
DevSum - Top Azure security fails and how to avoid themDevSum - Top Azure security fails and how to avoid them
DevSum - Top Azure security fails and how to avoid themKarl Ots
 
Techorama Belgium 2019: top Azure security fails and how to avoid them
Techorama Belgium 2019: top Azure security fails and how to avoid themTechorama Belgium 2019: top Azure security fails and how to avoid them
Techorama Belgium 2019: top Azure security fails and how to avoid themKarl Ots
 
Security on Windows Azure
Security on Windows AzureSecurity on Windows Azure
Security on Windows AzureHaddy El-Haggan
 
Serverless Application Development with Azure
Serverless Application Development with AzureServerless Application Development with Azure
Serverless Application Development with AzureCallon Campbell
 
IoT cloud system implemented based on Azure services
IoT cloud system implemented based on Azure servicesIoT cloud system implemented based on Azure services
IoT cloud system implemented based on Azure servicesSzymon Włodarczyk
 
IT Camp 19: Top Azure security fails and how to avoid them
IT Camp 19: Top Azure security fails and how to avoid themIT Camp 19: Top Azure security fails and how to avoid them
IT Camp 19: Top Azure security fails and how to avoid themKarl Ots
 
Integration of Things (Sam Vanhoutte @Iglooconf 2017)
Integration of Things (Sam Vanhoutte @Iglooconf 2017) Integration of Things (Sam Vanhoutte @Iglooconf 2017)
Integration of Things (Sam Vanhoutte @Iglooconf 2017) Codit
 
Microsoft Azure Security Overview
Microsoft Azure Security OverviewMicrosoft Azure Security Overview
Microsoft Azure Security OverviewAlert Logic
 
Who's in your Cloud? Cloud State Monitoring
Who's in your Cloud? Cloud State MonitoringWho's in your Cloud? Cloud State Monitoring
Who's in your Cloud? Cloud State MonitoringKevin Hakanson
 
Microsoft Azure News - Oct 2016
Microsoft Azure News - Oct 2016Microsoft Azure News - Oct 2016
Microsoft Azure News - Oct 2016Daniel Toomey
 
366864108 azure-security
366864108 azure-security366864108 azure-security
366864108 azure-securityober64
 

Similar a Az 104 session 8 azure monitoring (20)

AZ-204: Monitor, Troubleshoot & Optimize Azure Solutions
AZ-204: Monitor, Troubleshoot & Optimize Azure SolutionsAZ-204: Monitor, Troubleshoot & Optimize Azure Solutions
AZ-204: Monitor, Troubleshoot & Optimize Azure Solutions
 
Develop Azure compute solutions Part - 2
Develop Azure compute solutions Part - 2Develop Azure compute solutions Part - 2
Develop Azure compute solutions Part - 2
 
AZ-204 : Implement Azure security
AZ-204 : Implement Azure securityAZ-204 : Implement Azure security
AZ-204 : Implement Azure security
 
Azure Stack Overview (Dec/2018)
Azure Stack Overview (Dec/2018)Azure Stack Overview (Dec/2018)
Azure Stack Overview (Dec/2018)
 
Tokyo azure meetup #8 azure update, august
Tokyo azure meetup #8   azure update, augustTokyo azure meetup #8   azure update, august
Tokyo azure meetup #8 azure update, august
 
Tokyo azure meetup #8 - Azure Update, August
Tokyo azure meetup #8 - Azure Update, AugustTokyo azure meetup #8 - Azure Update, August
Tokyo azure meetup #8 - Azure Update, August
 
AZ-400 Session 1: Facilitate communication and collaboration
AZ-400 Session 1: Facilitate communication and collaborationAZ-400 Session 1: Facilitate communication and collaboration
AZ-400 Session 1: Facilitate communication and collaboration
 
Kåre Rude Andersen - Create a scombot – automate and monitor azure
Kåre Rude Andersen - Create a scombot – automate and monitor azureKåre Rude Andersen - Create a scombot – automate and monitor azure
Kåre Rude Andersen - Create a scombot – automate and monitor azure
 
SCCM on Microsoft Azure
SCCM on Microsoft AzureSCCM on Microsoft Azure
SCCM on Microsoft Azure
 
DevSum - Top Azure security fails and how to avoid them
DevSum - Top Azure security fails and how to avoid themDevSum - Top Azure security fails and how to avoid them
DevSum - Top Azure security fails and how to avoid them
 
Techorama Belgium 2019: top Azure security fails and how to avoid them
Techorama Belgium 2019: top Azure security fails and how to avoid themTechorama Belgium 2019: top Azure security fails and how to avoid them
Techorama Belgium 2019: top Azure security fails and how to avoid them
 
Security on Windows Azure
Security on Windows AzureSecurity on Windows Azure
Security on Windows Azure
 
Serverless Application Development with Azure
Serverless Application Development with AzureServerless Application Development with Azure
Serverless Application Development with Azure
 
IoT cloud system implemented based on Azure services
IoT cloud system implemented based on Azure servicesIoT cloud system implemented based on Azure services
IoT cloud system implemented based on Azure services
 
IT Camp 19: Top Azure security fails and how to avoid them
IT Camp 19: Top Azure security fails and how to avoid themIT Camp 19: Top Azure security fails and how to avoid them
IT Camp 19: Top Azure security fails and how to avoid them
 
Integration of Things (Sam Vanhoutte @Iglooconf 2017)
Integration of Things (Sam Vanhoutte @Iglooconf 2017) Integration of Things (Sam Vanhoutte @Iglooconf 2017)
Integration of Things (Sam Vanhoutte @Iglooconf 2017)
 
Microsoft Azure Security Overview
Microsoft Azure Security OverviewMicrosoft Azure Security Overview
Microsoft Azure Security Overview
 
Who's in your Cloud? Cloud State Monitoring
Who's in your Cloud? Cloud State MonitoringWho's in your Cloud? Cloud State Monitoring
Who's in your Cloud? Cloud State Monitoring
 
Microsoft Azure News - Oct 2016
Microsoft Azure News - Oct 2016Microsoft Azure News - Oct 2016
Microsoft Azure News - Oct 2016
 
366864108 azure-security
366864108 azure-security366864108 azure-security
366864108 azure-security
 

Último

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 

Último (20)

How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 

Az 104 session 8 azure monitoring

  • 1. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Session 8 AZ-104: Microsoft Azure Administrator 1
  • 2. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! AzureTalk Core Team 2
  • 3. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Today’s Session Speaker Niraj Kumar AzureTalk Founder Enterprise Architect, MCT 3 Ashish Raj AzureTalk Core Team DevOps Architect, MCT Vipin Jha AzureTalk Core Team Consultant, MCT
  • 4. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! AZ-104 Skills Measured • Manage Azure identities and governance (15-20%) • Deploy and manage Azure compute resources (25-30%) • Implement and manage storage (10-15%) • Configure and manage virtual networking (30-35%) • Monitor and back up Azure resources (10-15%) 4
  • 5. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! AZ-104 Prerequisites 5 Understanding of • Operating systems • Virtualization • Network configuration • Active Directory • Resilience and disaster recovery
  • 6. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Agenda 6 • Azure Monitor • Azure Alerts • Log Analytics • Network Watcher
  • 7. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Monitor
  • 8. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Monitor 8 Monitoring options available in Azure • Azure Security Center • Azure Application Insights • Azure Sentinel • Azure Monitor
  • 9. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Security Center 9 • Identify and address risks and threats • Security of infrastructure from a centralized location • On-premises or in cloud • Monitor security of workloads • Collects security-related data from VM and other resources • Monitor health of resources and implement recommendations • Ease configuration of your security
  • 10. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Security Center 10 Analyses different components of environment • Data security • Network security • Identity and access • Application security • Recommends how to address issues and risks that it has uncovered
  • 11. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Security Center 11 Advanced Cloud Defense • Adaptive application controls • Just in time(JIT) VM access • Adaptive network hardening • File Integrity Monitoring
  • 12. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Security Center 12 • Respond to threats faster & automated • Create a playbook by configuring a logic app • Playbooks are automated procedures run against alerts
  • 13. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Application Insights 13 • Monitor, manage performance of applications • Gathers information related to performance, errors & exceptions in applications • Diagnose cause of problems that affect application • Monitor release pipelines for application • Improve your development lifecycle
  • 14. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Application Insights 14 How It works • Set up an Application Insights resource in Azure portal • Install an instrumentation package in application • Package will monitor application and send log data to Log Analytics workspace
  • 15. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Sentinel 15 • Security information event management (SIEM) • Security orchestration automated response (SOAR) solution • Collect data across users, devices, applications, • On-premises , multiple clouds • Detect & Investigate threats with artificial intelligence • Respond to incidents rapidly
  • 16. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Monitor 16 • Service for collecting, combining, and analyzing data from different sources • Detect and diagnose issues across applications and dependencies with Application Insights • Correlate infrastructure issues with Azure Monitor for VMs and Azure Monitor for Containers • Drill into monitoring data with Log Analytics for Deep diagnostics • Support alerts and automated actions • Create visualizations with Azure dashboards and workbooks
  • 17. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Monitor 17 Collects data from a range of components • Application data • Operating system data • Azure resource data • Azure subscription data • Azure tenant data
  • 18. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Monitor 18 Reference : Microsoft Docs
  • 19. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Monitor Health Of VM 19 Default Basic Metrics for Azure VMs • CPU usage • Network traffic • OS disk usage • Boot success
  • 20. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Monitor Health Of VM 20 • To get a Full set of metrics install two tools on VM • Azure Diagnostics extension • Log Analytics agent • Both tools are available for Windows and Linux • Tools need storage account to save data that they collect
  • 21. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Question 1 In Azure Security Center Which tool allows to automate responses to alerts? a) Playbooks b) Adaptive controls c) FIM d) Advanced cloud defense 21 https://q.azureezy.com/1
  • 22. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Question 1 In Azure Security Center Which tool allows to automate responses to alerts? a) Playbooks b) Adaptive controls c) FIM d) Advanced cloud defense 22 https://q.azureezy.com/1
  • 23. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Alerts
  • 24. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Azure Alerts 24 • Proactively notify when conditions found in monitoring data • Identify and address issues before users of system notice them
  • 25. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Key Attributes Of Alert Rule 25 • Target Resource • VM, Storage account, Scale Set • Signal • Metric, Activity Log, Application Insights • Criteria (Percentage CPU > 70%) • Alert Name • Alert Description • Severity • 0 Critical, 1 Error, 2 Warning, 3 Informational, 4 Verbose • Action
  • 26. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Action Group 26 • Collection of notification preferences defined • Azure Monitor and Service Health alerts use action groups to notify users that an alert has been triggered • Various alerts may use the same action group or different action groups depending on the user's requirements. • Configure up to 2,000 action groups in a subscription
  • 27. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Available Actions 27 • Send an email or SMS message • Create an Azure app push notification • Make a voice call to a number • Call an Azure function or Trigger a logic app • Send a notification to a webhook • Create an ITSM ticket • Use a runbook (to restart a VM, or scale a VM up or down)
  • 28. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Question 2 Action group in Azure Alert is a collection of notification preferences. a) True b) False 28 https://q.azureezy.com/2
  • 29. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Question 2 Action group in Azure Alert is a collection of notification preferences. a) True b) False 29 https://q.azureezy.com/2
  • 30. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Log Analytics
  • 31. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Log Analytics 31 • Collects telemetry from Windows and Linux VM • From any cloud, on-premises machines, and those monitored by SCOM • Sends collected data to Log Analytics workspace in Azure Monitor • Supports insights and other services in Azure Monitor • Azure Monitor for VMs, • Azure Security Center • Azure Automation • No cost for Log Analytics agent, charges for data ingested
  • 32. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Log Analytics Data collected 32 • Windows Event logs • Syslog Linux event logging system • Performance Numerical values measuring performance of different aspects of OS and workloads • IIS logs • Custom logs Events from text files on both Windows and Linux computers
  • 33. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Log Analytics Agent Installation 33 • Azure VM • Azure Monitor can enable agents at scale • Azure Security Center can provision the Log Analytics Agent • VM extension for Windows or Linux • Azure portal • Windows VM on-premises or in another cloud • Manually from command line • Azure Automation DSC • Resource Manager template with Azure Stack • Linux virtual machine on-premises or in another cloud • Manually wrapper-script hosted on GitHub • SCOM
  • 34. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Network Watcher 34
  • 35. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Network Watcher 35 • Central place to diagnose health of Azure Networks • Two categories: • Monitoring Tools • Diagnostic Tools
  • 36. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Network Watcher Monitoring Tools 36 Monitoring Tools: • Topology • Connection Monitor • Network Performance Monitor
  • 37. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Network Watcher Topology 37 Reference : Microsoft Docs
  • 38. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Network Watcher Diagnostic Tools 38 • IP Flow Verify • Next Hop • Effective Security Rules • Packet Capture • Connection Troubleshoot • VPN Troubleshoot
  • 39. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! IP Flow Verify 39 • Checks if a packet is allowed or denied to or from a VM • Based on 5-tuple information • Specify • Local and Remote port, • Protocol (TCP or UDP), • Local IP, Remote IP, • VM, and VM’s NIC • NSG name of rule that denied packet is returned
  • 40. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Next Hop 40 • Provides next hop from target VM to destination IP address • How a packet gets from a VM to any destination • Specify source VM /network adapter/IP address, and destination IP address • Tool determines packet's destination • Diagnose problems caused by incorrect routing tables
  • 41. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Effective Security Rules 41 • Displays all effective NSG rules applied to a network interface • Choose a VM and its network adapter • Tool displays all NSG rules that apply to that adapter • Also spot vulnerabilities for VM caused by unnecessary open ports
  • 42. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Packet Capture 42 • Record all of packets sent to and from a VM • VM extension through Network Watcher and automatically with packet capture session • Limit is 100 packet capture sessions per region • Overall limit is 10,000 • Limits are for the number of sessions only, not saved captures • Save packets captured in Azure Storage or locally on computer
  • 43. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Connection Troubleshoot 43 • Check TCP connection from a VM to a VM, FQDN, URI, or IPv4 address • Connection successful information: • Latency in milliseconds • Number of probe packets sent • Number of hops in the complete route to destination • Connection unsuccessful shows Fault Details: • Failed because of high CPU utilization • Failed because of high memory utilization • GuestFirewall blocked by a firewall outside Azure • DNSResolution destination IP address couldn't be resolved • NetworkSecurityRule blocked by an NSG • UserDefinedRoute incorrect user route in a routing table
  • 44. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! VPN Troubleshoot 44 • Diagnoses health of virtual network gateway or connection • Multiple gateways or connections can be troubleshooted simultaneously
  • 45. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Question 3 To check latency issues on the network, which Azure Network Watcher tool we can use? a) Connection Troubleshoot b) IP Flow Verify c) Next Hop d) Security Group View 45 https://q.azureezy.com/3
  • 46. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Question 3 To check latency issues on the network, which Azure Network Watcher tool we can use? a) Connection Troubleshoot b) IP Flow Verify c) Next Hop d) Security Group View 46 https://q.azureezy.com/3
  • 47. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Break 47
  • 48. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! Demo 1. Create and configure an Azure Log Analytics workspace and Azure Automation-based solutions 2. Review default monitoring settings of Azure VM 3. Configure Azure VM diagnostic settings 4. Review Azure Monitor functionality 5. Review Azure Log Analytics functionality
  • 49. https://azureezy.com © 2020 AzureEzy and AzureTalk. All rights reserved! 50 https://bharatguru.in https://azureezy.com Thanks!https://azureezy.com/az-104 https://t.me/AzureTalk https://youtube.com/c/AzureTalk https://www.linkedin.com/in/nirajkum/ https://www.linkedin.com/in/vipinkumarjha/ https://www.linkedin.com/in/ashishrajsrivastava https://azuredevopspro.com https://youtube.com/c/AshishRajSrivastava @AshishRajS