【发布时间】:2021-12-17 05:17:46
【问题描述】:
我尝试使用以下代码将 XML 文件上传到 Azure FTP 服务器:
https://www.c-sharpcorner.com/article/upload-and-download-files-from-blob-storage-using-c-sharp/
我很难找到 storageAccount_connectionString?我可以访问 Azure 门户中的服务器,但找不到此连接字符串。
//Copy the storage account connection string from Azure portal
storageAccount_connectionString = "your Azure storage account connection string here";
【问题讨论】:
-
它应该在访问密钥刀片下。
标签: azure azure-storage