Not explicitly (i.e., we have not looked into it at all, or done any testing). That said, several Azure products are supported (e.g., Azure Blob Storage, Azure Service Bus); if they work in private clouds based on environmental changes then things should just work. The constructors are generally quite flexible (e.g.,
https://godoc.org/gocloud.dev/blob/azureblob#OpenBucket); URL-based constructors are less flexible (e.g., there are lots of ways to create a pipeline.Pipeline for the OpenBucket constructor, the URL opener doesn't enable all of them). If more configuration is needed to set things up, or more URL parameters, those are pretty easy to do and PRs are welcome.
r