Skip to content

Commit

Permalink
feat(node): add Azure VMScaleSet Node (mingrammer#404)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Aharon-Shalom <[email protected]>
  • Loading branch information
2 people authored and gabriel-tessier committed Oct 14, 2024
1 parent 00541f7 commit d891a7e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
"compute": {
"ContainerRegistries": "ACR",
"KubernetesServices": "AKS",
"VMScaleSet": "VMSS"
},
},
"gcp": {
Expand Down
4 changes: 4 additions & 0 deletions diagrams/azure/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 1 addition & 0 deletions docs/nodes/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand Down
Binary file added resources/azure/compute/vm-scale-set.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d891a7e

Please sign in to comment.