Reputation: 2905
I'm trying to enable diagnostics for Azure Redis Cache. Both redis and storage account are in same region (Us-West).
According to this article it should work.
After selecting storage account I am getting below generic error. Any idea how to investigate further or where to report?
Upvotes: 0
Views: 815
Reputation: 36
The storage account you are trying to map should support table. You can check the error by visiting to Redis cache.
Operations >> Events chart >> microsoft.insights/diagnosticSettings/write
statusCode:BadRequest serviceRequestId:00000000-0000-0000-0000-000000000000 statusMessage:{"Code":"BadRequest","Message":"The storage account 'xxxxstorage' of type 'Standard_ZRS' doesn't support table service."}
Upvotes: 2