The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
Azure storage endpoint config bug

I'm reporting small text issue in documentation from doc link
There is invalid JSON syntax.
It should be
ALTER DATABASE default SET AzureStorageEndpointConfig =
'[{"accountName": "myaccount", "blobEndpoint": "localhost:8080", "protocol": "http"}]';
Instead of
ALTER DATABASE default SET AzureStorageEndpointConfig =
'[[{"accountName": "myaccount", "blobEndpoint": "localhost:8080", "protocol": "http"}]';
Tagged:
0
Answers
@ttvv: Thank you for reporting the issue. we will get documentation updated.