活动
你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AVNMConnectivityConfigurationChange 表的查询
有关在 Azure 门户中使用这些查询的信息,请参阅 Log Analytics 教程。 有关 REST API,请参阅查询。
列出 10 次最新连接配置更改。
query
AVNMConnectivityConfigurationChange
| top 10 by TimeGenerated desc
| project TimeGenerated, NetworkResourceIds, AppliedConnectivityConfigurations, ResultType
列出 100 次最新的失败连接配置更改。
query
AVNMConnectivityConfigurationChange
| where ResultType != "Success"
| sort by TimeGenerated desc
| take 100
其他资源
培训
学习路径
Azure Support Engineer for Connectivity Specialty - Training
Azure Support Engineer for Connectivity Specialty
认证
Microsoft Certified: Azure Network Engineer Associate - Certifications
展示 Azure 网络基础结构、负载均衡流量、网络路由等的设计、实现和维护。