- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试通过 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>
我还按照以下方式尝试了 az cosmosdb show
命令,并能够成功检索所需的信息。
az cosmosdb show --name <cosmosdbaccountname> --resource-group <resourcegroup>
要检索连接字符串,请使用 AzCLI 命令 az cosmosdb keys list 它按预期工作。
az cosmosdb keys list --type connection-strings --name <cosmosdbaccount> --resource-group <resourcegroup>
注意:命令 az cosmosdb list-connection-strings
也用于列出连接字符串,但将来将被弃用。
关于azure - 通过 CLI 检索用于 Postgresql 集群的 Azure cosmosdb 连接终结点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76488010/
据我所知,不能保证 Object.finalize() 总是被调用。但是如果有重要的非GC资源,并且用户没有意外调用close(),我该如何释放该资源?PS。 .NET中的Object.Finaliz
我是一名优秀的程序员,十分优秀!