Please use a title starting with the name of the affected package, or "all",
followed by a colon, followed by a short summary of the feature request.
Example: blob/gcsblob: add support for more blobbing.
Is your feature request related to a problem? Please describe.
When logged in using az login, go-cloud by default still uses the blob.core.windows.net, even if the cloud the user is logged into is a different one, e.g. the Azure US Government cloud.
Describe the solution you'd like
It would be nice if we could automatically detect the right backend URL to use when the user is logged into a different Azure Cloud.
Additional context
This came up in pulumi/pulumi#20176