Skip to main content
Skip table of contents

4.0 Retrieving configuration information from Azure

If your CMS instance isn’t set up in Service Delivery Hub (SDH), you can instead retrieve the configuration information directly from Azure. However, using SDH is simpler and therefore is the recommended approach wherever possible.

Tenant ID

  • Azure Portal → Services → Microsoft Entra ID

    • Note the ID of the tenant your resources are deployed to

      image-20240701-125604.png

      Azure Entra ID overview

Consumer key

  • Azure Portal → Azure services → SQL databases → <your Project database> → Query editor

    • In the ConsumerApp table, note the ID of the Consumer Application you published your content to

      image-20240701-110202.png

      The ConsumerApp table in the Project database

Service Bus namespace

  • Azure Portal → Azure services → Service Bus → <your Project Service Bus>

    • Note the host name of the Service Bus

      image-20240701-113016.png

      The Project Service Bus overview

Releases SAS URL

Go to Azure Storage Explorer → Storage Accounts → <your Project storage account>.

Generate Shared Access Signature URLs for the ManifestReleases table (you only need query access)

image-20240701-113137.png

The ManifestsReleases table

image-20240703-095833.png

The ManifestsReleases table SAS options

Note the generated URL.

Manifests SAS URL

And again for the manifests-<consumer app id> container (you only need read/list access)

image-20240701-111455.png

The manifests container for the Consumer Application

image-20240703-095647.png

The manifests container SAS options

Note the generated URL.

Outcome

That’s it. That’s all the information you need to configure your Consumer App and start retrieving content.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.