关于c#:Azure ADB2C上传到Blob存储错误

Azure ADB2C Upload to blob storage error

我尝试将我的html页面上载到Azure b2c的Azure blob存储,但是每当我尝试上载该文件时,我都会不断收到此错误:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Azure AD B2C Blob Storage Helper Tool

This tool will upload all contents of a directory to an Azure Blob Storage Container you specify.  
It will also enable CORS access from all origins on each of the files.

Enter your Azure Storage Account name:
sample  

Enter your Azure Blob Storage Primary Access Key:  
***==  

Enter your Azure Blob Storage Container name:  
https://sample.blob.core.windows/sample  

Enter the path to the directory whose contents you wish to upload:  
C:\\Users\\admin\\Downloads\\B2C-AzureBlobStorage-Client-master\\B2C-AzureBlobStorage-Client-master\\sample_templates\\wingtip

Error Making Request to Azure Blob Storage:

The remote server returned an error: (400) Bad Request.
Press Enter to close...

我在这里犯错了吗?还是存储助手工具中有错误?我已经从这里https://docs.microsoft.com/zh-cn/azure/active-directory-b2c/active-directory-b2c-reference-ui-customization-helper-tool


Enter your Azure Blob Storage Container name:

您应该输入容器名称而不是URL。

请将https://sample.blob.core.windows/sample替换为sample