Skip to main content

Privacera Documentation

System-level settings for Azure ADLS on Privacera Platform

Property Name

Description

Example

AZURE_ACCT_SHARED_KEY_PAIRS

To get the value for this property, Go to Azure portal > Storage accounts > Select the storage account you want to configure > Access keys > Copy Key.

If there are multiple storage accounts, then separate them by a comma.

storageAccountName:${SAS_KEY}

ENABLE_AZURE_CLI

AZURE_ACCOUNT_NAME

AZURE_SHARED_KEY

Uncomment to use Azure CLI.

The AZURE_ACCT_SHARED_KEY_PAIRS property wouldn't work with this property. You have set the AZURE_ACCOUNT_NAME and AZURE_SHARED_KEY properties.

ENABLE_AZURE_CLI: "true"

AZURE_ACCOUNT_NAME: "company-qa-dept"

AZURE_SHARED_KEY: "=0Ty4br:2BIasz>rXm{cqtP8hA;7|TgZZZuTHJTg40z8E5z4UJ':roeJy=d7*/W"

DATASERVER_AZURE_GEN2_SHARED_KEY_AUTH

Set to true or false.

true

AZURE_TENANTID

To get the value for this property, in the Azure portal, navigate to Azure Active Directory > Properties > Tenant ID.

5a5cxxx-xxxx-xxxx-xxxx-c3172b33xxxx

AZURE_APP_CLIENT_ID

Get the value by following the Prerequisites section above.

8c08xxxx-xxxx-xxxx-xxxx-6w0c95v0xxxx

AZURE_SUBSCRIPTION_ID

To get the value for this property, in the Azure portal:

  1. Open the Azure portal.

  2. From the navigation menu, select Select Subscriptions.

  3. Select the needed subscriptions.

  4. Click Overview.

  5. Copy the Subscription ID.

27e8xxxx-xxxx-xxxx-xxxx-c716258wxxxx

AZURE_RESOURCE_GROUP

To get the value for this property:

  1. Open the Azure portal.

  2. Select Storage accounts.

  3. Select the storage accoun you want to configure.

  4. Click Overview > Resource Group.

privacera-dev

BASE64_APP_CLIENT_SECRET

Get the value by following the Pre-requisites section above.

Note

Add the following property with BASE64 format in the YAML file:

$ echo "CLIENT_SECRET" | base64

WncwSaMpleRZ1ZoLThJYWpZd3YzMkFJNEljZGdVN0FfVAo=