摘要:
在使用应用程序访问Key Vault获取密钥信息时,现后遇见了多种认证错误。使用的代码为: String keyVaultUrl = "https://test-xxx.vault.azure.cn/" String keyName = "keyvault-xxx"; KeyClient keyCl 阅读全文
posted @ 2021-10-09 16:17
路边两盏灯
阅读(308)
评论(1)
推荐(0)
摘要:
问题描述 Java Spring Boot的代码在IDE里面跑可以连上 Azure 的 Redis服务,打包成Image放在容器里面跑,就连不上azure的redis服务,错误消息为: Unable to connect to Redis; nested exception is org.sprin 阅读全文
posted @ 2021-10-09 14:33
路边两盏灯
阅读(447)
评论(0)
推荐(0)