Dear Shan Ramachandran,
The “Agent status not ready” condition typically indicates a problem with the VM’s communication layer—often related to the Azure VM Guest Agent. This can impact domain validation, extension operations, and network connectivity. Based on your description, we recommend the following steps:
Here are Recommended Troubleshooting Actions:
- Verify Azure VM Agent Installation and Health Ensure the WindowsAzureGuestAgent and RdAgent services are installed and running. You can check this via
services.msc
or PowerShell. - Check Network Connectivity to Azure Infrastructure Confirm that the VM can reach the reserved IP
168.63.129.16
, which is essential for agent communication. UseTest-NetConnection
orping
to verify connectivity. - Review VM Logs for Agent Errors Examine
WaAppAgent.log
andRdAgent.log
for any failures or timeouts. These logs are typically located inC:\WindowsAzure\Logs
. - Redeploy or Reinstall the VM Agent (if needed) If the agent is missing or corrupted, you may need to manually reinstall it using the latest MSI package. Instructions are available on Microsoft Learn – Troubleshoot Azure VM Agent issues.
- Validate Domain Controller Health Run
dcdiag
andnetdiag
to check for domain-related errors. Ensure time synchronization and DNS resolution are functioning correctly.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
Best regards,
Harry Phan