ManagedIdentityType enum

type: string

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.