ManagedIdentityAzureBlobBackupStorageDescription

Describes the parameters for Azure blob store (connected using managed identity) used for storing and enumerating backups.

Properties

Name Type Required
FriendlyName string No
ManagedIdentityType string (enum) Yes
BlobServiceUri string Yes
ContainerName string Yes

FriendlyName

Type: string
Required: No

Friendly name for this backup storage.


ManagedIdentityType

Type: string (enum)
Required: Yes

The type of managed identity to be used to connect to Azure Blob Store via Managed Identity.

Possible values are:

  • Invalid - Indicates an invalid managed identity type. All Service Fabric enumerations have the invalid type.
  • VMSS - Indicates VMSS managed identity should be used to connect to Azure blob store.
  • Cluster - Indicates cluster managed identity should be used to connect to Azure blob store.

BlobServiceUri

Type: string
Required: Yes

The Blob Service Uri to connect to the Azure blob store..


ContainerName

Type: string
Required: Yes

The name of the container in the blob store to store and enumerate backups from.