azure-operator-service-manager

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure Operator Service Manager Skill

Azure Operator Service Manager Skill

This skill provides expert guidance for Azure Operator Service Manager. Covers troubleshooting, best practices, security, configuration, and integrations & coding patterns. It combines local quick-reference content with remote documentation fetching capabilities.
本Skill为Azure Operator Service Manager提供专业指导,涵盖故障排除、最佳实践、安全、配置以及集成与编码模式。它结合了本地快速参考内容与远程文档获取功能。

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
TroubleshootingL33-L38Diagnosing and fixing AOSM onboarding issues with the Azure CLI extension and troubleshooting Helm chart installation failures in AOSM CNF deployments.
Best PracticesL39-L47Best practices for AOSM onboarding, config group design, Helm chart usage, artifact cleanup, and controlling CNF upgrade behavior and failure handling
SecurityL48-L55Securing AOSM with Private Link, custom RBAC/roles, and User Assigned Managed Identities for controlled, least-privilege access and secure SNS/service operator deployments.
ConfigurationL56-L65Configuring AOSM runtime behavior: cluster registry for edge resiliency, pausing/resuming deployments, Helm cleanup/test settings, NFO extension cluster commands, and geo-replicated artifact stores.
Integrations & Coding PatternsL66-L75Using CLI/ARM/Helm with AOSM to onboard CNFs/VNFs, manage images and artifacts (ACR/storage-backed stores), and add ARM resources to network service designs
分类行范围描述
故障排除L33-L38诊断并修复Azure CLI扩展的AOSM接入问题,以及排查AOSM CNF部署中的Helm Chart安装故障。
最佳实践L39-L47AOSM接入、配置组设计、Helm Chart使用、工件清理以及CNF升级行为控制和故障处理的最佳实践。
安全L48-L55通过Private Link、自定义RBAC/角色以及用户分配的托管标识来保障AOSM安全,实现受控的最小权限访问和安全的SNS/服务运营商部署。
配置L56-L65配置AOSM运行时行为:用于边缘弹性的集群注册表、暂停/恢复部署、Helm清理/测试设置、NFO扩展集群命令以及地理复制工件存储。
集成与编码模式L66-L75结合CLI/ARM/Helm与AOSM来接入CNF/VNF、管理镜像和工件(ACR/存储托管存储),并向网络服务设计中添加ARM资源。

Troubleshooting

故障排除

Best Practices

最佳实践

Security

安全

Configuration

配置

Integrations & Coding Patterns

集成与编码模式