我们如何更改已经创建和部署的Azure IoT中心的TLS版本?

发布于 2025-01-24 07:36:48 字数 275 浏览 0 评论 0原文

我看到我们只能在IoT Hub创建azure portal中启用TLS版本。我们如何更改此版本的帖子创建?我们已经在生产中部署了,现在我们需要更改它。

I see that we can enable TLS version only during IoT Hub creation in Azure portal.How do we change this version POST creation? we have already deployed in PRODUCTION and now we need to change it.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

失而复得 2025-01-31 07:36:48

不幸的是,你不能。门户网站上没有选择,也无法通过手臂实现。用ARM进行尝试将导致以下错误:

MinTlsVersion cannot be set when IotHub is in Active state

文档确认此字段是仅阅读的,无法更改。

Unfortunately, you can't. There is no option in the portal for this, and it can't be achieved through ARM either. Trying it with ARM will result in the following error:

MinTlsVersion cannot be set when IotHub is in Active state

The documentation confirms that this field is read-only and can't be changed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文