Big Data Management Administrator Guide > Cloud Provisioning Configuration > Create the Cloud Provisioning Configuration
  

Create the Cloud Provisioning Configuration

Create the cloud provisioning configuration and configure it with information that the domain needs to access and create resources on the cloud platform.
The properties to configure in the cloud provisioning configuration depend on the cloud platform.
    1. From the Connections tab, right-click the Domain node and select New > Connection.
    The New Connection dialog box opens.
    2. Choose one of the following cloud provisioning configuration types:
    3. Enter property values in the configuration wizard, then click Finish to create the cloud provisioning configuration.
The cloud provisioning configuration appears in the list of connections in the Domain Navigator.
If you want to use ADLS storage with an Azure HDInsight cluster, you must run infacmd ccps updateADLSCertificate to populate the Data Lake Service Principal Certificate Contents property after you create the Azure cloud provisioning configuration.

Complete the Azure Cloud Provisioning Configuration

When you want to access Azure Data Lake Storage (ADLS) with the cluster workflow, complete the following steps after you configure and save the cloud provisioning configuration for Azure:
    1. Log in to the VM where the Informatica domain is installed, and open a command shell.
    2. From the command line, issue the following command:
    /infacmd.sh ccps updateADLSCertificate -dn <domain name> -un <user name> -pd <password> -cpcid <cloud provisioning connection name>
    -certPath <domain location of certificate>
    The command automatically populates the Data Lake Service Principal Certificate Contents property of the cloud provisioning connection.