gpt4 book ai didi

azure - 通过 CLI 在应用服务中启用运行状况检查

转载 作者:行者123 更新时间:2023-12-01 23:25:58 24 4
gpt4 key购买 nike

有没有办法在azure应用程序服务中通过cli启用健康检查?我发现我们可以修改一些配置,但不能修改启用/禁用该功能的选项。

谢谢!

最佳答案

根据我的测试,我们可以通过更改Web配置healthCheckPath的值来启用/禁用健康检查。更多详情请引用here .

例如(我通过azure cloud shell测试)

a.启用

az webapp config set -g <groupName> -n <web name>    --generic-configurations '{"healthCheckPath": "/api/health/"}'

enter image description here enter image description here

b.禁用

az webapp config set -g <groupName> -n <web name>    --generic-configurations '{"healthCheckPath": ""}'

enter image description here enter image description here

关于azure - 通过 CLI 在应用服务中启用运行状况检查,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67233083/

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