-
Notifications
You must be signed in to change notification settings - Fork 55
Azure German Support #41
Comments
@reschrei1 hi, that is not possible today. I am adding this to our backload as a feature request. Thanks for reporting and sorry for the inconvenience. |
@reschrei1 I have a patch at #43, do you mind compiling and giving it a try? Compiling a new binary is rather very simple: |
Thx for fast fixing, looks fine! Some annotations: --> cmd := exec.Command("mount", "-t", "cifs", fmt.Sprintf("//%s.file.%s/%s", accountName, storageBase, shareName), mountpoint, "-o", fmt.Sprintf("vers=3.0,username=%s,password=%s,dir_mode=0777,file_mode=0777", accountName, accountKey), "--verbose") further add to .conf script at the end of line |
Thanks @reschrei1, sorry for delay on fixing this. It totally slipped from my mind. I have taken the fixes you mentioned at #43, merged it and released it as v0.4.0 that you can grab here: https://github.com/Azure/azurefile-dockervolumedriver/releases/tag/0.4.0 Please let us know if you encounter any issues. |
How can I configure storage path url's that link to azure german cloud resources (core.cloudapi.de)?
The text was updated successfully, but these errors were encountered: