Las plantillas de Inicio rápido de Azure están disponibles actualmente en inglés.
This template allows you to deploy a secure 5 node Service Fabric Cluster running Windows Server 2019 Datacenter on a Standard_D2_v2 Size VMSS.
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 |
---|---|
location | Location of the Cluster |
clusterName | Name of your cluster - Between 3 and 23 characters. Letters and numbers only |
adminUsername | Remote desktop user Id |
adminPassword | Remote desktop user password. Must be a strong password |
vmImagePublisher | VM image Publisher |
vmImageOffer | VM image offer |
vmImageSku | VM image SKU |
vmImageVersion | VM image version |
loadBalancedAppPort1 | Input endpoint1 for the application to use. Replace it with what your application uses |
loadBalancedAppPort2 | Input endpoint2 for the application to use. Replace it with what your application uses |
certificateStoreValue | The store name where the cert will be deployed in the virtual machine |
certificateThumbprint | Certificate Thumbprint |
sourceVaultResourceId | Resource Id of the key vault, is should be in the format of /subscriptions/<Sub ID>/resourceGroups/<Resource group name>/providers/Microsoft.KeyVault/vaults/<vault name> |
certificateUrlValue | Refers to the location URL in your key vault where the certificate was uploaded |
clusterProtectionLevel | Protection level.Three values are allowed - EncryptAndSign, Sign, None. It is best to keep the default of EncryptAndSign, unless you have a need not to |
nt0InstanceCount | Instance count for node type |
nodeDataDrive | The drive to use to store data on a cluster node. |
nodeTypeSize | The VM size to use for cluster nodes. |
tenantId | (no hay descripción disponible) |
clusterApplication | (no hay descripción disponible) |
clientapplication | (no hay descripción disponible) |
Uso de la plantilla
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 deploymentInstalar y configurar PowerShell de Azure
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.servicefabric/service-fabric-secure-cluster-5-node-1-nodetype/azuredeploy.json
Línea de comandos
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 deploymentInstalación y configuración de la interfaz de línea de comandos multiplataforma de Azure
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/quickstarts/microsoft.servicefabric/service-fabric-secure-cluster-5-node-1-nodetype/azuredeploy.json