|
| 1 | +{ |
| 2 | + "_canonicalCopy": { |
| 3 | + "description": "Shared Azure stencil mapping copied into azure-iac-generator so diagram-parsing references resolve locally.", |
| 4 | + "maintainers": [ |
| 5 | + "Azure IaC skills" |
| 6 | + ] |
| 7 | + }, |
| 8 | + "resources": [ |
| 9 | + { |
| 10 | + "type": "Microsoft.Compute/virtualMachines", |
| 11 | + "imagePath": "img/lib/azure2/compute/Virtual_Machine.svg" |
| 12 | + }, |
| 13 | + { |
| 14 | + "type": "Microsoft.Web/sites", |
| 15 | + "imagePath": "img/lib/azure2/app_services/App_Services.svg" |
| 16 | + }, |
| 17 | + { |
| 18 | + "type": "Microsoft.Web/serverfarms", |
| 19 | + "imagePath": "img/lib/azure2/app_services/App_Service_Plans.svg" |
| 20 | + }, |
| 21 | + { |
| 22 | + "type": "Microsoft.Storage/storageAccounts", |
| 23 | + "imagePath": "img/lib/azure2/storage/Storage_Accounts.svg" |
| 24 | + }, |
| 25 | + { |
| 26 | + "type": "Microsoft.KeyVault/vaults", |
| 27 | + "imagePath": "img/lib/azure2/security/Key_Vaults.svg" |
| 28 | + }, |
| 29 | + { |
| 30 | + "type": "Microsoft.Sql/servers", |
| 31 | + "imagePath": "img/lib/azure2/databases/SQL_Server.svg" |
| 32 | + }, |
| 33 | + { |
| 34 | + "type": "Microsoft.Sql/servers/databases", |
| 35 | + "imagePath": "img/lib/azure2/databases/SQL_Database.svg" |
| 36 | + }, |
| 37 | + { |
| 38 | + "type": "Microsoft.Network/virtualNetworks", |
| 39 | + "imagePath": "img/lib/azure2/networking/Virtual_Networks.svg" |
| 40 | + }, |
| 41 | + { |
| 42 | + "type": "Microsoft.Network/virtualNetworks/subnets", |
| 43 | + "imagePath": "img/lib/azure2/networking/Subnets.svg" |
| 44 | + }, |
| 45 | + { |
| 46 | + "type": "Microsoft.Network/networkSecurityGroups", |
| 47 | + "imagePath": "img/lib/azure2/networking/Network_Security_Groups.svg" |
| 48 | + }, |
| 49 | + { |
| 50 | + "type": "Microsoft.Network/privateEndpoints", |
| 51 | + "imagePath": "img/lib/azure2/networking/Private_Link.svg" |
| 52 | + }, |
| 53 | + { |
| 54 | + "type": "Microsoft.Network/privateDnsZones", |
| 55 | + "imagePath": "img/lib/azure2/networking/Private_DNS_Zones.svg" |
| 56 | + }, |
| 57 | + { |
| 58 | + "type": "Microsoft.Network/applicationGateways", |
| 59 | + "imagePath": "img/lib/azure2/networking/Application_Gateways.svg" |
| 60 | + }, |
| 61 | + { |
| 62 | + "type": "Microsoft.Network/loadBalancers", |
| 63 | + "imagePath": "img/lib/azure2/networking/Load_Balancers.svg" |
| 64 | + }, |
| 65 | + { |
| 66 | + "type": "Microsoft.Network/publicIPAddresses", |
| 67 | + "imagePath": "img/lib/azure2/networking/Public_IP_Addresses.svg" |
| 68 | + }, |
| 69 | + { |
| 70 | + "type": "Microsoft.ContainerRegistry/registries", |
| 71 | + "imagePath": "img/lib/azure2/containers/Container_Registries.svg" |
| 72 | + }, |
| 73 | + { |
| 74 | + "type": "Microsoft.ContainerService/managedClusters", |
| 75 | + "imagePath": "img/lib/azure2/containers/Kubernetes_Services.svg" |
| 76 | + }, |
| 77 | + { |
| 78 | + "type": "Microsoft.App/containerApps", |
| 79 | + "imagePath": "img/lib/azure2/containers/Container_Apps.svg" |
| 80 | + }, |
| 81 | + { |
| 82 | + "type": "Microsoft.DocumentDB/databaseAccounts", |
| 83 | + "imagePath": "img/lib/azure2/databases/Azure_Cosmos_DB.svg" |
| 84 | + }, |
| 85 | + { |
| 86 | + "type": "Microsoft.Cache/redis", |
| 87 | + "imagePath": "img/lib/azure2/databases/Azure_Cache_for_Redis.svg" |
| 88 | + }, |
| 89 | + { |
| 90 | + "type": "Microsoft.ServiceBus/namespaces", |
| 91 | + "imagePath": "img/lib/azure2/integration/Service_Bus.svg" |
| 92 | + }, |
| 93 | + { |
| 94 | + "type": "Microsoft.EventHub/namespaces", |
| 95 | + "imagePath": "img/lib/azure2/analytics/Event_Hubs.svg" |
| 96 | + }, |
| 97 | + { |
| 98 | + "type": "Microsoft.Insights/components", |
| 99 | + "imagePath": "img/lib/azure2/monitor/Application_Insights.svg" |
| 100 | + }, |
| 101 | + { |
| 102 | + "type": "Microsoft.OperationalInsights/workspaces", |
| 103 | + "imagePath": "img/lib/azure2/monitor/Log_Analytics_Workspaces.svg" |
| 104 | + }, |
| 105 | + { |
| 106 | + "type": "Microsoft.ManagedIdentity/userAssignedIdentities", |
| 107 | + "imagePath": "img/lib/azure2/identity/Managed_Identities.svg" |
| 108 | + } |
| 109 | + ] |
| 110 | +} |
0 commit comments