Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Starting with December 2019 release this configuration is deprecated, though still supported. The Azure publishing configuration should be defined as explained inĀ Data Services Distribution To Multiple Destinations.

This section describes how to publish in Azure.

...

Code Block
languagepy
themeConfluence
titleAzure Connection Configuration
def get_default_azure_def():
    return """{"account":"eagleaccount","application_id":"application-id","application_secret":"BASE64ENCODEDAPPSECRET==","tenant_id":"tenant-id"}"""

...

Distribute to multiple accounts/containers

You can distribute to multiple accounts/containers.
To distribute to multiple accounts/containers:

...