This template deploys Shibboleth Identity Provider on Ubuntu in a clustered configuration. After the deployment is successful, you can go to https://your-domain:8443/idp/profile/Status (note port number) to check success.
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 |
---|---|
adminUsername | User name for the Virtual Machine administrator. Do not use simple names such as 'admin'. |
adminPassword | Password for the Virtual Machine administrator. |
uniqueNamePrefix | Unique name that will be used to generate various other names including the name of the Public IP used to access the Virtual Machine. |
mySqlPasswordForRootUser | Password for the MySQL 'root' admin user. |
mySqlIdpUser | User name that will be used to create user in MySQL database which has all privileges. |
mySqlPasswordForIdpUser | Password for the MySQL Idp user. |
vmCountFrontend | Number of web front end VMs to create. |
vmSizeFrontend | The size of the VM. |
vmSizeDB | The size of the database backend VM. |
Använda mallen
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/shibboleth-cluster-ubuntu/azuredeploy.jsonInstallera och konfigurera Azure PowerShell
Kommandoraden
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/shibboleth-cluster-ubuntu/azuredeploy.jsonInstallera och konfigurera Azures plattformsoberoende kommandoradsgränssnitt