iiRecord
Agentic AI Atlas · Microsoft Azure
platform:azurea5c.ai
II.
Platform JSON

platform:azure

Structured · live

Microsoft Azure json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/platforms/platforms.yamlCluster · domain
Record JSON
{
  "id": "platform:azure",
  "_kind": "Platform",
  "_file": "domain/platforms/platforms.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Microsoft Azure",
    "description": "Microsoft's hyperscale public cloud, tightly integrated with Active Directory and the Microsoft 365 ecosystem.\n",
    "kind": "cloud-provider",
    "homepageUrl": "https://azure.microsoft.com/",
    "ownerCompany": "Microsoft"
  },
  "outgoingEdges": [
    {
      "from": "platform:azure",
      "to": "platform-service:azure-functions",
      "kind": "provides",
      "attributes": {}
    },
    {
      "from": "platform:azure",
      "to": "platform-service:azure-blob-storage",
      "kind": "provides",
      "attributes": {}
    },
    {
      "from": "platform:azure",
      "to": "platform-service:azure-cosmos-db",
      "kind": "provides",
      "attributes": {}
    },
    {
      "from": "platform:azure",
      "to": "platform-service:azure-service-bus",
      "kind": "provides",
      "attributes": {}
    },
    {
      "from": "platform:azure",
      "to": "platform-service:azure-monitor",
      "kind": "provides",
      "attributes": {}
    },
    {
      "from": "platform:azure",
      "to": "platform-service:azure-aks",
      "kind": "provides",
      "attributes": {}
    },
    {
      "from": "platform:azure",
      "to": "platform-service:azure-container-registry",
      "kind": "provides",
      "attributes": {}
    },
    {
      "from": "platform:azure",
      "to": "platform-service:azure-active-directory",
      "kind": "provides",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform-service:azure-functions",
      "to": "platform:azure",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:azure-blob-storage",
      "to": "platform:azure",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:azure-cosmos-db",
      "to": "platform:azure",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:azure-service-bus",
      "to": "platform:azure",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:azure-monitor",
      "to": "platform:azure",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:azure-aks",
      "to": "platform:azure",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:azure-container-registry",
      "to": "platform:azure",
      "kind": "provided_by"
    },
    {
      "from": "platform-service:azure-active-directory",
      "to": "platform:azure",
      "kind": "provided_by"
    },
    {
      "from": "tool-server:mcp-azure-functions",
      "to": "platform:azure",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-azure-cosmos-db",
      "to": "platform:azure",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "tool-server:mcp-azure-service-bus",
      "to": "platform:azure",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}