For Azure Local with Arc gateway, azcmagent check is the correct first validation. The expected successful state is:
-
azcmagent show- Agent version:
1.45or later - Agent Status:
Connected - Using HTTPS Proxy:
http://localhost:40343 - Azure Arc Proxy:
running
- Agent version:
-
azcmagent check- connection.type should be
gateway - Reachable should be
truefor all URLs reported by the check
- connection.type should be
For endpoint allowlisting during Azure Local deployment with Arc gateway, the documented required endpoints are the Azure Arc registration, Arc gateway, Key Vault, storage, and certificate revocation endpoints listed for Azure Local deployment. The provided allowlist does not include southeastasia-gas.guestconfiguration.azure.com.
Since the failure is happening during extension installation, use the VM extension troubleshooting path next:
- In Azure portal, open the affected Arc-enabled machine and go to Settings > Extensions to inspect the extension state.
- On the node, run
azcmagent showand confirm dependent services are running. If any services other than Azure Arc Proxy are stopped, restart them. - Check Guest agent logs from the time of the failed install:
- Windows:
%SystemDrive%\ProgramData\GuestConfig\ext_mgr_logs - Extension logs:
C:\ProgramData\GuestConfig - Extension settings/status:
C:\Packages\Plugins
- Windows:
- Review
...GuestConfig\ext_mgr_logs\gc_ext.logfor package download or verification errors. - If the extension state is not Succeeded, remove the failed extension and install it again:
Remove-AzConnectedMachineExtension -Name <Extension Name> -ResourceGroupName <RG Name> -MachineName <Machine Name>
- Also review
c:\programdata\AzureConnectedMAchineAgent\Log\arcproxy.logto confirm which endpoints are redirected through the Arc gateway versus sent direct.
Based on the documented Azure Local Arc gateway verification and endpoint list, the supported conclusion is:
- Arc gateway validation is based on
azcmagent show,azcmagent check, andarcproxy.log. - The documented Azure Local required endpoint list does not show
southeastasia-gas.guestconfiguration.azure.com. - The next supported action is extension-level troubleshooting through GuestConfig and extension logs, then retrying the extension installation.