azure-operator-service-manager

Provides Azure Operator Service Manager guidance for onboarding CNFs/VNFs and configuring deployments via CLI.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/mfcollins3/standup --skill azure-operator-service-manager-mfcollins3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-operator-service-manager
Source: https://github.com/mfcollins3/standup/tree/main/.github/skills/azure-operator-service-manager
Command: npx skills add https://github.com/mfcollins3/standup --skill azure-operator-service-manager-mfcollins3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps engineers master Azure Operator Service Manager development tasks, simplifying onboarding and complex deployments.

Core Features & Use Cases

  • Expert onboarding and configuration guidance for CNFs/VNFs and AOSM CLI.
  • Best practices reference for Helm charts, artifact stores, and network configurations.
  • Practical deployment scenarios including Private Link integration and RBAC customization.

Quick Start

Provide an onboarding plan and reference guide for Azure Operator Service Manager deployments.

Frequently Asked Questions about azure-operator-service-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I onboard CNFs and VNFs using Azure Operator Service Manager?

To onboard CNFs and VNFs with Azure Operator Service Manager, you need to configure network function artifacts and map them to Azure resources using the AOSM CLI. This process involves defining Helm charts for containerized functions and setting up artifact stores for virtualized functions.

What is the best way to configure AOSM config groups for network function deployments?

Configuring AOSM config groups requires defining schema-driven configurations that separate network function parameters from infrastructure settings. This approach allows operators to manage deployment variables dynamically across different environments using the AOSM CLI without modifying the underlying core artifacts.

Does Azure Operator Service Manager support ACR-backed artifacts and Private Link integration?

Yes, Azure Operator Service Manager supports integrating with ACR-backed artifacts and Private Link configurations. This enables secure network function deployments by allowing the AOSM CLI to pull container images privately and manage artifacts through restricted network endpoints without public exposure.

How do I use the AOSM CLI across different network function deployments?

Using the AOSM CLI across deployments involves executing commands to publish network function definitions and configure site resources. The CLI acts as the primary interface to push ACR-backed artifacts, manage config groups, and deploy both CNFs and VNFs consistently across Azure environments.

Why do I need network access to verify AOSM configurations during onboarding?

You need network access to verify AOSM configurations because the onboarding process requires fetching live documentation and validating artifact store connections. Network connectivity ensures that the AOSM CLI can successfully authenticate, access ACR-backed stores, and register CNF and VNF resources with Azure.