Skip to content

Core Knowledge Graph for ACS

The Core Knowledge Graph provides a visual overview of Azure Communication Services (ACS) and how its various components, services, and concepts are interconnected.

graph TD
    ACS[Azure Communication Services] --> SMS[SMS Service]
    ACS --> Email[Email Service]
    ACS --> Chat[Chat Service]
    ACS --> Calling[Calling Service]
    ACS --> Identity[Identity & Authentication]

    SMS --> Number[Phone Numbers]
    Email --> Domain[Email Domains]
    Chat --> Thread[Chat Threads]
    Calling --> PSTN[PSTN Calling]
    Calling --> VoIP[VoIP Calling]

    Identity --> RBAC[Role-Based Access Control]
    Identity --> MI[Managed Identity]

    ACS --> Monitor[Azure Monitor]
    Monitor --> Metrics[ACS Metrics]
    Monitor --> Logs[ACS Logs]

Interactive Knowledge Graph

The following section will host an interactive Cytoscape graph for a more granular and clickable exploration of the ACS knowledge base.

See Also

Sources