wordpress-linux-appservice/ARM_Template_Create_WP/azuredeploy.parameters.json

213 строки
5.6 KiB
JSON

{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"subscriptionId": {
"value": null
},
"name": {
"value": "sample-wordpress-app"
},
"location": {
"value": "Australia Central"
},
"hostingPlanName": {
"value": "ASP-sample-wordpress-app-rg-8bbe"
},
"serverFarmResourceGroup": {
"value": "sample-wordpress-app-rg"
},
"ftpsState": {
"value": "FtpsOnly"
},
"autoGeneratedDomainNameLabelScope": {
"value": "TenantReuse"
},
"sku": {
"value": "PremiumV2"
},
"skuCode": {
"value": "P1v2"
},
"workerSize": {
"value": "3"
},
"workerSizeId": {
"value": "3"
},
"numberOfWorkers": {
"value": "1"
},
"kind": {
"value": "linux"
},
"reserved": {
"value": true
},
"alwaysOn": {
"value": true
},
"linuxFxVersion": {
"value": "DOCKER|mcr.microsoft.com/appsvc/wordpress-alpine-php:8.3"
},
"dockerRegistryUrl": {
"value": "https://mcr.microsoft.com"
},
"storageSizeGB": {
"value": 128
},
"storageIops": {
"value": 700
},
"storageAutoGrow": {
"value": "Enabled"
},
"storageAutoIoScaling": {
"value": "Enabled"
},
"backupRetentionDays": {
"value": 7
},
"geoRedundantBackup": {
"value": "Disabled"
},
"vmName": {
"value": "Standard_B2s"
},
"serverEdition": {
"value": "Burstable"
},
"vCores": {
"value": 2
},
"charset": {
"value": "utf8"
},
"collation": {
"value": "utf8_general_ci"
},
"serverName": {
"value": "sampleword-05b25e9504e6022de52e498a-dbserver"
},
"serverUsername": {
"value": "sampleUsername"
},
"serverPassword": {
"value": null
},
"databaseName": {
"value": "sampleword_05b25e9504e6022de52e498a_database"
},
"publicNetworkAccess": {
"value": "Disabled"
},
"stagingDatabaseName": {
"value": "sampleword_05b25e9504e6022de52e498a_database_staging"
},
"wordpressTitle": {
"value": "WordPress On Azure App Service"
},
"wordpressAdminEmail": {
"value": "my-id@outlook.com"
},
"wordpressUsername": {
"value": "username"
},
"wordpressPassword": {
"value": null
},
"wpLocaleCode": {
"value": "en_US"
},
"cdnProfileName": {
"value": "sampleword-39b8672c593dc95a-cdnprofile"
},
"cdnEndpointName": {
"value": "sampleword-39b8672c593dc95a-endpoint"
},
"cdnType": {
"value": "Standard_Microsoft"
},
"stagingCdnEndpointName": {
"value": "sampleword-39b8672c593dc95a-endpoint-staging"
},
"storageAccountName": {
"value": "sampleword0ab37a5082"
},
"blobContainerName": {
"value": "blobsampleword0ab37a5082"
},
"storageAccountType": {
"value": "Standard_RAGRS"
},
"storageAccountKind": {
"value": "StorageV2"
},
"storageAccountResourceGroup": {
"value": "sample-wordpress-app-rg"
},
"accessTier": {
"value": "Hot"
},
"minimumTlsVersion": {
"value": "TLS1_2"
},
"supportsHttpsTrafficOnly": {
"value": true
},
"allowBlobPublicAccess": {
"value": true
},
"allowSharedKeyAccess": {
"value": true
},
"allowCrossTenantReplication": {
"value": true
},
"networkAclsBypass": {
"value": "AzureServices"
},
"networkAclsDefaultAction": {
"value": "Allow"
},
"keySource": {
"value": "Microsoft.Storage"
},
"encryptionEnabled": {
"value": true
},
"infrastructureEncryptionEnabled": {
"value": false
},
"blobPublicAccessLevel": {
"value": "blob"
},
"stagingBlobContainerName": {
"value": "blobsampleword0ab37a5082staging"
},
"vnetName": {
"value": "sampleword-4361cfefaa-vnet"
},
"subnetForApp": {
"value": "sampleword-55f398fce6-appsubnet"
},
"subnetForDb": {
"value": "sampleword-55f398fce6-dbsubnet"
},
"privateDnsZoneNameForDb": {
"value": "sampleword-55f398fce6-privatelink.mysql.database.azure.com"
},
"emailDataLocation": {
"value": "unitedstates"
},
"emailCommServiceName": {
"value": "sampleword-a1284553bb768dbd1f62-emailacsendpoint"
},
"commServiceName": {
"value": "sampleword-a1284553bb768dbd1f62-acsendpoint"
},
"managedIdentityName": {
"value": "sampleword-49dff026e4-wpidentity"
}
}
}