The Azure Quickstart templates are currently available in English
This Quickstart program launches a security at scale solution stack that provides an automated provisioning, configuration and integration of TrendMicro DeepSecurity, Splunk Enterprise & Chef Server products ready for pre production environments.
Denne Azure Resource Manager (ARM)-malen ble opprettet av et medlem av fellesskapet og ikke av Microsoft. Hver ARM-mal er lisensiert til deg i henhold til en lisensavtale med eieren, ikke med Microsoft. Microsoft er ikke ansvarlig for ARM-maler som leveres og lisensieres av medlemmer og siler dem ikke ut med tanke på sikkerhet, kompatibilitet eller ytelse. Fellesskapets ARM-maler støttes ikke av noe Microsoft-støtteprogram eller -tjeneste, og er gjort tilgjengelig SOM DE ER, uten noen form for garanti.
Parametere
Parameternavn | Beskrivelse |
---|---|
location | Location where all the resources deploy |
vmAdminNameTrendDSM | TrendMicro Deep Security Manager Virtual Machine admin username |
vmAdminPasswordTrendDSM | TrendMicro Deep Security Manager Virtual Machine admin password |
vmSizeTrendDSM | TrendMicro Deep Security Manager Virtual Machine size |
dsmAdminName | TrendMicro Deep Security Manager application username (To login to Trend DSM from browser) |
dsmAdminPassword | TrendMicro Deep Security Manager application password (To login to Trend DSM from browser) |
dbName | TrendMicro Deep Security Manager database name |
dbAdminName | TrendMicro Deep Security Manager database admin user |
dbAdminPassword | TrendMicro Deep Security Manager database admin password |
publicIPDomainNameLabelTrendDSM | TrendMicro Deep Security Manager unique public DNS prefix |
managerPortTrendDSM | TrendMicro Deep Security Manager management port |
heartbeatPortTrendDSM | TrendMicro Deep Security Manager heartbeat port |
vmAdminUsernameOrchServer | Orchestrator Server Virtual Machine admin username |
vmAdminPasswordOrchServer | Orchestrator Server Virtual Machine admin password |
publicIPDomainNameLabelOrchServer | Orchestrator Server unique public DNS prefix |
vmAdminUsernameChefAutomate | Chef Automate Virtual Machine admin username |
vmAdminPasswordChefAutomate | Chef Automate Virtual Machine admin password |
vmSizeChefAutomate | Chef Automate Virtual Machine size |
chefAutoDns | Chef Automate unique public DNS prefix |
chefUserFirstName | Chef user first name |
chefUserLastName | Chef user last name |
chefUserEmail | Chef user email |
chefOrgShortName | Chef org short name |
vmAdminUsernameSplunkEnterprise | Splunk Enterprise Virtual Machine admin username |
vmAdminPasswordSplunkEnterprise | Splunk Enterprise Virtual Machine admin password |
splunkAdminPassword | Splunk Enterprise Virtual Machine admin password |
vmSizeSplunk | Splunk Enterprise Virtual Machine size |
publicIPDomainNameLabelSplunkEnterprise | Splunk Enterprise unique public DNS prefix |
adminUsernameChefWorkstation | Chef Workstation Virtual Machine admin username |
adminPasswordChefWorkstation | Chef Workstation Virtual Machine admin password |
vmSizeChefWorkstation | Chef Workstation Virtual Machine size |
publicIPDomainNameLabelChefWorkstation | Chef Workstation unique public DNS prefix |
adminUsernameDSAgentWindows | Windows Deep Security Agent Virtual Machine admin username |
adminPasswordDSAgentWindows | Windows Deep Security Agent Virtual Machine admin password |
publicIPDomainNameLabelDSAgentWindows | Windows Deep Security Agent unique public DNS prefix |
windowsvmcount | Count of Windows Deep Security Agents to deploy |
adminUsernameDSAgent | Linux Deep Security Agent Virtual Machine admin username |
adminPasswordDSAgent | Linux Deep Security Agent Virtual Machine admin password |
publicIPDomainNameLabelDSAgent | Linux Deep Security Agent unique public DNS prefix |
linuxvmcount | Count of Linux Deep Security Agents to deploy |
baseUrl | The base URL for dependent deployment files |
Bruke malen
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 deploymentInstallere og konfigurere Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/trend-chef-splunk-security/azuredeploy.json
Kommandolinje
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 deploymentInstaller og konfigurer Azures kommandolinjegrensesnitt for alle plattformer
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/trend-chef-splunk-security/azuredeploy.json