Skip to content

Initial set up

Your environment will have to be set up before you can try the examples. The initial set up can be performed by deploying the initial set up template - satellite-initialsetup.json (download).

You will also need to install the Retain connectors. This can be done by deploying the integration template - logiccc-integrations-template.json (download).

Note

The initial set up should be performed only once per resource group/subscription to avoid duplicates.

Deploy templates

  1. Sign in to your Azure portal with your Azure account

  2. Click Create a resource

  3. Search for and select Template deployment (deploy using custom templates)

  4. Select the Plan - Template deployment (deploy using custom templates)

  5. Click Create
  6. On the next page, select Build your own template in the editor
  7. Copy and paste the your template or download it and then upload it using the Load file option
  8. Click Save

  9. Enter the parameters. Note: the parameters shown will depend on your template. See parameters for importing data from CSV or parameters for importing data from SQL or parameters for initial set up

  10. Click Save
  11. After ensuring all required information is filled in, click Review and Create

Understand the parameters for initial set up

  • Region: read-only, taken from the resource group region
  • Environment: the Retain Cloud environment you are pointing to
  • Tenant: Retain Cloud tenant. Once the custom connector is created, the tenant and the environment cannot be changed. If you wish to change the tenant/environment, then you must delete the custom connector and the custom connector API connection (if any) resources and repeat the creation process
  • Unique_name: the unique name that will be used to compose the name of the resources, for example, "kv-my_unique_name-dev". This name should be unique across Azure since the KeyVault needs a globally unique name
  • Setup_keyVault: holds Retain Cloud credentials and the CSV to JSON AF access key
  • Setup_storage: if the setup of a storage account is chosen, a storage account will be created. This resource can be used to hold the CSV file(s) for the integration

Other parameters are self-explanatory.