This template provides a easy way to deploy a Sonarqube docker image (alpine tag) on a Linux Web App with Azure database for PostgreSQL(Preview)
This Azure Resource Manager (ARM) template was created by a member of the community and not by Microsoft. Each ARM template is licensed to you under a licence agreement by its owner, not Microsoft. Microsoft is not responsible for ARM templates provided and licensed by community members and does not screen for security, compatibility or performance. Community ARM templates are not supported under any Microsoft support programme or service, and are made available AS IS without warranty of any kind.
Parameters
Parameter Name | Description |
---|---|
siteName | Name of azure web app |
servicePlanTier | Tier for Service Plan |
servicePlanSku | Size for Service Plan |
administratorLogin | Database administrator login name |
administratorLoginPassword | Database administrator password |
databaseSkuCapacity | Azure database for PostgreSQL compute capacity in vCores (2,4,8,16,32) |
databaseSkuName | Azure database for PostgreSQL sku name |
databaseSkuSizeMB | Azure database for PostgreSQL Sku Size |
databaseSkuTier | Azure database for PostgreSQL pricing tier |
postgresqlVersion | PostgreSQL version |
databaseskuFamily | Azure database for PostgreSQL sku family |
location | Location for all the resources. |
Use the template
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-webapp-linux-sonarqube-postgresql/azuredeploy.jsonInstalling and configuring Azure PowerShell
Command line
azure config mode armInstalling and configuring the Azure cross-platform command-line interface
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/101-webapp-linux-sonarqube-postgresql/azuredeploy.json