Skip to content

Instantly share code, notes, and snippets.

@jeevan-vj
Created November 29, 2019 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeevan-vj/767d1ed92f02428a2d364f1fa71ed0f9 to your computer and use it in GitHub Desktop.
Save jeevan-vj/767d1ed92f02428a2d364f1fa71ed0f9 to your computer and use it in GitHub Desktop.
msdeploy cmd to install Sitecore Azure Blob Storage module on an on-premise Sitecore instance
"<FolderPathOfMsDeploy>\msdeploy.exe" -verb:sync -source:package="<FilePathOfWDP>" -dest:auto="<RootUrlOfSitecoreInstance>" -setParam:"IIS Web Application Name"="<IISWebAppName>" -setParam:"AzureStorageConnectionString"="<AzureStorageConnectionString>" -setParam:"AzureStorageContainerName"="<AzureStorageBlobContainerName>" -setParam:"DefaultProvider"="azure" -enableRule:DoNotDeleteRule -verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment