【发布时间】:2021-08-13 10:27:53
【问题描述】:
我想启用版本控制,使用 CLI 在 Azure 存储帐户中更改源。我从 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
【问题讨论】: