About CI relationship type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi
I'm going to create a CI map by manually registering it in the CI table and CI relationship table without using Discovery or ServiceMapping.
To create a CI relationship, I think I need to set the CI relationship type (cmdb_rel_type), but I don't know which CI type I should set to link each of the following CIs.
â‘ Application Gateway
â‘¡Azure Static Web Apps
â‘¢Azure API Management
â‘£Azure App Service
⑤Azure Cosmos DB
â‘¥Azure Key Vault
⑦Azure Monitor
â‘§Azure WebPubSub
⑨Azure Functions
Does anyone know?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @HS7 ,
Please check the below list, if this help to create new relationship type as suggested by copilot.
Validate and use which one is most appropriate in your case.
Source CI | Target CI | Relationship Type (cmdb_rel_type) | Description |
---|---|---|---|
Application Gateway | Azure App Service | Routes to::Receives from |
Gateway routes traffic to App Service |
Azure Static Web Apps | Azure Functions | Calls::Called by |
Static Web App triggers Functions |
Azure API Management | Azure Functions | Calls::Called by |
API Management invokes Functions |
Azure API Management | Azure App Service | Calls::Called by |
API Management calls App Service |
Azure App Service | Azure Cosmos DB | Reads from::Written by |
App Service reads/writes to Cosmos DB |
Azure App Service | Azure Key Vault | Uses::Used by |
App Service retrieves secrets from Key Vault |
Azure Functions | Azure Key Vault | Uses::Used by |
Functions access secrets from Key Vault |
Azure Monitor | Azure App Service | Monitors::Monitored by |
Monitor tracks App Service metrics |
Azure Monitor | Azure Functions | Monitors::Monitored by |
Monitor tracks Functions |
Azure WebPubSub | Azure App Service | Publishes to::Subscribed by |
App Service publishes messages to WebPubSub |
Azure WebPubSub | Azure Functions | Publishes to::Subscribed by |
Functions publish/subscribe to WebPubSub |
Azure Functions | Azure Cosmos DB | Reads from::Written by |
Functions interact with Cosmos DB |
-Thanks,
AshishKM
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
thanks.
So this is information from the copilot... Do you have any information that supports this?