Azure 快速入门模板目前提供英文版
This Quickstart launches a Big Data solution stack which has Informatica, Azure Data Factory, HDInsight, Azure SQL Dataware house and PowerBI as stack components. This integrated stack is ready to use pre production environment.
此 Azure Resource Manager (ARM) 模板由社区的某个成员(而不是由 Microsoft)创建。每个 ARM 模板都根据其所有者(不是 Microsoft)的许可协议向你授予许可。Microsoft 不对由社区成员提供并授予许可的 ARM 模板负责,并且不针对安全性、兼容性和性能进行筛选。社区 ARM 模板不由任何 Microsoft 支持计划或服务提供支持,按“原样”提供,没有任何种类的担保。
参数
参数名 | 说明 |
---|---|
location | Deployment location |
sqlDWDBAdminName | SQL Datawarehouse Admin Username |
sqlDWAdminPassword | SQL Datawarehouse Admin password |
jobId | Job Id of the create table automation Job, use https://www.guidgenerator.com to generate unique jobid Ex:5f32ff4e-a5c5-47af-8b70-981c896a9163 |
jobIdSignup | Job Id of the sign-up automation Job, use https://www.guidgenerator.com to generate unique jobid Ex:5f32ff4e-a5c5-47af-8b70-981c896a9163 |
jobIdWorkflow | Job Id of the workflow automation Job, use https://www.guidgenerator.com to generate unique jobid Ex:5f32ff4e-a5c5-47af-8b70-981c896a9163 |
jobIdCont | Job Id of the workflow automation Job, use https://www.guidgenerator.com to generate unique jobid Ex:5f32ff4e-a5c5-47af-8b70-981c896a9163 |
start | Start time of the data slice. ex: 2016-09-23T18:00:00 |
end | End time of the data slice. ex: 2016-09-23T19:00:00 |
tag | Tags for the resources |
azurePortalUsername | Valid Username to login into your Azure Portal |
azurePortalPassword | Valid Password to login into your Azure Portal |
adminUsernameInformaticaVm | Username to login into informatica vm |
adminPasswordInformaticaVm | Password to login into informatica vm |
publicIPdnsPrefix | Public IP dns prefix |
userEmail | Informatica Cloud Email ID |
informaticaUsername | Informatica Cloud Username |
informaticaUserPassword | Informatica Cloud password |
userFirstname | First name for Informatica Sign up |
userLastname | Last name for Informatica Sign up |
userTitle | User title for Informatica Sign up |
userPhone | User phone number for Informatica Sign up. Only numbers Ex: 1234567890 |
orgName | Organization for Informatica Sign up |
orgAddress | Organization Address for Informatica Sign up |
orgCity | Organization city for Informatica Sign up |
orgState | Organization state for Informatica Sign up, Hint:Pass State Postal Codes Ex:CA |
orgZipcode | Organization zipcode for Informatica Sign up |
orgCountry | Organization's country for Informatica Sign up, Hint:Pass Country's ISO Codes Ex:US |
orgEmployees | Organization's Employees for Informatica Sign up |
baseUrl | Base URL for the reference templates and scripts |
使用模板
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 deployment安装和配置 Azure PowerShell
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/informatica/informatica-adf-hdinsight-powerbi/azuredeploy.json
命令行
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 deployment安装和配置 Azure 跨平台命令行界面
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/application-workloads/informatica/informatica-adf-hdinsight-powerbi/azuredeploy.json