$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