Microsoft Azure - Enable Boot Diagnostics For a VM in Azure Last Updated : 23 Jul, 2025 Comments Improve Suggest changes Like Article Like Report Enabling Boot diagnostics helps to debug the azure virtual machine boot failures by collecting the logs and snapshots. Boot diagnostics is enabled by default when we create a VM. If not enabled when creating you can follow the below steps to enable the boot diagnostics for an azure virtual machine. Prerequisites: Must have a provisioned Azure Virtual Machine to Perform this Operation.Implementation: Follow the below steps to enable Boost Diagnostics for a VM in Azure: Step 1: Log in to Azure Portal. Step 2: Go to Virtual Machine Resources and Select your Virtual Machine which you want to enable boot diagnostics. Step 3: Once you open and select your virtual machine Search for “Boot Diagnostics” Step 4: Click on “Boot Diagnostics” >> Click on “Settings” Step 5: Choose “Enable with managed Storage account (recommended)" and Click "Save" Note: Use this feature to troubleshoot boot failures for custom or platform images. Boot diagnostics can be used with a custom storage account or with a pre-provisioned storage account managed by Microsoft. If you want to enable with a custom Storage Account then Choose “Enable with custom Storage account” Choose Existing Storage account from drop down or you can create a new storage account by Clicking on Create newOnce you complete the setup then click on “Save” to make the changes. Reference: Official Microsoft docs Create Quiz Comment J jaysurya9 Follow 0 Improve J jaysurya9 Follow 0 Improve Article Tags : Microsoft Azure DevOps Cloud-Computing Explore DevOps BasicsWhat is DevOps ?6 min readDevOps Lifecycle10 min readThe Evolution of DevOps - 3 Major Trends for Future7 min readVersion ControlVersion Control Systems5 min readMerge Strategies in Git4 min readWhich Version Control System Should I Choose?5 min readCI & CDWhat is CI/CD?7 min readUnderstanding Deployment Automation4 min readContainerizationWhat is Docker?8 min readWhat is Dockerfile Syntax?5 min readOrchestrationKubernetes - Introduction to Container Orchestration4 min readFundamental Kubernetes Components and their role in Container Orchestration12 min readHow to Use AWS ECS to Deploy and Manage Containerized Applications?4 min readInfrastructure as Code (IaC)Infrastructure as Code (IaC)7 min readIntroduction to Terraform15 min readWhat is AWS Cloudformation?14 min readMonitoring and LoggingWorking with Prometheus and Grafana Using Helm5 min readWorking with Monitoring and Logging Services5 min readMicrosoft Teams vs Slack4 min readSecurity in DevOpsWhat is DevSecOps: Overview and Tools10 min readDevOps Best Practices for Kubernetes11 min readTop 10 DevOps Projects with Source Code [2025]8 min read Like