简体   繁体   English

Azure文件共享

[英]Azure File Shares

I am really struggling on how to access the "secondary" replica of our file share storage. 我真的在如何访问文件共享存储的“辅助”副本上苦苦挣扎。 At present we are using an Azure File Share which is working well ie \\storageaccountname.file.core.windows.net\\apps\\ . 目前,我们正在使用运行良好的Azure文件共享,即\\ storageaccountname.file.core.windows.net \\ apps \\。 The username is then \\storageaccountname.file.core.windows.net\\storageaccountname and the password is one of two keys which works fine. 用户名是\\ storageaccountname.file.core.windows.net \\ storageaccountname,密码是两个可以正常使用的密钥之一。 If I try to access the replica copy of the above using \\storageaccountname-secondary.file.core.windows.net\\apps\\ . 如果我尝试使用\\ storageaccountname-secondary.file.core.windows.net \\ apps \\来访问上述副本。 I get asked for authentication so it must be seeing the location path but the username and or password don't work. 我被要求进行身份验证,因此它必须看到位置路径,但用户名和/或密码不起作用。 Please help 请帮忙

The reason you're getting this error is because Azure File Service doesn't support RAGRS thus you won't be able to read from secondary location. 出现此错误的原因是因为Azure文件服务不支持RAGRS,因此您将无法从辅助位置读取。

Please read question 7 here under File Storage FAQ section: https://azure.microsoft.com/en-in/documentation/articles/storage-dotnet-how-to-use-files/ . 请在文件存储常见问题部分下的此处阅读问题7: https : //azure.microsoft.com/zh-cn/documentation/articles/storage-dotnet-how-to-use-files/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM