ServiceAzureLocal

azure-23/Item/NewIcons/ServiceAzureLocal
include('azure-23/Item/NewIcons/ServiceAzureLocal')
Illustration ServiceAzureLocal ServiceAzureLocalCard ServiceAzureLocalGroup
illustration for Illustration illustration for ServiceAzureLocal illustration for ServiceAzureLocalCard illustration for ServiceAzureLocalGroup

Sprites

The item provides the following sriptes:

  • <$ServiceAzureLocalXs>
  • <$ServiceAzureLocalSm>
  • <$ServiceAzureLocalMd>
  • <$ServiceAzureLocalLg>

ServiceAzureLocal

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-23/bootstrap')

' loads the Item which embeds the element ServiceAzureLocal
include('azure-23/Item/NewIcons/ServiceAzureLocal')

' renders the element
ServiceAzureLocal('ServiceAzureLocal', 'Service Azure Local', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-23/bootstrap')

' loads the Item which embeds the element ServiceAzureLocal
include('azure-23/Item/NewIcons/ServiceAzureLocal')

' renders the element
ServiceAzureLocal('ServiceAzureLocal', 'Service Azure Local', 'an optional tech label', 'an optional description')
@enduml

ServiceAzureLocalCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-23/bootstrap')

' loads the Item which embeds the element ServiceAzureLocalCard
include('azure-23/Item/NewIcons/ServiceAzureLocal')

' renders the element
ServiceAzureLocalCard('ServiceAzureLocalCard', 'Service Azure Local Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-23/bootstrap')

' loads the Item which embeds the element ServiceAzureLocalCard
include('azure-23/Item/NewIcons/ServiceAzureLocal')

' renders the element
ServiceAzureLocalCard('ServiceAzureLocalCard', 'Service Azure Local Card', 'an optional description')
@enduml

ServiceAzureLocalGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-23/bootstrap')

' loads the Item which embeds the element ServiceAzureLocalGroup
include('azure-23/Item/NewIcons/ServiceAzureLocal')

' renders the element
ServiceAzureLocalGroup('ServiceAzureLocalGroup', 'Service Azure Local Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-23/bootstrap')

' loads the Item which embeds the element ServiceAzureLocalGroup
include('azure-23/Item/NewIcons/ServiceAzureLocal')

' renders the element
ServiceAzureLocalGroup('ServiceAzureLocalGroup', 'Service Azure Local Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml