简体   繁体   中英

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\\ . The username is then \\storageaccountname.file.core.windows.net\\storageaccountname and the password is one of two keys which works fine. If I try to access the replica copy of the above using \\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.

Please read question 7 here under File Storage FAQ section: https://azure.microsoft.com/en-in/documentation/articles/storage-dotnet-how-to-use-files/ .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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