![]() |
VOOZH | about |
You can use the Application Gateway component to represent and visualize application gateways 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 an Application Gateway component:
{
"type": "azureappgw",
"id": "900c9832-31d6-460a-9065-762fe63ec83c",
"resourceId": "/subscriptions/c74c5de5-0170-405b-954a-e6491cf0c838/resourceGroups/CLOUDCRAFT/providers/Microsoft.Network/applicationGateways/DocTeamGateway",
"region": "eastus",
"mapPos": [1, 8],
"tier": "Standard",
"size": "Small",
"instances": 2,
"computeUnits": 0,
"persistentConnections": 0,
"throughput": 0,
"dataProcessed": 0,
"outboundDataTransfer": 0,
"color": {
"isometric": "#CEE0F5",
"2d": null
},
"accentColor": {
"isometric": "#0078D4",
"2d": null
},
"link": "https://azure.microsoft.com/products/application-gateway",
"locked": true
}
azureappgw for this component.Standard, Standard V2, WAF, or WAF V2. Defaults to Standard V2.Small, Medium, or Large. Defaults to Medium.2.0.0.0.0.0.#CEE0F5.null.#0078D4.null.blueprint:// or https://.false. | |