如何在Azure中跟踪VNet集成的资源类型? [英] How do you track down the Resource Type of a VNet Integration in Azure?

查看:73
本文介绍了如何在Azure中跟踪VNet集成的资源类型?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

昨天,我试图断开Powershell中的App Service VNet集成.我问了这个问题,我得到了答案.但是,即使我知道解决方案中指定的Powershell cmdlet,我仍将依赖于知道App Service VNet集成的资源类型为"Microsoft.Web/sites/config".我不知道如何获得这些信息,将来我肯定会面临类似的问题.

Yesterday I was trying to disconnect an App Service VNet integration in Powershell. I asked this question, and I got an answer. However, even if I knew the Powershell cmdlet specified in the solution, I would still be dependent on knowing that an App Service VNet integration has a resource type "Microsoft.Web/sites/config". I don't know how to arrive at that information, and I will surely face similar questions in the future.

VNet集成的资源类型在哪里定义?如何访问此信息?

  • 我已经在门户网站中搜索了资源浏览器,但没有发现与VNet集成的任何内容
  • 我在AppService刀片中使用了导出模板功能.在那里,我看到一种资源类型"Microsoft.Web/sites/virtualNetworkConnections",这似乎是我所需要的,但不是...
  • 我尝试使用Resource Graph Explorer来追踪它,但是没有运气
  • 如果有的话,我没有在Azure文档中找到合适的地方.

也许我错过了它,但是对我来说绝对不是显而易见的.

Maybe I've missed it, but it's definitely non-obvious to me.

推荐答案

要查找VNet集成的资源类型,诀窍是在配置它时使用开发人员工具捕获下面的OK按钮的请求.

To find the resource type of the VNet Integration, the trick is to use the developer tool to catch the request of the OK button below when you configure it.

1.选择vnet和子网,打开开发工具,然后单击OK按钮.

1.Select the vnet and subnet, open the dev tool before click the OK button.

2.单击OK按钮,您将能够在请求响应中找到资源类型Microsoft.Web/sites/config.

2.Click the OK button, you will be able to find the resource type Microsoft.Web/sites/config in the request response.

这篇关于如何在Azure中跟踪VNet集成的资源类型?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆