We are using ArcGIS Enterprise Cloud builder 11.3 for Microsoft Azure and creating a new site from scratch. Every works well until DSConfiguration starts and we keep getting below warning and eventually deployment fails. It seems like it's generating an incorrect URL with reddog.microsoft.com.
[10/29/2024 13:36:31] [VERBOSE] [SERVERNAME]: [[ArcGIS_Portal]Portal] [Warning]:- Exception calling "GetResponse" with "0" argument(s): "The remote name could not be resolved: 'SERVERNAME.reddog.microsoft.com'"
[10/29/2024 13:36:36] [VERBOSE] [SERVERNAME]: [[ArcGIS_Portal]Portal] Finished Waiting for 'https://SERVERNAME.reddog.microsoft.com:7443/arcgis/portaladmin/healthCheck?f=json'.
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"VMExtensionProvisioningError","message":"VM has reported a failure when processing extension 'DSCConfiguration' (publisher 'Microsoft.Powershell' and type 'DSC'). Error message: 'DSC Configuration 'BaseDeploymentSingleTierConfiguration' completed with error(s). Following are the first few: PowerShell DSC resource ArcGIS_Server_TLS failed to execute Test-TargetResource functionality with error message: Unable to retrieve token for Site Administrator Exception calling \"DownloadString\" with \"1\" argument(s): \"The remote name could not be resolved: 'SERVERNAME.reddog.microsoft.com'\" Exception calling \"DownloadString\" with \"1\" argument(s): \"The remote name could not be resolved: 'SERVERNAME.reddog.microsoft.com'\"'. More information on troubleshooting is available at https://aka.ms/VMExtensionDSCWindowsTroubleshoot. "}]}