Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Many Azure services offer comprehensive monitoring solutions for collecting, analyzing, and responding to monitoring data. With Azure Enclave, you can use the monitoring capabilities of each underlying Azure service deployed with each Azure Enclave resource. Many of these services are integrated with Azure Monitor, which helps maximize the availability and performance of your workloads.
In this tutorial, part six of six, you learn how to monitor the state of your enclave. You learn how to:
- Use built-in Azure Monitor and logging tools and services.
- View your Azure Enclave resources in the Azure portal.
- Monitor your workloads in the Azure portal.
Before you begin
Throughout this tutorial series, you created several resources using Azure Enclave through the Azure portal. You also created several Azure resources representing your system workloads.
Monitor your network in Azure Enclave
Review network activity through the enclave or community Log Analytics workspace.
Community firewall monitoring
- In the Azure portal, navigate to your community managed resource group.
- Find and open the
Log Analytics Workspacelinked to your enclave. - Select
Logsfrom the left navigation menu. - Run queries to monitor network traffic, such as:
- Azure Firewall logs to review allowed and denied traffic (if Azure Firewall is deployed).
- VPN Gateway diagnostics to monitor connectivity (if VPN Gateway is deployed).
- Review the query results and set up alerts for anomalous network activity.
- Optionally, create dashboards in Azure Monitor to visualize network metrics over time.
Enclave network monitoring
- In the Azure portal, navigate to your enclave managed resource group.
- Find and open the
Log Analytics Workspacelinked to your enclave. - Select
Logsfrom the left navigation menu. - Run queries to monitor network traffic, such as:
- VNet flow logs to analyze traffic patterns.
- Review the query results and set up alerts for anomalous network activity.
- Optionally, create dashboards in Azure Monitor to visualize network metrics over time.
Monitor your workloads in Azure Enclave
Review workload activity through the enclave Log Analytics workspace. Access to workload logs depends on your network configuration and RBAC permissions.
- Sign in to an Admin VM or another VM with network access to the enclave network.
- In the Azure portal from an Admin VM, navigate to your enclave managed resource group.
- Open the
Log Analytics Workspacelinked to your enclave. - Select
Logsfrom the left navigation menu. - Query workload-specific logs, such as:
- Virtual machine performance metrics (CPU, memory, disk usage).
- Application logs from Azure App Service or container instances.
- Security events and system logs.
- Set up metric alerts for critical thresholds (for example, high CPU usage, disk space warnings).
- Optionally, use Azure Monitor Application Insights if your applications are instrumented for deeper application performance monitoring.
- Verify logs are flowing to the workspace by reviewing and configuring diagnostic settings on individual workload resources.
Closing
In this tutorial series, you prepared a monitored and secure network cloud environment in the Azure portal by using Azure Enclave.