Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

AzureAccountKey

class
class AzureAccountKey(account_name: Secret, account_key: Secret)

Bases: AzureCredentials

Categories: credentials

Azure storage account name / key credentials.

Parameters

parameter
account_nameSecret

The Azure storage account name.

parameter
account_keySecret

The Azure storage account key.