You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Name | Meaning | Available Value | Mandatory | Default value
71
71
--- | --- | --- | --- | ---
72
-
volumeHandle | a value the driver can use to uniquely identify the storage blob container in the cluster. | A recommended way to produce a unique value is to combine the globally unique storage account name and container name: `{account-name}_{container-name}`. Be aware the character `#`is reserved for internal use and cannot be used in a volume handle. | Yes |
72
+
volumeHandle | Specify a value the driver can use to uniquely identify the storage blob container in the cluster. | A recommended way to produce a unique value is to combine the globally unique storage account name and container name: {account-name}_{container-name}. Note: The # character is reserved for internal use and can't be used in a volume handle. | Yes |
73
73
volumeAttributes.resourceGroup | Azure resource group name | existing resource group name | No | if empty, driver will use the same resource group name as current k8s cluster
74
74
volumeAttributes.storageAccount | existing storage account name | existing storage account name | Yes |
75
75
volumeAttributes.containerName | existing container name | existing container name | Yes |
0 commit comments