I am using Azure App Service Deploy to publish from a vsts build. The Azure subscription name and application service name were selected from the drop-down list.
"MySite.scm.MyDomain.net" happens behind the scenes as I don't use it anywhere in the assembly. I assume that the assembly is collecting information from the selected application service name.
Any thoughts on what might create this problem or how to fix it? Thank.
2017-09-19T17:28:03.5450487Z Got connection details for Azure App Service:'MySite'
2017-09-19T17:28:04.6242199Z [command]"C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:IisApp='d:\a\3\a\AZR-SMTPWS-CRR\20170919.6\' -dest:iisApp='MySite',ComputerName='https://MySite.scm.MyDomain.net:443/msdeploy.axd?site=MySite',UserName='********',Password='********',AuthType='Basic' -enableRule:DoNotDeleteRule -userAgent:VSTS_222220....
2017-09-19T17:28:05.3040153Z Info: Using ID 'guid' for connections to the remote server.
2017-09-19T17:28:05.5632720Z
2017-09-19T17:28:05.5632720Z
More Information: Could not connect to the remote computer ("MySite.scm.MyDomain.net"). Make sure that the remote computer name is correct and that you are able to connect to that computer. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672
Error: The remote name could not be resolved: 'MySite.scm.MyDomain.net'
Error count: 1.
2017-09-19T17:28:05.5642718Z
2017-09-19T17:28:05.5712722Z
2017-09-19T17:28:05.5792694Z
source
share