Trying to read from a blob stored in a storage account created from the new portal as "Blob storage" (as opposed to "General purpose"), and configured as Standard/Hot, gives the following error:
requestId = 972932e8-efcb-4e72-b630-1e43a11a2ab4 errorComponent=Module. taskStatusCode=400. {"Exception":{"ErrorId":"LibraryException","ErrorCode":"1000","ExceptionType":"ModuleException","Message":"Error
1000: AFx Library library exception: Couldn't load [DataSource.Error] AzureBlobs failed to get contents from 'https://<redacted>.blob.core.windows.net/mhftest1/'. Status code: 400, description: 'Value for one of the query parameters specified in the
request URI is invalid.'. from resource","Exception":{"Library":"AFx Library","ErrorId":"CannotLoadFromResource","ErrorCode":"85","ExceptionType":"LibraryException","Message":"Couldn't
load [DataSource.Error] AzureBlobs failed to get contents from 'https://<redacted>.blob.core.windows.net/mhftest1/'. Status code: 400, description: 'Value for one of the query parameters specified in the request URI is invalid.'. from resource"}}}Error:
Error 1000: AFx Library library exception: Couldn't load [DataSource.Error] AzureBlobs failed to get contents from 'https://<redacted>.blob.core.windows.net/mhftest1/'. Status code: 400, description: 'Value for one of the query parameters specified in
the request URI is invalid.'. from resource Process exited with error code -2
Both classic storage accounts and storage accounts created as "General purpose" works fine.