Created
July 7, 2015 20:37
-
-
Save sirkirby/395cde2ad28132943f07 to your computer and use it in GitHub Desktop.
Sample Azure Web App Publish Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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