Skip to main content

Posts

Showing posts from April, 2025
  Azure Architect Interview Questions and Answers   What is Reapply and Redeploy in Azure? In Azure, Reapply and Redeploy are two different operations used to troubleshoot and fix issues with virtual machines (VMs). Here's what each does: 1. Reapply Purpose : Resets the VM's state and reapplies the VM properties (like networking settings) without redeploying it. When to use : If the VM is running but experiencing issues with configuration settings, extensions, or networking. 2. Redeploy Purpose : Moves the VM to a new host in Azure while keeping its existing settings. When to use : If the VM is stuck in an unresponsive state or cannot be connected to. Command (Azure CLI) : Key Differences Feature Reapply Redeploy What it does Refreshes VM settings Moves VM to a new host Impact No downtime (usually) VM is ...