Azure Configuration Instructions

This page contains important information about configuring Azure for use with Data Control for Jira.

Data Control for Jira connects to Azure via SAS. For information on using SAS with Azure, we recommend Microsoft's documentation

How to configure Azure for use with Data Control for Jira

There are three required pieces of information from Azure that you'll need to configure storage with DC4J:

  • Storage Account Name
  • Container Name
  • Access Key

The steps below cover setting up a DC4J-compatible file storage location in Azure and how to locate the necessary configuration info. All actions are taken on the Azure console.

Step 1 - Create a Storage account for the Container

This step can be skipped if you already have a storage account suitable for integrating with DC4J.
  1. From the Azure portal home, click Storage Accounts.
  2.  Click Create to make a new account.
  3. The basic setup will depend on your internal naming scheme and practices, but note the Storage Account Name, as this is required information for DC4J.

    Required by DC4J

    The Storage Account Name is required configuration information for DC4J.

    1. All other sections (Advanced, Networking, Data Protection, Encryption, Tags) can be set as your best practices require.
  4. Review and Create the storage account.

Step 2 - Set up CORS

  1.  Navigate to Storage Account.
  2.  From the left menu, select Settings, then Resource sharing (CORS).
  3. Select the Blob service tab.
  4. Add a new entry to the table with the following information:
    1. Allowed Origins : *
    2. Allowed Methods: DELETE, GET, HEAD, PUT, OPTIONS
    3. Allowed Headers: *
    4. Exposed Headers: *
    5. Max age: 100
  5. Save your changes.

Step 3 - Container setup

  1. While still in the target Storage account, from the left menu, select Storage Browser and then Blob containers.

  2. Click Add Container.
  3. Name the container.

    Required by DC4J

    The container name is required configuration information for DC4J.
    1. The Anonymous access level should be left as Private (no anonymous access).
  4. Click Create to finalize creation of the container.

Step 4 - Aquire access key from storage account

  1. In the target storage account, on the left menu, select Security + networking and then Access keys.
  2. Click Show and copy either of the keys - ready for use in the DC4J configuration.

    Required by DC4J

    The copied Access key is required information for DC4J.


You now have all the information required by DC4J.

Azure configuration steps

  1. Enter the Storage account name of the Azure account with access to the storage bucket.
  2. Enter the Storage account key for your Azure account.
  3. Enter the Container name for your Azure account.
  4. Click Save.
    If the configuration is valid a Connected icon displays.

Once configured, a Data control for Jira attachments field becomes visible in issues within the instance.

On this page