英文: Go client example to fetch storage account keys 问题 我们可以使用 Azure SDK for Go 来获取存储帐户密钥。以下是一个示例代码片段...
使用GoLang部署Azure函数
英文: Deploy azure function with GoLang 问题 目前我正在构建一个使用GoLang编写的Azure无服务器函数。我使用以下构建流程: trigger: - main ...
有没有办法使用golang azure blob存储SDK来检索区域信息?
英文: Is there a way to retrieve region information using golang azure blob storage sdk? 问题 有没有任何 API ...
使用k8s SDK应用yaml文件
英文: Apply yaml file using k8s SDK 问题 我有以下的yaml文件,我需要使用K8S go sdk(而不是k8s cli)来应用它。我在go sdk中没有找到适用于自定义...
创建索引会导致未经授权的错误。
英文: Creating an index causes unauthorized error 问题 我正在使用Go微服务连接到Azure CosmosDB的项目中工作。 在开发/阶段环境中,我使用的...
如何在Golang中实现authorization_code授权流程以登录到Azure AD
英文: How to implement authorization_code grant flow in golang to login to Azure AD 问题 我想在Golang中为一个应用...
使用Go语言通过REST API进行Azure身份验证
英文: Authenticating to Azure in Go using REST API 问题 我正在尝试使用golang对Azure服务管理/图形API进行身份验证。 只使用纯粹的REST ...
重试在 Azure 服务总线的 Go 客户端库中处理吗?
英文: Is retry handled from go client library for azure service bus? 问题 我正在参考 https://github.com/Azure...
EventHub Golang客户端错误:amqp:内部错误
英文: EventHub Golang client error: amqp:internal-error 问题 我尝试使用EventHub Go客户端发送一个简单的“hello world”事件,但...
VS Code + Go扩展:关闭工作区加载
英文: VS Code + Go extension: Turn off Workspace loading 问题 我正在使用主要的Go扩展。我经常使用VS Code,但很少在Go中工作。我也使用Az...
108