gpt4 book ai didi

azure - 通过 CLI 检索用于 Postgresql 集群的 Azure cosmosdb 连接终结点

转载 作者:行者123 更新时间:2023-12-03 03:22:57 24 4
gpt4 key购买 nike

我尝试通过 Azure CLI 检索 CosmosDB 群集的连接终结点(协调器名称),但失败。我尝试过的命令是:

az cosmosdb show --name cosmospostgrepreprdjl1 --resource-group ABC

az postgres server show -g ABC --name cosmospostgrepreprdjl1

以上都返回找不到资源,但该资源确实存在并且能够通过数据库客户端连接。请指教。

最佳答案

Resource not found but this resource does exist:

检查订阅以查看资源是否存在。如果发生订阅不匹配,可能会导致找不到资源的问题。

根据MSDoc ,有一个 subscription 参数,可用于在执行 az postgres server show 命令时包含订阅。

我像您一样尝试了以下命令,并能够检索所需的信息,如图所示。

az postgres server show --name newpser --resource-group <resourcegroup>

enter image description here

我还按照以下方式尝试了 az cosmosdb show 命令,并能够成功检索所需的信息。

 az cosmosdb show --name <cosmosdbaccountname> --resource-group <resourcegroup>

enter image description here

要检索连接字符串,请使用 AzCLI 命令 az cosmosdb keys list 它按预期工作。

az cosmosdb keys list --type connection-strings --name <cosmosdbaccount> --resource-group <resourcegroup>

enter image description here

注意:命令 az cosmosdb list-connection-strings 也用于列出连接字符串,但将来将被弃用。

enter image description here

关于azure - 通过 CLI 检索用于 Postgresql 集群的 Azure cosmosdb 连接终结点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76488010/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com