Skip to content

Commit

Permalink
Merge pull request #239 from bzabber/bryanzab/US28627-ERD-Updates
Browse files Browse the repository at this point in the history
Added new policies for ExpressRoute Ports to Connectivity table.
  • Loading branch information
arjenhuitema authored Jun 11, 2024
2 parents b6efa51 + 7ef7e4c commit 24ac698
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/content/patterns/alz/Policy-Initiatives.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,16 @@ This document details the ALZ-Monitor Azure policy initiatives leveraged for dep
This initiative is intended for assignment of policies relevant to networking components in ALZ. With the guidance provided in [Introduction to deploying the ALZ Pattern](../deploy/Introduction-to-deploying-the-ALZ-Pattern), this will assign to the alz-platform-connectivity management group structure in the ALZ reference architecture. For details on which policies are included in the initiative as well as what the default enablement state of the policy is, refer to the below table.

| **Policy Name** | **Path to policy json file** | **Policy default effect** |
| --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------- |
|-----------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
| Deploy_ERCIR_QosDropBitsInPerSecond_Alert | [deploy-ercir_qosdropsbitsin_alert.json](../../../services/Network/expressRouteCircuits/Deploy-ERCIR-QOSDropsBitsIn-Alert.json) | deployIfNotExists |
| Deploy_ERCIR_QosDropBitsOutPerSecond_Alert | [deploy-ercir_qosdropsbitsout_alert.json](../../../services/Network/expressRouteCircuits/Deploy-ERCIR-QOSDropsBitsOut-Alert.json) | deployIfNotExists |
| Deploy_ERP_ExpressRouteBitsIn_Alert | [deploy-erp-bitsinpersecond-alert.json](../../../services/Network/expressRoutePorts/Deploy-ERP-BitsInPerSecond-Alert.json) | deployIfNotExists |
| Deploy_ERP_ExpressRouteBitsOut_Alert | [deploy-erp-bitsoutpersecond-alert.json](../../../services/Network/expressRoutePorts/Deploy-ERP-BitsOutPerSecond-Alert.json) | deployIfNotExists |
| Deploy_ERP_ExpressRoutLineProtocol_Alert | [deploy-erp-lineprotocol-alert.json](../../../services/Network/expressRoutePorts/Deploy-ERP-LineProtocol-Alert.json) | deployIfNotExists |
| Deploy_ERP_ExpressRoutRxLightLevell_Alert | [deploy-erp-rxlightlevelhigh-alert.json](../../../services/Network/expressRoutePorts/Deploy-ERP-RxLightLevelHigh-Alert.json) | deployIfNotExists |
| Deploy_ERP_ExpressRoutRxLightLevellow_Alert | [deploy-erp-rxlightlevellow-alert.json](../../../services/Network/expressRoutePorts/Deploy-ERP-RxLightLevelLow-Alert.json) | deployIfNotExists |
| Deploy_ERP_ExpressRoutTxLightLevell_Alert | [deploy-erp-txlightlevelhigh-alert.json](../../../services/Network/expressRoutePorts/Deploy-ERP-TxLightLevelHigh-Alert.json) | deployIfNotExists |
| Deploy_ERP_ExpressRoutTxLightLevellow_Alert | [deploy-erp-txlightlevellow-alert.json](../../../services/Network/expressRoutePorts/Deploy-ERP-TxLightLevelLow-Alert.json) | deployIfNotExists |
| Deploy_VPNGw_BGPPeerStatus_Alert | [deploy-vpng_bgppeerstatus_alert.json](../../../services/Network/vpnGateways/Deploy-VPNG-BGPPeerStatus-Alert.json) | deployIfNotExists |
| Deploy_VnetGw_ExpressRouteCpuUtil_Alert | [deploy-vnetg_expressroutecpuutilization_alert.json](../../../services/Network/virtualNetworkGateways/Deploy-VNETG-ERGCPUUtilization-Alert.json) | deployIfNotExists |
| Deploy_VnetGw_TunnelBandwidth_Alert | [deploy-vnetg_bandwidthutilization_alert.json](../../../services/Network/virtualNetworkGateways/Deploy-VNETG-BandwidthUtilization-Alert.json) | deployIfNotExists |
Expand Down

0 comments on commit 24ac698

Please sign in to comment.