This is the express version of Apprenda, running a three-node cluster of Apprenda
Esta plantilla de Azure Resource Manager (ARM) la creó un miembro de la comunidad, no Microsoft. Su propietario (no Microsoft) le permite usar las plantillas de ARM con arreglo a un contrato de licencia. Microsoft no se responsabiliza de ninguna plantilla de ARM que le proporcionen los miembros de la comunidad (o cuya licencia le otorguen) en cuanto a su seguridad, compatibilidad ni rendimiento. Las plantillas de ARM de la comunidad no reciben ningún tipo de soporte en ningún servicio ni programa de soporte de Microsoft. Dichas plantillas se proporcionan TAL CUAL, sin garantía de ningún tipo.
Parámetros
Nombre del parámetro | Descripción |
---|---|
platformAdminFirstName | This is the first name of the platform administrator. |
platformAdminLastName | This is the last name of the platform administrator |
platformAdminEmailAddress | This is the email address of the platform administrator. This will be used to log in. |
platformAdminPassword | This is the password of the platform administrator. This will be used to log in. |
newStorageAccountName | This is the name of the storage account the user will place their VMs. |
adminUsername | This is the username of the administrative account. |
adminPassword | This is the password of the administrative account. |
storageAccountType | Storage Account type |
vmSize | The size of the virtual machine. |
vmName | This is the name of the virtual machine. |
Uso de la plantilla
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/apprenda60-small/azuredeploy.jsonInstalar y configurar PowerShell de Azure
Línea de comandos
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/apprenda60-small/azuredeploy.jsonInstalación y configuración de la interfaz de línea de comandos multiplataforma de Azure