Skip to content

Commit

Permalink
feat: add azure private endpoint node (mingrammer#873)
Browse files Browse the repository at this point in the history
Co-authored-by: pisethdanh <[email protected]>
  • Loading branch information
2 people authored and ajmaradiaga committed Nov 8, 2023
1 parent 5345242 commit 33ce0ff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/azure/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ class OnPremisesDataGateways(_Network):
_icon = "on-premises-data-gateways.png"


class PrivateEndpoint(_Network):
_icon = "private-endpoint.png"


class PublicIpAddresses(_Network):
_icon = "public-ip-addresses.png"

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,9 @@ Node classes list of azure provider.
<img width="30" src="/img/resources/azure/network/on-premises-data-gateways.png" alt="OnPremisesDataGateways" style="float: left; padding-right: 5px;" >
**diagrams.azure.network.OnPremisesDataGateways**

<img width="30" src="/img/resources/azure/network/private-endpoint.png" alt="PrivateEndpoint" style="float: left; padding-right: 5px;" >
**diagrams.azure.network.PrivateEndpoint**

<img width="30" src="/img/resources/azure/network/public-ip-addresses.png" alt="PublicIpAddresses" style="float: left; padding-right: 5px;" >
**diagrams.azure.network.PublicIpAddresses**

Expand Down
Binary file added resources/azure/network/private-endpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 33ce0ff

Please sign in to comment.