- Introduced Aggregator.sol for Chainlink-compatible oracle functionality, including round-based updates and access control. - Added OracleWithCCIP.sol to extend Aggregator with CCIP cross-chain messaging capabilities. - Created .gitmodules to include OpenZeppelin contracts as a submodule. - Developed a comprehensive deployment guide in NEXT_STEPS_COMPLETE_GUIDE.md for Phase 2 and smart contract deployment. - Implemented Vite configuration for the orchestration portal, supporting both Vue and React frameworks. - Added server-side logic for the Multi-Cloud Orchestration Portal, including API endpoints for environment management and monitoring. - Created scripts for resource import and usage validation across non-US regions. - Added tests for CCIP error handling and integration to ensure robust functionality. - Included various new files and directories for the orchestration portal and deployment scripts.
71 lines
1.9 KiB
JSON
71 lines
1.9 KiB
JSON
{
|
|
"title": "Azure Architecture Icons",
|
|
"author": "Microsoft",
|
|
"description": "Azure Architecture Icons for Draw.io",
|
|
"keywords": ["azure", "cloud", "architecture", "icons"],
|
|
"icons": {
|
|
"compute": [
|
|
{
|
|
"name": "Azure Kubernetes Service",
|
|
"icon": "Icon-service-kubernetes-Azure.svg",
|
|
"category": "Compute"
|
|
},
|
|
{
|
|
"name": "Virtual Machine",
|
|
"icon": "Icon-service-virtual-machine-Azure.svg",
|
|
"category": "Compute"
|
|
},
|
|
{
|
|
"name": "Container Instances",
|
|
"icon": "Icon-service-container-instances-Azure.svg",
|
|
"category": "Compute"
|
|
}
|
|
],
|
|
"networking": [
|
|
{
|
|
"name": "Virtual Network",
|
|
"icon": "Icon-service-virtual-network-Azure.svg",
|
|
"category": "Networking"
|
|
},
|
|
{
|
|
"name": "Application Gateway",
|
|
"icon": "Icon-service-application-gateway-Azure.svg",
|
|
"category": "Networking"
|
|
},
|
|
{
|
|
"name": "Load Balancer",
|
|
"icon": "Icon-service-load-balancer-Azure.svg",
|
|
"category": "Networking"
|
|
}
|
|
],
|
|
"storage": [
|
|
{
|
|
"name": "Storage Account",
|
|
"icon": "Icon-service-storage-accounts-Azure.svg",
|
|
"category": "Storage"
|
|
},
|
|
{
|
|
"name": "Blob Storage",
|
|
"icon": "Icon-service-blob-storage-Azure.svg",
|
|
"category": "Storage"
|
|
}
|
|
],
|
|
"security": [
|
|
{
|
|
"name": "Key Vault",
|
|
"icon": "Icon-service-key-vaults-Azure.svg",
|
|
"category": "Security"
|
|
},
|
|
{
|
|
"name": "Azure Active Directory",
|
|
"icon": "Icon-service-azure-active-directory-Azure.svg",
|
|
"category": "Security"
|
|
}
|
|
]
|
|
},
|
|
"usage": {
|
|
"drawio": "Import this stencil into Draw.io to use Azure icons",
|
|
"instructions": "1. Open Draw.io\n2. File → Open Library → From → Device\n3. Select azure-icons-library.json\n4. Icons will appear in the left panel"
|
|
}
|
|
}
|