The Azure Quickstart templates are currently available in English
This template allows you to create RHEL 7.7/8.0 VMSS instances running JBoss EAP 7.2/EAP 7.3 cluster and also deploy a web application called eap-session-replication, you can log into the admin console using the JBoss EAP username and password configured at the time of the deployment.
Этот шаблон Azure Resource Manager (ARM) был создан участником сообщества, а не Майкрософт. Каждый шаблон ARM лицензирован для вас в соответствии с условиями лицензионного соглашения с владельцем, а не с Майкрософт. Майкрософт не несет ответственности за шаблоны ARM, предоставленные и лицензированные членами сообщества, и не отслеживает их безопасности, совместимости или производительности. Шаблоны ARM, созданные сообществом, не поддерживаются ни в соответствии с какой-либо программой поддержки Майкрософт, ни какими-либо службами поддержки Майкрософт и предоставляются КАК ЕСТЬ без каких-либо гарантий.
Параметры
Имя параметра | Описание |
---|---|
adminUsername | User name for the Virtual Machine |
authenticationType | Type of authentication to use on the Virtual Machine |
adminPasswordOrSSHKey | Password or SSH key for the Virtual Machine |
location | Location for all resources |
eapOnRHELVersion | Version of EAP on RHEL |
jbossEAPUserName | User name for the JBoss EAP Manager |
jbossEAPPassword | Password for the JBoss EAP Manager |
rhelOSLicenseType | Select the of RHEL OS License Type for deploying your Virtual Machine. Please read through the guide and make sure you follow the steps mentioned under section 'Licenses, Subscriptions and Costs' if you are selecting BYOS |
rhsmUserName | User name for Red Hat subscription Manager |
rhsmPassword | Password for Red Hat subscription Manager |
rhsmPoolEAP | Red Hat Subscription Manager Pool ID (Should have EAP entitlement) |
rhsmPoolRHEL | Red Hat Subscription Manager Pool ID (Should have RHEL entitlement). Mandartory if you select the BYOS RHEL OS License Type |
_artifactsLocation | The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated |
_artifactsLocationSasToken | The sasToken required to access _artifactsLocation. When the template is deployed using the accompanying scripts, a sasToken will be automatically generated |
storageReplication | Select the Replication Strategy for the Storage account |
vmssName | String used as a base for naming resources (9 characters or less). A hash is prepended to this string for some resources, and resource-specific information is appended |
instanceCount | Number of VM instances (100 or less) |
vmSize | The size of the Virtual Machine scale set |
Использование шаблона
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 deploymentУстановка и настройка служб Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/jboss-eap-clustered-vmss-rhel/azuredeploy.json
Командная строка
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 deploymentУстановка и настройка кросс-платформенного интерфейса командной стройки Azure
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/jboss-eap-clustered-vmss-rhel/azuredeploy.json