AzureBlob interface 
Azure Blob Details
Properties
| account | Storage Account Key. | 
| auth | Authentication type used for accessing Azure Blob Storage. | 
| blob | Blob container name where backups are stored. | 
| identity | Identity details for authentication using a Managed Identity. | 
| storage | Resource Id of the storage account where backups are stored. | 
Property Details
		accountKey
	 
	Storage Account Key.
accountKey?: stringProperty Value
string
		authType
	 
	Authentication type used for accessing Azure Blob Storage.
authType?: AuthTypeProperty Value
		blobContainerName
	  
	Blob container name where backups are stored.
blobContainerName?: stringProperty Value
string
identity
Identity details for authentication using a Managed Identity.
identity?: ManagedServiceIdentityProperty Value
		storageAccountResourceId
	   
	Resource Id of the storage account where backups are stored.
storageAccountResourceId?: stringProperty Value
string