Versions Compared

Key

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

...

Code Block
languagexml
themeDJango
titleTask Parameter - Azure Delivery
linenumberstrue
<taskParameter>
    <name>TargetSinkType</name>
    <value>azureblob</value>
</taskParameter>


Azure Oauth Authentication

The default Azure publishing configuration should be specified in dynamic/pyrules/custom/env.py as a get_default_azure_def() function, for example:

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