Browse Source

feat(node): add Azure VMScaleSet Node (#404)

Co-authored-by: Dan Aharon-Shalom <dan.ash@sparkbeyond.com>
pull/451/head
dan-ash 3 years ago
committed by GitHub
parent
commit
8768d6888a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 0 deletions
  1. +1
    -0
      config.py
  2. +4
    -0
      diagrams/azure/compute.py
  3. +1
    -0
      docs/nodes/azure.md
  4. BIN
      resources/azure/compute/vm-scale-set.png

+ 1
- 0
config.py View File

@@ -242,6 +242,7 @@ ALIASES = {
"compute": {
"ContainerRegistries": "ACR",
"KubernetesServices": "AKS",
"VMScaleSet": "VMSS"
},
},
"gcp": {


+ 4
- 0
diagrams/azure/compute.py View File

@@ -80,6 +80,10 @@ class VMLinux(_Compute):
_icon = "vm-linux.png"


class VMScaleSet(_Compute):
_icon = "vm-scale-set.png"


class VMWindows(_Compute):
_icon = "vm-windows.png"



+ 1
- 0
docs/nodes/azure.md View File

@@ -39,6 +39,7 @@ Node classes list of azure provider.
- **diagrams.azure.compute.VMClassic**
- **diagrams.azure.compute.VMImages**
- **diagrams.azure.compute.VMLinux**
- **diagrams.azure.compute.VMScaleSet**
- **diagrams.azure.compute.VMWindows**
- **diagrams.azure.compute.VM**



BIN
resources/azure/compute/vm-scale-set.png View File

Before After
Width: 256  |  Height: 256  |  Size: 12 KiB

Loading…
Cancel
Save