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.