Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
启用Azure Redis缓存的诊断_Azure_Caching_Redis_Diagnostics_Azure Redis Cache - Fatal编程技术网

启用Azure Redis缓存的诊断

启用Azure Redis缓存的诊断,azure,caching,redis,diagnostics,azure-redis-cache,Azure,Caching,Redis,Diagnostics,Azure Redis Cache,我正在尝试为Azure Redis缓存启用诊断。redis和storage account都位于同一地区(美国西部) 根据我的看法,它应该是有效的 选择存储帐户后,我发现以下一般错误。 知道如何进一步调查或在哪里报告吗 您尝试映射的存储帐户应支持表。您可以通过访问Redis缓存来检查错误 操作>>事件图表>>microsoft.insights/DiagnosticsSettings/write statusCode:BadRequest serviceRequestId:00000000-00

我正在尝试为Azure Redis缓存启用诊断。redis和storage account都位于同一地区(美国西部)

根据我的看法,它应该是有效的

选择存储帐户后,我发现以下一般错误。 知道如何进一步调查或在哪里报告吗


您尝试映射的存储帐户应支持表。您可以通过访问Redis缓存来检查错误

操作>>事件图表>>microsoft.insights/DiagnosticsSettings/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."}

您尝试映射的存储帐户应支持表。您可以通过访问Redis缓存来检查错误

操作>>事件图表>>microsoft.insights/DiagnosticsSettings/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."}

下面是我如何获得相同错误详细信息(在portal.azure.com上):选择您的redis服务->设置->审核日志->选择错误。根据ZRS不支持表存储,因此我必须创建新的LRS存储帐户。在那之后,我尝试启用了诊断功能,它成功了。下面是我如何获得相同的错误详细信息(在portal.azure.com上):选择您的redis服务->设置->审核日志->选择错误。根据ZRS不支持表存储,因此我必须创建新的LRS存储帐户。在那之后,尝试启用诊断功能,它成功了。