All Posts in 2022.12


Storage Account File Share 文件共享上传大于4M文件报错

上传大于4M文件时报错,参考文档:https://learn.microsoft.com/zh-cn/troubleshoot/azure/general/request-body-large   处理方法: // See https://aka.ms/new-console-template for more information using Azure; using Azure.Storage.Files.Shares; Console.WriteLine("Hello, World!"); string connectionString = ""; // Name of the share, directory, and file we'll create string shareName = "sharelabeled"; string dirName = " …

Azure Files Storage Account