FunctionsDeploymentStorageAuthentication interface   
Authentication method to access the storage account for deployment.
Properties
| storage | 
	Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type.  | 
| type | Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.  | 
| user | 
	Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.  | 
Property Details
		storageAccountConnectionStringName
	    
	Use this property for StorageAccountConnectionString. Set the name of the app setting that has the storage account connection string. Do not set a value for this property when using other authentication type.
storageAccountConnectionStringName?: string
				Property Value
string
type
Property to select authentication type to access the selected storage account. Available options: SystemAssignedIdentity, UserAssignedIdentity, StorageAccountConnectionString.
type?: string
				Property Value
string
		userAssignedIdentityResourceId
	    
	Use this property for UserAssignedIdentity. Set the resource ID of the identity. Do not set a value for this property when using other authentication type.
userAssignedIdentityResourceId?: string
				Property Value
string