Application Server Deployment Error with vsts 4294967295

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 ##[error]Failed to deploy web package to App Service.

2017-09-19T17:28:05.5632720Z ##[error]Error Code: ERROR_DESTINATION_INVALID
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_DESTINATION_INVALID.
Error: The remote name could not be resolved: 'MySite.scm.MyDomain.net'
Error count: 1.

2017-09-19T17:28:05.5642718Z ##[error]Error: C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe failed with return code: 4294967295

2017-09-19T17:28:05.5712722Z ##[warning]Error: getaddrinfo ENOTFOUND MySite.scm.MyDomain.net MySite.scm.MyDomain.net:443

2017-09-19T17:28:05.5792694Z ##[section]Finishing: WS Azure App Service Deploy
+1
source share
1 answer

I do not know if this problem still occurred. I just got this error and came here looking for a fix.

( ), . , ( , , . ), .

.

0

Source: https://habr.com/ru/post/1686650/


All Articles