Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created July 7, 2015 20:37
Show Gist options
  • Save sirkirby/395cde2ad28132943f07 to your computer and use it in GitHub Desktop.
Save sirkirby/395cde2ad28132943f07 to your computer and use it in GitHub Desktop.
Sample Azure Web App Publish Profile
<?xml version="1.0" encoding="UTF-8"?>
<publishData>
<publishProfile profileName="mySiteSlot - Web Deploy" publishMethod="MSDeploy" publishUrl="mySiteSlot.scm.azurewebsites.net:443" msdeploySite="mySiteSlot" userName="$mySiteSlot" userPWD="mySuperSecretPassword" destinationAppUrl="http://mySiteSlot.azurewebsites.net" SQLServerDBConnectionString="" mySQLDBConnectionString="" hostingProviderForumLink="" controlPanelLink="http://windows.azure.com" webSystem="WebSites">
<databases />
</publishProfile>
<publishProfile profileName="mySiteSlot - FTP" publishMethod="FTP" publishUrl="ftp://waws-prod-ch1-009.ftp.azurewebsites.windows.net/site/wwwroot" ftpPassiveMode="True" userName="mySiteSlot\$mySiteSlot" userPWD="mySuperSecretPassword" destinationAppUrl="http:/mySiteSlot.azurewebsites.net" SQLServerDBConnectionString="" mySQLDBConnectionString="" hostingProviderForumLink="" controlPanelLink="http://windows.azure.com" webSystem="WebSites">
<databases />
</publishProfile>
</publishData>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment