本文介绍了无法从本地存储中删除数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在尝试清除我的开发存储而无法这样做我正在使用来自powershell的以下命令
$ context = New-AzureStorageContext -Local
Remove-AzureStorageTable -Name" WADLogsTable" -Context $ context
但是在运行此命令时没有显示结果,表格也没有从表中清除数据
解决方案
I am trying to clear my development storage and not able to do so I am using following command from powershell
$context=New-AzureStorageContext -Local
Remove-AzureStorageTable -Name "WADLogsTable" -Context $context
but on running this command no result is displayed and table is as it is no data is cleared from table
解决方案
这篇关于无法从本地存储中删除数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!