# Resources:Diagrams:Projects:Generic:Context View:Key Service (HL) #
* [[../|(UP)]]
{{indexmenu>.#2|nsort tsort}}
## Summary ##
@startuml
!includeurl http://skysigal.com/_media/resources/configuration/plantuml/minimalist.txt
skinparam nodesep 30
skinparam ranksep 30
scale 0.8
scale max 800 width
allow_mixing
title Integration View - ALM Service (HL)
component "Application Lifecycle\nManagement Service (ALM)" as ALM
component "Cloud Provider Service" as CloudI
component "Cloud Capable Directory Service\n(eg: Azure AD)" as IdP
ALM -DOWN-> IdP : uses
ALM -DOWN-> CloudI : deploys to
CloudI -> IdP :uses
class System
(ALM, CloudI) . System
@enduml