【发布时间】:2021-02-09 05:46:09
【问题描述】:
我查看了以下链接以将字符串上传到 azure blob。我的任务要求不允许我将字符串存储为文件。
Is there any way of writing file to Azure Blob Storage directly from C# application?
它在 WindowsAzure.Storage 中使用 CloudStorageAccount,已根据 this link 弃用
我正在尝试使用 Azure.Storage.Blobs 库。但是,不再有 this microsoft documentation 中的 UploadString 方法
有什么建议吗?谢谢
【问题讨论】:
标签: c# .net-core azure-blob-storage