The Azure Quickstart templates are currently available in English
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.
Esta plantilla de Azure Resource Manager (ARM) la creó un miembro de la comunidad, no Microsoft. Su propietario (no Microsoft) le permite usar las plantillas de ARM con arreglo a un contrato de licencia. Microsoft no se responsabiliza de ninguna plantilla de ARM que le proporcionen los miembros de la comunidad (o cuya licencia le otorguen) en cuanto a su seguridad, compatibilidad ni rendimiento. Las plantillas de ARM de la comunidad no reciben ningún tipo de soporte en ningún servicio ni programa de soporte de Microsoft. Dichas plantillas se proporcionan TAL CUAL, sin garantía de ningún tipo.
Parámetros
Nombre del parámetro | Descripción |
---|---|
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 |
Uso de la plantilla
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 deploymentInstalar y configurar PowerShell de Azure
New-AzResourceGroupDeployment -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/informatica-adf-hdinsight-powerbi/azuredeploy.json
Línea de comandos
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 deploymentInstalación y configuración de la interfaz de línea de comandos multiplataforma de Azure
az group deployment create --resource-group <my-resource-group> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/informatica-adf-hdinsight-powerbi/azuredeploy.json