Skip to content

Instantly share code, notes, and snippets.

@naveed-ahmad-biz
Created November 5, 2017 02:34
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 naveed-ahmad-biz/1dcfd1b488a2f04eb4a9f3fcf1fd0cc2 to your computer and use it in GitHub Desktop.
Save naveed-ahmad-biz/1dcfd1b488a2f04eb4a9f3fcf1fd0cc2 to your computer and use it in GitHub Desktop.
$licenseFile = "C:\azure\sitecore-azure-2.0\license.xml"
$ArmTemplateUrl = "https://raw.githubusercontent.com/Sitecore/Sitecore-Azure-Quickstart-Templates/master/Sitecore 9.0.0/XP/azuredeploy.json";
$ArmParametersPath = "C:\azure\sitecore-azure-2.0\xp\azuredeploy.parameters.json";
$RGName = "SitecoreXP1";
$DeploymentID = "SitecoreXP1"
$location = "East US";
Start-SitecoreAzureDeployment -location $location -Name $RGName -ArmTemplateUrl $ArmTemplateUrl -ArmParametersPath $ArmParametersPath -LicenseXmlPath $licenseFile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment