Specifies the Azure credentials of the stage.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AzureCredentials", "title": "AzureCredentials", "description": "Specifies the Azure credentials of the stage.", "allOf": [ { "$ref": "#/components/schemas/Credentials" } ], "properties": { "azure_sas_token": { "type": "string", "format": "password", "description": "Specifies the SAS (shared access signature) token for connecting to Azure.", "example": "example_value" } } }