首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Azure可用性测试-一个指向现有AI组件的“隐藏链接”标记是必需的。找不到

Azure可用性测试-一个指向现有AI组件的“隐藏链接”标记是必需的。找不到
EN

Stack Overflow用户
提问于 2022-10-26 10:18:54
回答 1查看 32关注 0票数 0

我正在尝试为通过azure cli托管的应用程序服务创建url ping测试。

代码语言:javascript
复制
az monitor app-insights web-test create 
--location "Australia East" 
--tags 'hidden-link:/subscriptions/{subid}/resourceGroups/{rg}/providers/microsoft.insights/components/{appinsightname}'
--description "Ping web test alert for mytestwebapp" 
--enabled true --frequency 900 
--web-test-kind "standard" 
--locations Id="emea-au-syd-edge" 
--defined-web-test-name "my-webtest-my-component" 
--http-verb "GET"  
--request-url "https://myurl.net/" 
--retry-enabled true 
--synthetic-monitor-id "my-webtest-my-component" 
--timeout 120 
--ssl-lifetime-check 100 
--ssl-check true 
--resource-group "{rgname}" 
--name "my-webtest-my-component" 

I am tag "(BadRequest)一个指向现有AI组件的‘隐藏链接’标签是必需的。没有发现。“我不知道如何用app的资源id格式化隐藏链接。有关这方面的文件不多,如能提供任何帮助,将不胜感激。

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-10-26 11:17:47

稍后找到隐藏链接属性的格式。

代码语言:javascript
复制
--tags hidden-link:/subscriptions/{subscriptionId}/resourceGroups/{ResourceGroupName}/providers/microsoft.insights/components/{appInsightName}=Resource
票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/74206100

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档