gpt4 book ai didi

带有 SAS token 的 Java Azure SB 连接

转载 作者:行者123 更新时间:2023-11-30 02:27:16 28 4
gpt4 key购买 nike

ServiceBusConfiguration.configureWithSASAuthentication(config.getSbNamespace(), "RootManageSharedAccessKey", SAS_KEY, ".servicebus.windows.net");
ServiceBusContract service = ServiceBusService.create();
service.getTopic(topicID);

此代码片段用于使用 SAS Key 连接到服务总线。我正在寻找与 SAS token 连接的可能性,如下所示:

SharedAccessSignature sr=https%3a%2f%2fmynamespace.servicebus.windows.net%2fMyTestQueue&sig=fFWmdMmWjsdTqPyhyvRS9LQqLjJNPc87xhInhYai9OM%3d&se=1453286209&skn=MyQueue_Listen

我使用此代码收到 401 Unauthorized。我无法返回 SAS key 。 Azure SDK for Java 支持此功能吗?有不同的连接方式吗?

最佳答案

".servicebus.windows.net" 看起来有点不对劲(开头的 .)。

仅供引用:有一个 ASB Java client repository带有问题跟踪器的存储库。您也可以在那里检查。

关于带有 SAS token 的 Java Azure SB 连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45329722/

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