我想启用版本控制,请使用CLI在Azure存储帐户中更改Feed。我从Microsoft文档https://docs.microsoft.com/en-us/cli/azure/storage/account/blob-service-properties?view=azure-cli-latest中获得了以下命令。
az storage account blob-service-properties update -n sdffsjhiwezzaz --enable-change-feed true --enable-versioning true --enable-delete-retention true --delete-retention-days 100
并收到以下错误
az storage account: 'blob-service-properties' is not in the 'az storage account' command group. See 'az storage account --help'.
请告诉我如何使用Azure CLI启用版本控制和ChangeFeed
答案 0 :(得分:0)
我能够成功运行命令。请确保您已安装最新版本的CLI。
当我运行az --version
命令时,这是我看到的:
azure-cli 2.2.0
command-modules-nspkg 2.0.3
core 2.2.0
nspkg 3.0.4
telemetry 1.0.4
对于变更供稿,您还需要注册此功能的订阅,因为该功能当前处于预览状态。您可以在这里找到有关说明:https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-change-feed?tabs=azure-portal#register-your-subscription-preview。