Skip to content

Commit 2664026

Browse files
authored
Update driver-parameters.md
1 parent 5c6d4d6 commit 2664026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/driver-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pvc-92a4d7f2-f23b-4904-bad4-2cbfcff6e388
6969
7070
Name | Meaning | Available Value | Mandatory | Default value
7171
--- | --- | --- | --- | ---
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 |
7373
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
7474
volumeAttributes.storageAccount | existing storage account name | existing storage account name | Yes |
7575
volumeAttributes.containerName | existing container name | existing container name | Yes |

0 commit comments

Comments
 (0)