Web Deploy to Azure
To whom it may concern
I don't know why but no matter what I try I cannot get through to deploying to azure free website.
I constantly get error: Could not complete the request to remote agent URL 'http://waws-prod-blu-013.publish.azurewebsites.windows.net:443/MSDE...;.
However I can deploy just fine from vs.
Regards
Theo
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 26 May, 2014 04:37 PM
Hi Theo,
Take a look at "Azure Web Sites" section here http://www.appveyor.com/docs/deployment/web-deploy#provider-settings.
The correct URL for WAWS Web Deploy is
https://<server>.publish.azurewebsites.windows.net:443/msdeploy.axd?site=<website>
where<website>
is the name of your WAWS website.Let me know if you have any questions.
2 Posted by theo Bohnen on 26 May, 2014 05:00 PM
This works perfectly, thanks. I apparently did not read that part of the
file :-(.
Could you possibly assist me with understanding why I cannot clone from a
public repository (I do have contrib access) without having to fork it on
my github account?
I get the below error:
[image: Inline image 1]
Support Staff 3 Posted by Feodor Fitsner on 26 May, 2014 05:11 PM
GitHub gives 404 (not found) instead of 403 (forbidden). When you get this error while adding a new project that means you don't have permissions to add webhook to that repository. Usually, that happens when you are collaborator, not a member of the team/organization.
4 Posted by theo Bohnen on 26 May, 2014 05:53 PM
Ah okay, thank you for that.
Will figure out how to get access to that.
Thanks again for all your help.
Regards
Theo
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:44 AM.