Moniter and Maintain Azure Resources Flashcards
1
Q
- compare latencies
-monitor, diagnose, connectivity-related metrics - cross-region, cross-workspace connectivity monitoring
A
Azure Network Watcher Connection Monitor
2
Q
- data flow between NSGs
- network traffic allowed/denied in VNet
A
Azure Network Watcher NSG diagnostics
3
Q
- VNet gateways and their connections
- Azure portal, PowerShell, CLI, REST API
- health of gateway or connection
A
Azure Network Watcher VPN Troubleshoot
4
Q
- network connectivity at a packet level
- which packets are allowed/denied to/from VM
- direction, protocol, local/remote IP, local/remove port
5 tuple packet parameter-based verification method
A
Azure Network Watcher IP Flow Verify
5
Q
- calculates the filters that affect a VM in a RG
- analyzes results of Test-AzNetworkWatcher IPFlow
A
Get-AzEffectiveNetworkSecurityGroup
6
Q
- routing issues
A
Test-AzNetworkWatcherNextHop
7
Q
- tests oubound connection from source VM/port to destination IP/port using TCP or UDP
- returns NSG that contains filerting rule that blocked
A
Test-AzNetworkWatcherIPFlow
8
Q
- outbound connectivity between VM and destination
A
Test-AzNetworkWatcherConnectivity
9
Q
- shows details about NSG
A
Get-AzNetworkSecurityGroup
10
Q
check for TCP connection between source/destination VM
- specify FQDN, URI, or IP
A
Connection troubleshoot
11
Q
See how packets travel from VM to destination
A
Next hop
12
Q
- shows all the NSG rules applied to network interface
A
Effective security rules
13
Q
- SIEM
- SOAR
- used to collect threat data, investigate, and respond to threats using AI
A
Microsoft Sentinel
14
Q
- run queries against a large amount of logs collected from various sources
- Kusto queries
A
Azure Log Analytics
15
Q
- comphrehensive solution
- collecting, analyzing, acting on telemetry
- feed various metrics and logs to storage accounts
- query and visualize logs
- build alerts to take actions
A
Azure Monitor