![]() |
VOOZH | about |
You can use the Load Balancer component to represent and visualize load balancers from your Azure environment.
Use the toolbar to configure and customize the component. The following options are available:
Use the Cloudcraft API to programmatically access and render your architecture diagrams as JSON objects. The following is an example JSON object of a Load Balancer component:
{
"type": "azurelb",
"id": "e0faf7c6-546b-44b3-a9c3-82f1c7f6d58f",
"resourceId": "/subscriptions/6e0770d5-22cb-476a-98e3-3a46b2b2aa8d/resourceGroups/CLOUDCRAFT/providers/Microsoft.Network/loadBalancers/doc-team-lb",
"region": "eastus",
"mapPos": [1, 5],
"skuName": "Standard",
"tier": "Regional",
"numberOfRules": 1,
"chains": 0,
"dataGb": 0,
"color": {
"isometric": "#ECECED",
"2d": "null"
},
"accentColor": {
"isometric": "#0078D4",
"2d": "null"
},
"link": "https://azure.microsoft.com/products/load-balancer/",
"locked": true
}
azurelb for this component.Basic, Standard, or Gateway. Defaults to Standard.Regional or Global. Defaults to Regional.1.0.0.#ececed.null.#0078d4.null.blueprint:// or https://.false. | |