azure-operator-nexus

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Operator Nexus Skill

Azure Operator Nexus Skill

This skill provides expert guidance for Azure Operator Nexus. Covers troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, and deployment. It combines local quick-reference content with remote documentation fetching capabilities.
本Skill为Azure Operator Nexus提供专业指导,涵盖故障排除、最佳实践、决策制定、架构与设计模式、限制与配额、安全、配置以及部署。它结合了本地快速参考内容与远程文档获取能力。

How to Use This Skill

如何使用本Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,
L35-L120
), use
read_file
with the specified lines. For categories with file links (e.g.,
[security.md](security.md)
), use
read_file
on the linked reference file
IMPORTANT for Agent: If
metadata.generated_at
is more than 3 months old, suggest the user pull the latest version from the repository. If
mcp_microsoftdocs
tools are not available, suggest the user install it: Installation Guide
This skill requires network access to fetch documentation content:
  • Preferred: Use
    mcp_microsoftdocs:microsoft_docs_fetch
    with query string
    from=learn-agent-skill
    . Returns Markdown.
  • Fallback: Use
    fetch_webpage
    with query string
    from=learn-agent-skill&accept=text/markdown
    . Returns Markdown.
Agent 重要提示:使用下方的分类索引定位相关章节。对于带有行范围的分类(如
L35-L120
),使用
read_file
工具读取指定行内容。对于带有文件链接的分类(如
[security.md](security.md)
),使用
read_file
工具读取链接的参考文件
Agent 重要提示:如果
metadata.generated_at
的时间超过3个月,建议用户从仓库拉取最新版本。如果
mcp_microsoftdocs
工具不可用,建议用户安装该工具:安装指南
本Skill需要网络访问权限以获取文档内容:
  • 首选方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    工具,查询字符串为
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备选方式:使用
    fetch_webpage
    工具,查询字符串为
    from=learn-agent-skill&accept=text/markdown
    ,返回Markdown格式内容。

Category Index

分类索引

CategoryLinesDescription
TroubleshootingL36-L83Diagnosing and fixing Nexus infrastructure issues: bare metal/VM recovery, storage and network faults, Kubernetes/NAKS pod and node problems, and Azure prerequisite/health validation.
Best PracticesL84-L90Guidance on Nexus bare metal lifecycle ops, ETCD maintenance in Nexus AKS, and procedures for repairing and maintaining Nexus storage appliance components.
Decision MakingL91-L98Guidance on choosing Nexus SKUs, VM sizes, storage software versions, and planning where to place Nexus Kubernetes resources in your deployment.
Architecture & Design PatternsL99-L103Designing near-edge storage for Azure Operator Nexus: architecture choices, data locality, performance, capacity planning, redundancy, and integration with Nexus network/compute.
Limits & QuotasL104-L116Limits, capacity planning, supported versions, upgrade cadence, isolation requirements, and node/storage behaviors and constraints for Azure Operator Nexus Kubernetes clusters
SecurityL117-L155Securing Nexus fabric, clusters, and VMs: RBAC, ACLs, SSH and break-glass access, key/cert/secret rotation, Defender/MDE, private endpoints, policies, and managed identities.
ConfigurationL156-L217Configuring and operating Azure Operator Nexus clusters and network fabric: JSON templates, isolation domains, BGP/VRF/route policies, ACLs, QoS, maintenance, monitoring, and Kubernetes settings.
DeploymentL218-L225Guides for deploying and upgrading Nexus instances and Kubernetes clusters, building VM images, and replacing or updating fabric network devices and terminal servers.
分类行范围描述
故障排除L36-L83诊断并修复Nexus基础设施问题:裸金属/VM恢复、存储与网络故障、Kubernetes/NAKS pod与节点问题,以及Azure前置条件/健康验证。
最佳实践L84-L90Nexus裸金属生命周期运维、Nexus AKS中的ETCD维护,以及Nexus存储设备组件修复与维护流程的指导。
决策制定L91-L98关于选择Nexus SKU、VM规格、存储软件版本,以及规划Nexus Kubernetes资源部署位置的指导。
架构与设计模式L99-L103为Azure Operator Nexus设计近边缘存储:架构选择、数据本地化、性能、容量规划、冗余,以及与Nexus网络/计算的集成。
限制与配额L104-L116Azure Operator Nexus Kubernetes集群的限制、容量规划、支持版本、升级节奏、隔离要求,以及节点/存储行为与约束。
安全L117-L155保护Nexus fabric、集群与VM:RBAC、ACL、SSH与应急访问、密钥/证书/密钥轮换、Defender/MDE、专用终结点、策略以及托管标识。
配置L156-L217配置与运维Azure Operator Nexus集群与网络fabric:JSON模板、隔离域、BGP/VRF/路由策略、ACL、QoS、维护、监控以及Kubernetes设置。
部署L218-L225Nexus实例与Kubernetes集群的部署和升级指南、VM镜像构建,以及fabric网络设备与终端服务器的替换或更新。

Troubleshooting

故障排除

TopicURL
Troubleshoot Nexus network devices with read-only commandshttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-network-fabric-read-only-commands
Validate Nexus Network Fabric cabling with diagnostic APIshttps://learn.microsoft.com/en-us/azure/operator-nexus/how-to-validate-cables
Use bare metal machine platform commands for recoveryhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-functions
Run emergency bare metal actions with nexusctlhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-nexusctl
Troubleshoot bare-metal machines with run-data-extracthttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-run-data-extract
Troubleshoot bare metal machines with az baremetalmachine run-read-commandhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-run-read
Gather trace IDs for Nexus PersistentVolumeClaim failureshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-gather-pvc-trace-id
Collect diagnostic data for Nexus VM console issueshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-gather-vm-console-data
Run Nexus Kubernetes log collector script for supporthttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-log-collector-script
Run read-only diagnostics on Nexus storage applianceshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-storage-run-read
Use Operator Nexus diagnostic logs for monitoringhttps://learn.microsoft.com/en-us/azure/operator-nexus/list-logs-available
Fix Accepted cluster hydration issues in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-accepted-cluster-hydration
Troubleshoot Azure prerequisites validation for Nexus clustershttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-azure-prerequisites-validation
Resolve Bare Metal Machine Degraded status in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-bare-metal-machine-degraded
Troubleshoot bare-metal machine provisioning in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-bare-metal-machine-provisioning
Resolve Bare Metal Machine Warning status in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-bare-metal-machine-warning
Fix Nexus ClusterConnectionStatus Disconnected heartbeat issueshttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-cluster-heartbeat-connection-status-disconnected
Recover control plane quorum loss in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-control-plane-quorum
Resolve CSN storage pod containers stuck in creatinghttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-csn-storage-pod-container-stuck-in-creating
Troubleshoot DNS issues in Nexus Network Fabrichttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-dns-issues
Fix failed volume attachment alerts in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-failed-volume-attachments
Fix Azure Operator Nexus hardware validation failureshttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-hardware-validation-failure
Troubleshoot CSN-connected internet host access in AKS hybridhttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-internet-host-virtual-machine
Troubleshoot isolation domain provisioning failures in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-isolation-domain
Troubleshoot dual-stack Nexus Kubernetes cluster configurationhttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-kubernetes-cluster-dual-stack-configuration
Resolve Ready, SchedulingDisabled nodes after Nexus runtime upgradehttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-kubernetes-cluster-node-cordoned
Fix Nexus workloads stuck after node power failurehttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-kubernetes-cluster-stuck-workloads-due-to-power-failure
Fix NAKS VM scheduling failures from topology spreadhttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-kubernetes-cluster-vm-scheduling-topology-spread
Check and fix LACP bonding on Nexus physical hostshttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-lacp-bonding
Troubleshoot container memory limit issues in Nexus clustershttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-memory-limits
Resolve common issues with multiple Nexus storage applianceshttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-multiple-storage-appliances
Fix Neighbor Group creation AuthorizationFailed errors in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-neighbor-group-creation-error
Troubleshoot unhealthy NFS pods in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-network-file-system-unhealthy
Fix Nexus Kubernetes pods stuck in ContainerCreatinghttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-nexus-kubernetes-cluster-pods
Troubleshoot Nexus KubernetesCluster node in NotReadyhttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-not-ready-kubernetes-cluster-node
Troubleshoot packet loss between NAKS worker nodeshttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-packet-loss
Troubleshoot Operator Nexus bare metal server actionshttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-reboot-reimage-replace
Interpret and act on Azure Operator Nexus resource health alertshttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-resource-health-alerts
Resolve storage control plane connectivity issues in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-storage-control-plane-disconnected
Troubleshoot TWAMP over UDP failures with NAT in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-twamp-udp-not-working
Troubleshoot unhealthy CSI storage pods in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-unhealthy-container-storage-interface
Fix unhealthy or degraded storage appliances in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-unhealthy-degraded-storage-appliance
Troubleshoot Azure Arc enrollment for Nexus VMs with managed identitieshttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-virtual-machines-arc-enroll-with-managed-identities
Fix VM errors after restarting Nexus bare-metal machineshttps://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-vm-error-after-reboot
主题URL
使用只读命令排查Nexus网络设备问题https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-network-fabric-read-only-commands
使用诊断API验证Nexus Network Fabric布线https://learn.microsoft.com/en-us/azure/operator-nexus/how-to-validate-cables
使用裸金属机器平台命令进行恢复https://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-functions
使用nexusctl执行紧急裸金属操作https://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-nexusctl
使用run-data-extract排查裸金属机器问题https://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-run-data-extract
使用az baremetalmachine run-read-command排查裸金属机器问题https://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-run-read
收集Nexus PersistentVolumeClaim失败的跟踪IDhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-gather-pvc-trace-id
收集Nexus VM控制台问题的诊断数据https://learn.microsoft.com/en-us/azure/operator-nexus/howto-gather-vm-console-data
运行Nexus Kubernetes日志收集脚本以获取支持https://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-log-collector-script
对Nexus存储设备运行只读诊断https://learn.microsoft.com/en-us/azure/operator-nexus/howto-storage-run-read
使用Operator Nexus诊断日志进行监控https://learn.microsoft.com/en-us/azure/operator-nexus/list-logs-available
修复Operator Nexus中的Accepted集群 hydration问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-accepted-cluster-hydration
排查Nexus集群的Azure前置条件验证问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-azure-prerequisites-validation
解决Nexus中的裸金属机器Degraded状态问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-bare-metal-machine-degraded
排查Operator Nexus中的裸金属机器部署问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-bare-metal-machine-provisioning
解决Nexus中的裸金属机器Warning状态问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-bare-metal-machine-warning
修复Nexus ClusterConnectionStatus Disconnected心跳问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-cluster-heartbeat-connection-status-disconnected
恢复Operator Nexus中的控制平面仲裁丢失问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-control-plane-quorum
解决CSN存储pod容器卡在创建状态的问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-csn-storage-pod-container-stuck-in-creating
排查Nexus Network Fabric中的DNS问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-dns-issues
修复Operator Nexus中的卷附加失败警报https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-failed-volume-attachments
修复Azure Operator Nexus硬件验证失败问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-hardware-validation-failure
排查AKS hybrid中CSN连接的互联网主机访问问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-internet-host-virtual-machine
排查Nexus中的隔离域部署失败问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-isolation-domain
排查双栈Nexus Kubernetes集群配置问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-kubernetes-cluster-dual-stack-configuration
解决Nexus运行时升级后节点处于Ready, SchedulingDisabled状态的问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-kubernetes-cluster-node-cordoned
修复节点电源故障后Nexus工作负载卡住的问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-kubernetes-cluster-stuck-workloads-due-to-power-failure
修复拓扑扩散导致的NAKS VM调度失败问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-kubernetes-cluster-vm-scheduling-topology-spread
检查并修复Nexus物理主机上的LACP绑定https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-lacp-bonding
排查Nexus集群中的容器内存限制问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-memory-limits
解决多台Nexus存储设备的常见问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-multiple-storage-appliances
修复Nexus中Neighbor Group创建的AuthorizationFailed错误https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-neighbor-group-creation-error
排查Operator Nexus中的不健康NFS pod问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-network-file-system-unhealthy
修复Nexus Kubernetes pod卡在ContainerCreating状态的问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-nexus-kubernetes-cluster-pods
排查Nexus KubernetesCluster节点处于NotReady状态的问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-not-ready-kubernetes-cluster-node
排查NAKS工作节点之间的丢包问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-packet-loss
排查Operator Nexus裸金属服务器操作问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-reboot-reimage-replace
解读并处理Azure Operator Nexus资源健康警报https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-resource-health-alerts
解决Nexus中的存储控制平面连接问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-storage-control-plane-disconnected
排查Nexus中带NAT的TWAMP over UDP失败问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-twamp-udp-not-working
排查Operator Nexus中的不健康CSI存储pod问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-unhealthy-container-storage-interface
修复Nexus中不健康或降级的存储设备https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-unhealthy-degraded-storage-appliance
排查使用托管标识的Nexus VM的Azure Arc注册问题https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-virtual-machines-arc-enroll-with-managed-identities
修复重启Nexus裸金属机器后的VM错误https://learn.microsoft.com/en-us/azure/operator-nexus/troubleshoot-vm-error-after-reboot

Best Practices

最佳实践

Decision Making

决策制定

Architecture & Design Patterns

架构与设计模式

Limits & Quotas

限制与配额

Security

安全

TopicURL
Configure cross-subscription permissions for Nexus Network Fabrichttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-cross-subscription-deployments-required-rbac-for-network-fabric
Automate Nexus Network Fabric operator password rotation v1https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-password-rotation-v1
Configure access and identity for Azure Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-security-access-identity
Configure customer Key Vault for Operator Nexus credential rotationhttps://learn.microsoft.com/en-us/azure/operator-nexus/how-to-credential-manager-key-vault
Apply access control lists to NNIs in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-apply-access-control-list-to-network-to-network-interconnects
Manage emergency SSH access to BMCs with bmckeyset in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-bmc-ssh
Manage emergency SSH access to bare metal machines with baremetalmachinekeysethttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-bmm-ssh
Use managed identities and user resources in Operator Nexus clustershttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-cluster-managed-identity-user-provided-resources
Configure private endpoints for Operator Nexus Arc Relayhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-cluster-manager-relay-private-endpoint
Configure SSH ACLs on Nexus management VPN NNIhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-acls-for-ssh-management-on-access-vpn
Configure Network TAP rules with UAMI-based access in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-network-tap-rules-with-user-assigned-managed-identity
Create ACLs for NNIs and external networks in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-create-access-control-list-for-network-to-network-interconnects
Delete ACLs from Network-to-Network Interconnects in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-delete-access-control-list-network-to-network-interconnect
Enable or disable vulnerability scanning in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-enable-disable-vulnerability-scanning
Configure Entra ID RBAC for Nexus Kuberneteshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-aad-rbac
Securely connect to Azure Operator Nexus clustershttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-connect
Install Defender for Containers on Nexus clustershttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-install-microsoft-defender
Configure and rotate SSH keys on Nexus cluster nodeshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-manage-ssh-key
Restrict serial port access and set timeouts on Nexus terminal servershttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-restrict-serial-port-access-and-set-timeout-on-terminal-server
Monitor and rotate NAKS cluster certificateshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-rotate-naks-certificates
Set up Method D v2.0 secure break-glass access in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-set-up-break-glass-access
Configure in-band break-glass management for Nexus Network Fabrichttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-set-up-break-glass-access-using-in-band-management
Configure Defender for Cloud for Azure Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-set-up-defender-for-cloud-security
Update ACLs for NNIs and external networks in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-update-access-control-list-for-network-to-network-interconnects
Update ExpressRoute authorization keys in Azure Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-update-expressroute-authorization-key
Apply Azure Policy to secure Nexus resourceshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-azure-policy
Use Method D v2.0 break-glass access for Nexus fabric deviceshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-break-glass-access
Use Secret Rotation v1 for Nexus network fabric credentialshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-password-rotation-v1
Use VM Console Service for secure Nexus VM accesshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-vm-console-service
Enroll Nexus VMs with Azure Arc via Private Relay MIhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-virtual-machines-arc-enroll-using-private-relay-with-managed-identities
Enroll Nexus VMs with Azure Arc via public relay MIhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-virtual-machines-arc-enroll-with-managed-identities
Create Nexus VMs with managed identities and authenticatehttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-virtual-machines-authenticate-with-managed-identities
Configure access control list traffic policies in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-acl-configuration
Use ACL configuration examples in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-acl-examples
Configure Key Vault-based credentials for Nexus clustershttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-key-vault-credential
主题URL
为Nexus Network Fabric配置跨订阅权限https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-cross-subscription-deployments-required-rbac-for-network-fabric
自动化Nexus Network Fabric操作员密码轮换v1https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-password-rotation-v1
为Azure Operator Nexus配置访问与标识安全https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-security-access-identity
为Operator Nexus凭证轮换配置客户Key Vaulthttps://learn.microsoft.com/en-us/azure/operator-nexus/how-to-credential-manager-key-vault
在Operator Nexus中为NNI应用访问控制列表https://learn.microsoft.com/en-us/azure/operator-nexus/howto-apply-access-control-list-to-network-to-network-interconnects
在Operator Nexus中使用bmckeyset管理BMC的应急SSH访问https://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-bmc-ssh
在Operator Nexus中使用baremetalmachinekeyset管理裸金属机器的应急SSH访问https://learn.microsoft.com/en-us/azure/operator-nexus/howto-baremetal-bmm-ssh
在Operator Nexus集群中使用托管标识与用户资源https://learn.microsoft.com/en-us/azure/operator-nexus/howto-cluster-managed-identity-user-provided-resources
为Operator Nexus Arc Relay配置专用终结点https://learn.microsoft.com/en-us/azure/operator-nexus/howto-cluster-manager-relay-private-endpoint
在Nexus管理VPN NNI上配置SSH ACLhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-acls-for-ssh-management-on-access-vpn
在Operator Nexus中配置基于UAMI的Network TAP规则https://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-network-tap-rules-with-user-assigned-managed-identity
在Operator Nexus中为NNI与外部网络创建ACLhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-create-access-control-list-for-network-to-network-interconnects
在Operator Nexus中从NNI删除ACLhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-delete-access-control-list-network-to-network-interconnect
在Nexus中启用或禁用漏洞扫描https://learn.microsoft.com/en-us/azure/operator-nexus/howto-enable-disable-vulnerability-scanning
为Nexus Kubernetes配置Entra ID RBAChttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-aad-rbac
安全连接到Azure Operator Nexus集群https://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-connect
在Nexus集群上安装Defender for Containershttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-install-microsoft-defender
在Nexus集群节点上配置与轮换SSH密钥https://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-manage-ssh-key
在Nexus终端服务器上限制串口访问并设置超时https://learn.microsoft.com/en-us/azure/operator-nexus/howto-restrict-serial-port-access-and-set-timeout-on-terminal-server
监控并轮换NAKS集群证书https://learn.microsoft.com/en-us/azure/operator-nexus/howto-rotate-naks-certificates
在Operator Nexus中设置Method D v2.0安全应急访问https://learn.microsoft.com/en-us/azure/operator-nexus/howto-set-up-break-glass-access
为Nexus Network Fabric配置带内应急管理https://learn.microsoft.com/en-us/azure/operator-nexus/howto-set-up-break-glass-access-using-in-band-management
为Azure Operator Nexus配置Defender for Cloudhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-set-up-defender-for-cloud-security
在Operator Nexus中更新NNI与外部网络的ACLhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-update-access-control-list-for-network-to-network-interconnects
在Azure Operator Nexus中更新ExpressRoute授权密钥https://learn.microsoft.com/en-us/azure/operator-nexus/howto-update-expressroute-authorization-key
应用Azure Policy保护Nexus资源https://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-azure-policy
为Nexus fabric设备使用Method D v2.0应急访问https://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-break-glass-access
为Nexus network fabric凭证使用密钥轮换v1https://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-password-rotation-v1
使用VM Console Service安全访问Nexus VMhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-vm-console-service
通过Private Relay MI将Nexus VM注册到Azure Archttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-virtual-machines-arc-enroll-using-private-relay-with-managed-identities
通过公共Relay MI将Nexus VM注册到Azure Archttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-virtual-machines-arc-enroll-with-managed-identities
创建带托管标识的Nexus VM并进行身份验证https://learn.microsoft.com/en-us/azure/operator-nexus/howto-virtual-machines-authenticate-with-managed-identities
在Nexus中配置访问控制列表流量策略https://learn.microsoft.com/en-us/azure/operator-nexus/reference-acl-configuration
在Operator Nexus中使用ACL配置示例https://learn.microsoft.com/en-us/azure/operator-nexus/reference-acl-examples
为Nexus集群配置基于Key Vault的凭证https://learn.microsoft.com/en-us/azure/operator-nexus/reference-key-vault-credential

Configuration

配置

TopicURL
Use cluster.jsonc template for Operator Nexus cluster configurationhttps://learn.microsoft.com/en-us/azure/operator-nexus/cluster-jsonc-example
Configure cluster.parameters.jsonc for multi-rack Operator Nexus clustershttps://learn.microsoft.com/en-us/azure/operator-nexus/cluster-parameters-jsonc-example
Use clusterManager.jsonc template settings for Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/clustermanager-jsonc-example
Configure clusterManager.parameters.jsonc for Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/clustermanager-parameters-jsonc-example
Apply A/B staged configuration updates in Nexus Fabrichttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-ab-staged-commit-configuration-update-commit-workflow
Define and apply access control lists in Nexus Network Fabrichttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-access-control-lists
Use commit workflow v2 for Nexus Network Fabric changeshttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-commit-workflow-v2
Disable BGP neighbors using Nexus read-write commandshttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-disable-border-gateway-protocol-neighbors
Disable networks in enabled Layer 3 isolation domains safelyhttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-disable-internal-external-networks-enabled-layer-3-isolation-domain
Monitor and detect configuration drift in Nexus Network Fabrichttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-network-fabric-configuration-monitoring
Modify Nexus Fabric devices using read-write commandshttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-network-fabric-read-write-commands
Batch and commit Nexus Network Fabric configuration updateshttps://learn.microsoft.com/en-us/azure/operator-nexus/concepts-network-fabric-resource-update-commit
Customize CoreDNS and node-local-dns in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/how-to-customize-kubernetes-cluster-dns
Create and manage IP prefixes and rules in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/how-to-ip-prefixes
Create and manage route policies in Operator Nexus Network Fabrichttps://learn.microsoft.com/en-us/azure/operator-nexus/how-to-route-policy
Append custom suffixes to Nexus interface descriptionshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-append-custom-suffix-to-interface-descriptions
Check runtime versions of Operator Nexus componentshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-check-runtime-version
Manage cluster metrics configurations in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-cluster-metrics-configuration-management
Configure BGP prefix limits on CE devices in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-bgp-prefix-limit-on-customer-edge-devices
Configure BYO storage and UAMI for Nexus Network Fabrichttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-bring-your-own-storage-network-fabric
Configure diagnostic settings and config drift monitoring in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-diagnostic-settings-monitor-configuration-differences
Configure L2 and L3 isolation domains in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-isolation-domain
Configure Network Packet Broker TAP rules in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-network-packet-broker
Configure VRF route prefix limits for IPv4/IPv6 on AON CE deviceshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-virtual-routing-forwarding-route-prefix-limits-on-devices
Delete Layer 3 isolation domains safely in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-delete-layer-3-isolation-domains
Disable cgroupsv2 on Nexus Kubernetes nodeshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-disable-cgroupsv2
Disable or enable Nexus network interfaces administrativelyhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-disable-enable-network-interface
Disable internal and external networks in Nexus L3 isolation domainshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-disable-internal-external-networks-enabled-layer-3-isolation-domain
Enable or disable BMP log streaming for Nexus fabric resourceshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-enable-log-streaming
Enable Micro-BFD on CE and PE devices in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-enable-micro-bfd
Install Azure CLI extensions for Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-install-cli-extensions
Configure and manage Nexus Kubernetes agent poolshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-agent-pools
Customize Nexus worker nodes using DaemonSetshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-customize-workers
Configure dual-stack networking for Nexus Kuberneteshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-dual-stack
Manage Kubernetes cluster features in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-features
Enable huge pages on Nexus Kubernetes node poolshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-huge-pages
Configure service load balancers in Nexus Kuberneteshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-service-load-balancer
Monitor packet rates for Nexus fabric interfaces in Azure portalhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-monitor-interface-packet-rate
Configure monitoring for Nexus Kubernetes clustershttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-monitor-naks-cluster
Monitor VNF virtual machines on Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-monitor-virtualized-network-functions-virtual-machines
Configure Quality of Service for Nexus Network Fabric via Azure CLIhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-network-fabric-quality-of-service
Put Nexus network devices into maintenance modehttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-put-device-in-maintenance-mode
Reboot Nexus network devices using graceful and ungraceful modeshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-reboot-network-device
Configure administrative lock for Nexus Network Fabrichttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-set-administrative-lock-or-unlock-for-network-fabric
Track Nexus asynchronous operations via Azure CLIhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-track-async-operations-cli
Perform A/B staged configuration updates with Nexus commit workflowhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-ab-staged-commit-configuration-update-commit-workflow
Use Commit Workflow v2 to manage Nexus configuration changeshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-commit-workflow-v2
Configure MDE runtime protection for Operator Nexus clustershttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-mde-runtime-protection
Configure placement hints for Nexus virtual machineshttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-virtual-machine-placement-hints
Configure PE-CE connectivity for Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-customer-edge-provider-edge-connectivity
Configure Azure Operator Nexus isolation domainshttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-isolation-domain-configuration
Use isolation domain configuration examples in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-isolation-domain-configuration-examples
Assign near-edge BareMetal machine roles in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-near-edge-baremetal-machine-roles
Configure neighbor groups in Azure Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-neighbor-group-configuration
Apply route policy configuration examples in Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-nexus-route-policy-config-examples
Manage route policy operations in Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-nexus-route-policy-operations
Use Operator Nexus observability metrics for Ethernet monitoringhttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-operator-nexus-observability-metrics
Configure route policies in Azure Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/reference-route-policy-configuration
主题URL
使用cluster.jsonc模板配置Operator Nexus集群https://learn.microsoft.com/en-us/azure/operator-nexus/cluster-jsonc-example
为多机架Operator Nexus集群配置cluster.parameters.jsonchttps://learn.microsoft.com/en-us/azure/operator-nexus/cluster-parameters-jsonc-example
使用clusterManager.jsonc模板设置Operator Nexushttps://learn.microsoft.com/en-us/azure/operator-nexus/clustermanager-jsonc-example
为Operator Nexus配置clusterManager.parameters.jsonchttps://learn.microsoft.com/en-us/azure/operator-nexus/clustermanager-parameters-jsonc-example
在Nexus Fabric中应用A/B分阶段配置更新https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-ab-staged-commit-configuration-update-commit-workflow
在Nexus Network Fabric中定义并应用访问控制列表https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-access-control-lists
使用Commit Workflow v2管理Nexus Network Fabric变更https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-commit-workflow-v2
使用Nexus读写命令禁用BGP邻居https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-disable-border-gateway-protocol-neighbors
安全禁用已启用的三层隔离域中的网络https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-disable-internal-external-networks-enabled-layer-3-isolation-domain
监控并检测Nexus Network Fabric的配置漂移https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-network-fabric-configuration-monitoring
使用读写命令修改Nexus Fabric设备https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-network-fabric-read-write-commands
批量提交Nexus Network Fabric配置更新https://learn.microsoft.com/en-us/azure/operator-nexus/concepts-network-fabric-resource-update-commit
在Nexus中自定义CoreDNS与node-local-dnshttps://learn.microsoft.com/en-us/azure/operator-nexus/how-to-customize-kubernetes-cluster-dns
在Operator Nexus中创建并管理IP前缀与规则https://learn.microsoft.com/en-us/azure/operator-nexus/how-to-ip-prefixes
在Operator Nexus Network Fabric中创建并管理路由策略https://learn.microsoft.com/en-us/azure/operator-nexus/how-to-route-policy
为Nexus接口描述附加自定义后缀https://learn.microsoft.com/en-us/azure/operator-nexus/howto-append-custom-suffix-to-interface-descriptions
检查Operator Nexus组件的运行时版本https://learn.microsoft.com/en-us/azure/operator-nexus/howto-check-runtime-version
在Nexus中管理集群指标配置https://learn.microsoft.com/en-us/azure/operator-nexus/howto-cluster-metrics-configuration-management
在Operator Nexus中配置CE设备上的BGP前缀限制https://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-bgp-prefix-limit-on-customer-edge-devices
为Nexus Network Fabric配置BYO存储与UAMIhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-bring-your-own-storage-network-fabric
在Operator Nexus中配置诊断设置与配置漂移监控https://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-diagnostic-settings-monitor-configuration-differences
在Operator Nexus中配置二层与三层隔离域https://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-isolation-domain
在Operator Nexus中配置Network Packet Broker TAP规则https://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-network-packet-broker
在AON CE设备上配置IPv4/IPv6的VRF路由前缀限制https://learn.microsoft.com/en-us/azure/operator-nexus/howto-configure-virtual-routing-forwarding-route-prefix-limits-on-devices
在Operator Nexus中安全删除三层隔离域https://learn.microsoft.com/en-us/azure/operator-nexus/howto-delete-layer-3-isolation-domains
在Nexus Kubernetes节点上禁用cgroupsv2https://learn.microsoft.com/en-us/azure/operator-nexus/howto-disable-cgroupsv2
管理性禁用或启用Nexus网络接口https://learn.microsoft.com/en-us/azure/operator-nexus/howto-disable-enable-network-interface
在Nexus三层隔离域中禁用内部与外部网络https://learn.microsoft.com/en-us/azure/operator-nexus/howto-disable-internal-external-networks-enabled-layer-3-isolation-domain
为Nexus fabric资源启用或禁用BMP日志流https://learn.microsoft.com/en-us/azure/operator-nexus/howto-enable-log-streaming
在Operator Nexus的CE与PE设备上启用Micro-BFDhttps://learn.microsoft.com/en-us/azure/operator-nexus/howto-enable-micro-bfd
安装Operator Nexus的Azure CLI扩展https://learn.microsoft.com/en-us/azure/operator-nexus/howto-install-cli-extensions
在Nexus中配置并管理Kubernetes代理池https://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-agent-pools
使用DaemonSets自定义Nexus工作节点https://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-customize-workers
为Nexus Kubernetes配置双栈网络https://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-dual-stack
在Nexus中管理Kubernetes集群功能https://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-features
在Nexus Kubernetes节点池上启用大页https://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-cluster-huge-pages
在Nexus Kubernetes中配置服务负载均衡器https://learn.microsoft.com/en-us/azure/operator-nexus/howto-kubernetes-service-load-balancer
在Azure门户中监控Nexus fabric接口的数据包速率https://learn.microsoft.com/en-us/azure/operator-nexus/howto-monitor-interface-packet-rate
为Nexus Kubernetes集群配置监控https://learn.microsoft.com/en-us/azure/operator-nexus/howto-monitor-naks-cluster
监控Operator Nexus上的VNF虚拟机https://learn.microsoft.com/en-us/azure/operator-nexus/howto-monitor-virtualized-network-functions-virtual-machines
通过Azure CLI为Nexus Network Fabric配置服务质量(QoS)https://learn.microsoft.com/en-us/azure/operator-nexus/howto-network-fabric-quality-of-service
将Nexus网络设备置于维护模式https://learn.microsoft.com/en-us/azure/operator-nexus/howto-put-device-in-maintenance-mode
使用 graceful 和 ungraceful 模式重启Nexus网络设备https://learn.microsoft.com/en-us/azure/operator-nexus/howto-reboot-network-device
为Nexus Network Fabric配置管理锁https://learn.microsoft.com/en-us/azure/operator-nexus/howto-set-administrative-lock-or-unlock-for-network-fabric
通过Azure CLI跟踪Nexus异步操作https://learn.microsoft.com/en-us/azure/operator-nexus/howto-track-async-operations-cli
使用Nexus提交工作流执行A/B分阶段配置更新https://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-ab-staged-commit-configuration-update-commit-workflow
使用Commit Workflow v2管理Nexus配置变更https://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-commit-workflow-v2
为Operator Nexus集群配置MDE运行时保护https://learn.microsoft.com/en-us/azure/operator-nexus/howto-use-mde-runtime-protection
为Nexus虚拟机配置放置提示https://learn.microsoft.com/en-us/azure/operator-nexus/howto-virtual-machine-placement-hints
为Operator Nexus配置PE-CE连接https://learn.microsoft.com/en-us/azure/operator-nexus/reference-customer-edge-provider-edge-connectivity
配置Azure Operator Nexus隔离域https://learn.microsoft.com/en-us/azure/operator-nexus/reference-isolation-domain-configuration
在Operator Nexus中使用隔离域配置示例https://learn.microsoft.com/en-us/azure/operator-nexus/reference-isolation-domain-configuration-examples
在Nexus中分配近边缘BareMetal机器角色https://learn.microsoft.com/en-us/azure/operator-nexus/reference-near-edge-baremetal-machine-roles
在Azure Operator Nexus中配置邻居组https://learn.microsoft.com/en-us/azure/operator-nexus/reference-neighbor-group-configuration
在Nexus中应用路由策略配置示例https://learn.microsoft.com/en-us/azure/operator-nexus/reference-nexus-route-policy-config-examples
在Operator Nexus中管理路由策略操作https://learn.microsoft.com/en-us/azure/operator-nexus/reference-nexus-route-policy-operations
使用Operator Nexus可观测性指标进行以太网监控https://learn.microsoft.com/en-us/azure/operator-nexus/reference-operator-nexus-observability-metrics
在Azure Operator Nexus中配置路由策略https://learn.microsoft.com/en-us/azure/operator-nexus/reference-route-policy-configuration

Deployment

部署