无法使用Azure Cli az webapp配置备份创建备份功能/ Web应用程序

问题描述

执行Azure Cli命令备份我的Azure App Service时遇到问题:

Cli命令:

az webapp配置备份创建--resource-group --webapp-name
--backup-name testbackup --container-url

我生成了一个新的SaS密钥,将其与命令一起传递。

这是正确的方法吗?

Cli输出:

{ "backupId": 64862,"backupItemName": "testbackup","blobName": "testbackup","correlationId": "3e9ae4d0-9aa9-46e0-9926-53ec1ef6ef2c","created": "2020-09-22T08:50:35.555268+00:00","databases": null,"finishedTimeStamp": null,"id": "value","kind": null,"lastRestoreTimeStamp": null,"location": "Central US","log": null,"name": "testbackuppr","resourceGroup": "RG-POC","scheduled": false,**"sizeInBytes": 0,** "status": "Created","storageAccountUrl": "","type": "Microsoft.Web/sites","websiteSizeInBytes": null }

门户中的日志信息:存储访问失败。远程服务器返回错误:(404)找不到。。请删除并重新创建备份计划以减轻压力。

Error Message when executing the command

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)