Setup requirements - Data360_DQ+ - 13.2

Data360 DQ+ Azure Installation

Product type
Software
Portfolio
Verify
Product family
Data360
Product
Data360 DQ+
Version
13.2
ft:locale
en-US
Product name
Data360 DQ+
ft:title
Data360 DQ+ Azure Installation
Copyright
2025
First publish date
2016
ft:lastEdition
2026-04-13
ft:lastPublication
2026-04-13T10:36:21.951000
L1_Product_Gateway
Verify
L2_Product_Segment
Data Quality
L3_Product_Brand
Precisely Infogix
L4_Investment_Segment
Data 360
L5_Product_Group
Data 360
L6_Product_Name
DQ+

The Linux machine that you will use to deploy the infrastructure and install the application must have:

  • A minimum specification of 'Standard_D2s_v3_2vcpus, 8GiB memory' or equivalent.
  • Internet access and the ability to connect over the internet to ports 1433 (MS SQL) and 5432 (Postgres) for the product installation.

Ensure that the following are also installed on the Linux machine:

Azure prerequisites

You must have a Microsoft Azure account with an active subscription. Sign in to your Azure account and complete the following steps:

  1. Navigate to App registrations and create an app registration to use for creating the required infrastructure. Make a note of the following information:
    • Tenant ID
    • Subscription ID
    • Client ID
    • Client secret

    Creating an app registration automatically creates an Enterprise app registration with the same name.

  2. Navigate to Enterprise applications and make a note of the following information:
    • Object ID
    • Application ID
  3. Install Azure SDK for Python, together with the Azure Management, Identity and Common modules, by running the following commands:
    pip3 install azure.common.credentials
    pip3 install azure.mgmt.subscription
    pip3 install azure.identity
    pip3 install azure.common
    pip3 install msrestazure
  4. If you wish to install Data360 DQ+ into an existing Azure virtual network, you need to ensure you install it in the same Azure location as this network.