Specifies the Azure credentials of the stage.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AzureCredentials", "type": "object", "description": "Specifies the Azure credentials of the stage.", "properties": { "azure_sas_token": { "type": "string", "description": "Specifies the SAS (shared access signature) token for connecting to Azure." } } }