diff --git a/docs/content/patterns/alz/deploy/Introduction-to-deploying-the-ALZ-Pattern.md b/docs/content/patterns/alz/deploy/Introduction-to-deploying-the-ALZ-Pattern.md index 06f360400..190d9e61e 100644 --- a/docs/content/patterns/alz/deploy/Introduction-to-deploying-the-ALZ-Pattern.md +++ b/docs/content/patterns/alz/deploy/Introduction-to-deploying-the-ALZ-Pattern.md @@ -43,6 +43,7 @@ While it´s recommended to implement the alert policies and initiatives to an AL - Fork this repo to your own GitHub organization, you should not create a direct clone of the repo. Pull requests based off direct clones of the repo will not be allowed. - Clone the repo from your own GitHub organization to your developer workstation. - Review your current configuration to determine what scenario applies to you. We have guidance that will help deploy these policies and initiatives whether you are aligned with Azure Landing Zones, or use other management group hierarchy, or you may not be using management groups at all. If you know your type of management group hierarchy, you can skip forward to your preferred deployment method: + - [Deploy via the Azure Portal (Preview)](../Deploy-via-Azure-Portal-UI) - [Automated deployment with GitHub Actions](../Deploy-with-GitHub-Actions) (recommended method) - [Automated deployment with Azure Pipelines](../Deploy-with-Azure-Pipelines) (recommended method) - [Manual deployment with Azure CLI](../Deploy-with-Azure-CLI) @@ -68,12 +69,13 @@ The diagram below shows the flow using the orange dash-lines of the policy initi The other monitoring initiatives are each assigned at specific platform landing zone management groups and workload landing zones. The flows for these are in blue dash-lines. -![Azure Monitor Baseline Alerts policy initiative flows](../../media/azure-monitor-baseline-alerts-policy-initiative-flow.svg) +![Azure Monitor Baseline Alerts policy initiative flows](../../media/azure-monitor-baseline-alerts-policy-initiative-flow.png) *Download a [Visio file](../../media/AMBA-Diagrams.vsdx) of this architecture.* If you have this management group hierarchy, you can skip forward to your preferred deployment method: +- [Deploy via the Azure Portal (Preview)](../Deploy-via-Azure-Portal-UI) - [Deploy with GitHub Actions](../Deploy-with-GitHub-Actions) - [Deploy with Azure Pipelines](../Deploy-with-Azure-Pipelines) - [Deploy with Azure CLI](../Deploy-with-Azure-CLI) @@ -106,6 +108,7 @@ We recommend that you review the [initiative definitions](https://github.com/Azu If you have this management group hierarchy, you can skip forward to your preferred deployment method: +- [Deploy via the Azure Portal (Preview)](../Deploy-via-Azure-Portal-UI) - [Deploy with GitHub Actions](../Deploy-with-GitHub-Actions) - [Deploy with Azure Pipelines](../Deploy-with-Azure-Pipelines) - [Deploy with Azure CLI](../Deploy-with-Azure-CLI) @@ -117,6 +120,7 @@ Refer to our [documentation](https://learn.microsoft.com/en-us/azure/governance/ If you implemented the recommended management group design, you can skip forward to your preferred deployment method, following the ALZ aligned guidance. +- [Deploy via the Azure Portal (Preview)](../Deploy-via-Azure-Portal-UI) - [Deploy with GitHub Actions](../Deploy-with-GitHub-Actions) - [Deploy with Azure Pipelines](../Deploy-with-Azure-Pipelines) - [Deploy with Azure CLI](../Deploy-with-Azure-CLI) @@ -193,6 +197,7 @@ In some scenarios, it may be necessary to remove everything deployed by the ALZ ## Next steps - To customize policy assignments, please proceed with [Customize Policy Assignment](../Customize-Policy-Assignment) +- [Deploy via the Azure Portal (Preview)](../Deploy-via-Azure-Portal-UI) - To deploy with GitHub Actions, please proceed with [Deploy with GitHub Actions](../Deploy-with-GitHub-Actions) - To deploy with Azure Pipelines, please proceed with [Deploy with Azure Pipelines](../Deploy-with-Azure-Pipelines) - To deploy with Azure CLI, please proceed with [Deploy with Azure CLI](../Deploy-with-Azure-CLI) diff --git a/docs/content/patterns/alz/media/AMBA-Diagrams.vsdx b/docs/content/patterns/alz/media/AMBA-Diagrams.vsdx index 7b3748b6f..b8b017e7e 100644 Binary files a/docs/content/patterns/alz/media/AMBA-Diagrams.vsdx and b/docs/content/patterns/alz/media/AMBA-Diagrams.vsdx differ diff --git a/docs/content/patterns/alz/media/alz-management-groups-single.png b/docs/content/patterns/alz/media/alz-management-groups-single.png index cdbfeecaa..a8199bd0f 100644 Binary files a/docs/content/patterns/alz/media/alz-management-groups-single.png and b/docs/content/patterns/alz/media/alz-management-groups-single.png differ diff --git a/docs/content/patterns/alz/media/alz-management-groups-unaligned.png b/docs/content/patterns/alz/media/alz-management-groups-unaligned.png index 116db0c41..726eb17c3 100644 Binary files a/docs/content/patterns/alz/media/alz-management-groups-unaligned.png and b/docs/content/patterns/alz/media/alz-management-groups-unaligned.png differ diff --git a/docs/content/patterns/alz/media/alz-management-groups.png b/docs/content/patterns/alz/media/alz-management-groups.png index e18c1d8fa..7b5c9792b 100644 Binary files a/docs/content/patterns/alz/media/alz-management-groups.png and b/docs/content/patterns/alz/media/alz-management-groups.png differ diff --git a/docs/content/patterns/alz/media/azure-monitor-baseline-alerts-policy-initiative-flow.png b/docs/content/patterns/alz/media/azure-monitor-baseline-alerts-policy-initiative-flow.png new file mode 100644 index 000000000..40e40f8ac Binary files /dev/null and b/docs/content/patterns/alz/media/azure-monitor-baseline-alerts-policy-initiative-flow.png differ