-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide simplified approach for different Azure clouds #25
Comments
Relates to kedacore/keda#1863 |
Found it in Azure/go-autorest: https://github.com/Azure/go-autorest/blob/master/autorest/azure/environments.go |
That'd exactly what I meant, thanks! |
@tomkerkhove thanks for reaching out! As far as I know, all the Storage SDKs are consistent in the way that it accepts an endpoint explicitly. Is the package posted by @amirschw sufficient for your use case? If yes please close this issue, thanks! |
We went that route, thanks. |
Provide simplified approach for different Azure clouds similar to .NET SDK where you can define the type of cloud and it will return the respective endpoints for authentication, etc.
We want to support storage for all clouds and are now using endpoint suffixes but ideally we just define the type of cloud and it resolves the endpoint suffix for us.
The text was updated successfully, but these errors were encountered: