Please enable JavaScript.
Coggle requires JavaScript to display documents.
AZ 104 - Azure Backup - Coggle Diagram
AZ 104 - Azure Backup
-
Azure Monitor
Logs contain different kinds of data organized into records with different sets of properties for each type. Data like events and traces are stored as logs along with performance data so all the data can be combined for analysis.
Metrics numerical values that describe some aspect of a system at a particular point in time. Metrics are lightweight and capable of supporting near real-time scenarios
Azure Monitor Alerts
types of alerts
metric alerts : when a specified threshold is exceeded. For example, a metric alert can notify you when CPU usage is greater than 95 percent.
activity log alerts : notify you when Azure resources change state. For example, an activity log alert can notify you when a resource is deleted.
Log alerts : are based on things written to log files. For example, a log alert can notify you when a web server has returned a number of 404 or 500 responses.
-
-
data collection
-
-
adding an agent : For virtual machines, you can install the Log Analytics agent and configure it to send data to a Log Analytics workspace.
Data Collector API : send data by calling the Data Collector API. You can communicate with this REST interface through HTTP
-
-
Azure Network Watcher
IP flow verify
Azure Network Watcher checks connectivity from or to the internet, and from or to your on-premises environment.
Next Hop diagnostics
The next hop feature in Azure Network Watcher checks if traffic is being directed to the intended destination. This feature lets you view the next connection point (or next hop) in your network route, and helps you verify a correct network configuration
The next hop feature is ideal for identifying unresponsive virtual machines or broken routes in your network.
-
-
-
-