Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.27 KB

File metadata and controls

39 lines (22 loc) · 1.27 KB

Configure Dashboard

It is crucial to monitor the resource utilization in order to understand what is happening within your Private Cloud. This scenario gives you a basic dashboard template to monitor CPU, Memory, and Disk utilization within a specified Private Cloud.

Prerequisites

Deployment Steps

  • Update the parameter values in appropriate parameter file.

  • Run one of the following scripts.

Bicep

cd Bicep

az deployment group create -g AVS-Step-By-Step-RG -n AVS-Monitoring-Dashboard -c -f "AVSDashboard.bicep" -p "@AVSDashboard.parameters.json"

ARM

cd ARM

az deployment group create -g AVS-Step-By-Step-RG -n AVS-Monitoring-Dashboard -c -f "AVSDashboard.deploy.json" -p "@AVSDashboard.parameters.json"

Post-deployment Steps

  • Navigate to Dashboard page in Azure Portal. Clicking the down arrow in the top left corner should allow you to switch to the newly created dashboard.

Next Steps

Configure Alerts