The Azure Quickstart templates are currently available in English
This template allows you to deploy a single Octopus Deploy 3.0 server with a trial license. This will deploy on a single Windows Server 2012R2 VM (Standard D2) and SQL DB (S1 tier) into the location specified for the Resource Group.
Den här ARM-mallen (Azure Resource Manager) skapades av en community-medlem, inte av Microsoft. Varje ARM-mall licensieras till dig enligt ett licensavtal av respektive ägare, inte Microsoft. Microsoft ansvarar inte för ARM-mallar som erbjuds och licensieras av community-medlemmar och undersöker inte mallarnas säkerhet, kompatibilitet eller prestanda. Microsofts supportprogram och supporttjänster omfattar inte support för ARM-mallar från community-medlemmar, och dessa mallar tillhandahålls i BEFINTLIGT SKICK utan någon form av garanti.
Parametrar
Parameternamn | Beskrivning |
---|---|
vmAdminUsername | Admin username for the Octopus Deploy Virtual Machine. |
vmAdminPassword | Admin password for the Octopus Deploy Virtual Machine. |
networkDnsName | Unique DNS Name used to access the Octopus Deploy server via HTTP or RDP. |
sqlServerName | Unique DNS Name for the SQL DB Server that will hold the Octopus Deploy data. |
sqlAdminUsername | Admin username for the Octopus Deploy SQL DB Server. |
sqlAdminPassword | Admin password for the Octopus Deploy SQL DB Server. |
licenseFullName | Octopus Deploy Trial license - provide Full Name. |
licenseOrganisationName | Octopus Deploy Trial license - provide Organisation Name. |
licenseEmailAddress | Octopus Deploy Trial license - provide Email Address. |
octopusAdminUsername | Admin username for the Octopus Deploy web application. |
octopusAdminPassword | Admin password for the Octopus Deploy web application. |
Använda mallen
PowerShell
New-AzResourceGroup -Name <resource-group-name> -Location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstallera och konfigurera Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/octopusdeploy3-single-vm-windows/azuredeploy.json
Kommandoraden
az group create --name <resource-group-name> --location <resource-group-location> #use this command when you need to create a new resource group for your deploymentInstallera och konfigurera Azures plattformsoberoende kommandoradsgränssnitt
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/octopusdeploy3-single-vm-windows/azuredeploy.json