Skip to content

Commit 42c03fc

Browse files
authored
Update azure-csi-blob-storage-static.md
1 parent 8639552 commit 42c03fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/azure-csi-blob-storage-static.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For more information on Kubernetes volumes, see [Storage options for application
2828

2929
|Name | Description | Example | Mandatory | Default value|
3030
|--- | --- | --- | --- | ---|
31-
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 |
31+
|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 ||
3232
|volumeAttributes.resourceGroup | Specify Azure resource group name. | myResourceGroup | No | If empty, driver will use the same resource group name as current cluster.|
3333
|volumeAttributes.storageAccount | Specify existing Azure storage account name. | storageAccountName | Yes ||
3434
|volumeAttributes.containerName | Specify existing container name. | container | Yes ||

0 commit comments

Comments
 (0)