Skip to content

Commit

Permalink
Merge branch 'Azure:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Brunoga-MS authored Dec 9, 2024
2 parents c399531 + 171a36a commit d9ed577
Show file tree
Hide file tree
Showing 15 changed files with 223 additions and 200 deletions.
356 changes: 178 additions & 178 deletions docs/content/patterns/alz/Getting-started/Policy-Initiatives.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It is strongly advised to **thoroughly** test the script in a non-production env

To download the cleanup script file, follow these steps. Alternatively, you can clone the repository from GitHub and ensure you are working with the latest version by fetching the latest `main` branch.

1. Navigate to the [AMBA project on GitHub](https://github.com/Azure/azure-monitor-baseline-alerts).
1. Navigate to the [AMBA project on GitHub](https://aka.ms/amba/repo).
2. Browse to the `patterns/alz/scripts` directory.
3. Open the **Start-AMBA-ALZ-Maintenance.ps1** script file.
4. Click the **Raw** button.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/patterns/alz/HowTo/Threshold-Override.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 85

## Overview

The ***Alert Threshold Override*** feature, introduced in the [2024-09-05 release](../../Whats-New#2024-09-05), enables both Greenfield and Brownfield customers to customize alert thresholds for specific resources during or after the deployment of AMBA-ALZ. This feature allows the use of a tag with a specific name and value to override the default alert threshold for designated resources. The new threshold value will apply exclusively to the tagged resources, replacing the global threshold specified in the parameter file.
The ***Alert Threshold Override*** feature, introduced in the [2024-09-05 release](../../Overview/Whats-New#2024-09-05), enables both Greenfield and Brownfield customers to customize alert thresholds for specific resources during or after the deployment of AMBA-ALZ. This feature allows the use of a tag with a specific name and value to override the default alert threshold for designated resources. The new threshold value will apply exclusively to the tagged resources, replacing the global threshold specified in the parameter file.

## How this feature works

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It is strongly recommended to **thoroughly** test the script in a non-production

Follow these steps to download the cleanup script file. Alternatively, you can clone the repository from GitHub and ensure you have the latest version by fetching the `main` branch.

1. Navigate to the [AMBA project on GitHub](https://github.com/Azure/azure-monitor-baseline-alerts).
1. Navigate to the [AMBA project on GitHub](https://aka.ms/amba/repo).
2. Browse to the `patterns/alz/scripts` directory.
3. Locate and open the **Start-ALZMonitorCleanup.ps1** script file.
4. Click on the **Raw** button to view the raw content of the script.
Expand Down Expand Up @@ -62,8 +62,9 @@ Follow these steps to download the cleanup script file. Alternatively, you can c

## Next Steps

- For customizing policy assignments, refer to [Customize Policy Assignment](../../HowTo/deploy/Customize-Policy-Assignment).
- For deployment using GitHub Actions, refer to [Deploy with GitHub Actions](../../HowTo/deploy/Deploy-with-GitHub-Actions).
- For deployment using Azure DevOps Pipelines, refer to [Deploy with Azure Pipelines](../../HowTo/deploy/Deploy-with-Azure-Pipelines).
- For deployment using Azure CLI, refer to [Deploy with Azure CLI](../../HowTo/deploy/Deploy-with-Azure-CLI).
- For deployment using Azure PowerShell, refer to [Deploy with Azure PowerShell](../../HowTo/deploy/Deploy-with-Azure-PowerShell).
- For customizing policy assignments, refer to [Customize Policy Assignment](../../deploy/Customize-Policy-Assignment).
- For deplyment using Azure Portal, refer to [Deploy via the Azure Portal (Preview)](../../deploy/Deploy-via-Azure-Portal-UI) (recommended method)
- For deployment using GitHub Actions, refer to [Deploy with GitHub Actions](../../deploy/Deploy-with-GitHub-Actions).
- For deployment using Azure DevOps Pipelines, refer to [Deploy with Azure Pipelines](../../deploy/Deploy-with-Azure-Pipelines).
- For deployment using Azure CLI, refer to [Deploy with Azure CLI](../../deploy/Deploy-with-Azure-CLI).
- For deployment using Azure PowerShell, refer to [Deploy with Azure PowerShell](../../deploy/Deploy-with-Azure-PowerShell).
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ weight: 100

## Update

Complete the activities documented in the [Steps to update to the latest release](.._index#steps-to-update-to-the-latest-release) page.
Complete the activities documented in the [Steps to update to the latest release](../#steps-to-update-to-the-latest-release) page.

## Post update actions

Updating to release [2024-03-01](../../../Whats-New#2024-03-01) will require running a post update script to remove the old Service Health action group(s) no longer in use.
Updating to release [2024-03-01](../../../Overview/Whats-New#2024-03-01) will require running a post update script to remove the old Service Health action group(s) no longer in use.

To execute the script, follow these steps:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ weight: 99

## Update

Complete the activities documented in the [Steps to update to the latest release](.._index#steps-to-update-to-the-latest-release) page.
Complete the activities documented in the [Steps to update to the latest release](../#steps-to-update-to-the-latest-release) page.

## Post update actions

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ In particular, the new parameter file includes the following changes:

## Update

Complete the activities documented in the [Steps to update to the latest release](.._index#steps-to-update-to-the-latest-release) page.
Complete the activities documented in the [Steps to update to the latest release](../#steps-to-update-to-the-latest-release) page.
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ To execute the script, follow these steps:

## Update

Complete the activities documented in the [Steps to update to the latest release](.._index#steps-to-update-to-the-latest-release) page.
Complete the activities documented in the [Steps to update to the latest release](../#steps-to-update-to-the-latest-release) page.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ weight: 96

## Update

Complete the activities documented in the [Steps to update to the latest release](.._index#steps-to-update-to-the-latest-release) page.
Complete the activities documented in the [Steps to update to the latest release](../#steps-to-update-to-the-latest-release) page.
7 changes: 3 additions & 4 deletions docs/content/patterns/alz/HowTo/UpdateToNewReleases/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 71

## What is included in the latest release

The list of enhancement, additions and fixed bugs contained in every release can be seen by navigating to corresponding page linked in the home page of the [azure-monitor-baseline-alerts](https://github.com/Azure/azure-monitor-baseline-alerts) repository.
The list of enhancement, additions and fixed bugs contained in every release can be seen by navigating to corresponding page linked in the home page of the [azure-monitor-baseline-alerts](https://aka.ms/amba/repo) repository.

On the center-right side of the page, there's a specific section indicating the latest release. Click on the release number to see the release content.

Expand Down Expand Up @@ -73,7 +73,7 @@ Within the code editor of your choice, make sure you pull the changes from your

Check the content of the page corresponding to the release you are updating to, to see if there's any pre or post deployment action required. For instance, if you're updating to release **2024-04-12**, check the page called ***Updating to release 2024-04-12***

![Updating from release](../media/UpdatingToRelease.png)
![Updating from release](../../media/UpdatingToRelease.png)

### Update the parameter file with any new parameter and configuration

Expand All @@ -84,6 +84,7 @@ For this reason, based on what documented in the [What's new](../../Overview/Wha

Once you reached this stage, you are ready to deploy the latest release. You can deploy using a method of your choice among the allowed one:

- To deploy with Azure Portal, please proceed with [Deploy via the Azure Portal (Preview)](../deploy/Deploy-via-Azure-Portal-UI) (recommended method)
- To deploy with GitHub Actions, please proceed with [Deploy with GitHub Actions](../deploy/Deploy-with-GitHub-Actions)
- To deploy with Azure Pipelines, please proceed with [Deploy with Azure Pipelines](../deploy/Deploy-with-Azure-Pipelines)
- To deploy with Azure CLI, please proceed with [Deploy with Azure CLI](../deploy/Deploy-with-Azure-CLI)
Expand All @@ -92,5 +93,3 @@ Once you reached this stage, you are ready to deploy the latest release. You can
### Start the policy remediation (always required)

To remediate non-compliant policies, continue with Policy remediation documented at [Remediate Policies](../deploy/Remediate-Policies)

[Back to top of page](.)
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ If you have suggestions or feature requests, consider submitting a pull request.
## Cleaning up an AMBA-ALZ Deployment
In certain situations, you may need to remove all resources deployed by the AMBA-ALZ solution. For detailed instructions on how to clean up an AMBA-ALZ deployment, refer to the [Cleaning up an AMBA-ALZ Deployment](../../Cleaning-up-a-Deployment) guide.
In certain situations, you may need to remove all resources deployed by the AMBA-ALZ solution. For detailed instructions on how to clean-up an AMBA-ALZ deployment, refer to the [Clean-up an AMBA-ALZ Deployment](../../Cleaning-up-a-Deployment) guide.
## Next Steps
Expand Down
2 changes: 1 addition & 1 deletion docs/content/patterns/alz/HowTo/deploy/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Deploying the ALZ pattern
title: Deploy the AMBA-ALZ pattern
geekdocCollapseSection: true
weight: 50
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/patterns/alz/Overview/ALZ-Pattern.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Details on contributing to this repository can be found in the [Contributor Guid

When you deploy the IP located in this repository, Microsoft can identify the installation with the deployed Azure resources. Microsoft collects this information to provide the best experiences with their products and to operate their business. The telemetry is collected through customer usage attribution and governed by [Microsoft's privacy policies](https://www.microsoft.com/trustcenter).

If you do not wish to send usage data to Microsoft or need more details, refer to the [Disable telemetry tracking](../../Howto/Telemetry) guide.
If you do not wish to send usage data to Microsoft or need more details, refer to the [Disable telemetry tracking](./../../../../Howto/Telemetry) guide.

## Trademarks

Expand Down
2 changes: 1 addition & 1 deletion docs/content/patterns/alz/Resources/Known-Issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ weight: 100
>
> ### Cause
>
> When attempting to deploy to a different region, such as "uksouth", after a previous deployment in another region, an error may occur. This issue persists even after performing a cleanup (refer to [Cleaning up a Deployment](../../HowTo/Cleaning-up-a-Deployment) for more details). The error arises because deployment entries from the previous operation still exist, causing a region conflict that prevents the new deployment.
> When attempting to deploy to a different region, such as "uksouth", after a previous deployment in another region, an error may occur. This issue persists even after performing a cleanup (refer to [Clean-up AMBA-ALZ Deployment](../../HowTo/Cleaning-up-a-Deployment) for more details). The error arises because deployment entries from the previous operation still exist, causing a region conflict that prevents the new deployment.
>
> ### Resolution
>
Expand Down
23 changes: 23 additions & 0 deletions docs/content/welcome/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,30 @@ AMBA supports three types of activity alerts to monitor your Azure resources. Th
| ***Product*** | | Azure Monitor | Azure Monitor, M365, D365 | Azure Monitor, M365, D365 | Azure Monitor, M365, D365 |

---
### What's New in AMBA

Below, you'll find the latest updates and solutions we've added to enhance your experience with AMBA.

**New: [Monitoring solutions for AI on Azure Platforms (PaaS) and AI Specialized Workload Patterns (GPT-RAG)](https://azure.github.io/azure-monitor-baseline-alerts/patterns/artificial-intelligence/)**
- **Details:** We've showcased new links to alert guidelines for AI on Azure platform services. Additionally, you'll discover alert guidelines for common Azure services used to build enterprise-level AI applications. We've also introduced alert settings for [GPT-RAG pattern](https://azure.github.io/azure-monitor-baseline-alerts/patterns/artificial-intelligence/rag/) setups. These settings include metrics and threshold recommendations for services involved in AI RAG pattern architectures.
- **Benefits:** Improved monitoring and alerting for AI solutions on Azure.

**New: [Deploy monitoring for Azure OpenAI](https://azure.github.io/azure-monitor-baseline-alerts/patterns/artificial-intelligence/azureopenai/)**
- **Details:** We've showcased new information on monitoring for AI services, including a workbook monitoring solution for Azure OpenAI, which offers deep insights into Azure OpenAI resources and usage. Additionally, we've implemented new [key alert metrics for Azure OpenAI services](https://azure.github.io/azure-monitor-baseline-alerts/services/CognitiveServices/accounts/).
- **Benefits:** Improved solutions and alert metrics for monitoring Azure OpenAI.

**New: [Alerts for Azure Machine Learning workspace](https://azure.github.io/azure-monitor-baseline-alerts/services/MachineLearningServices/workspaces/)**
- **Details:** We've implemented new alerts for Azure Machines Learning workspaces, including alerts for Quota Utilization Percentage, Model Deploy Failed, and Unusable Nodes.
- **Benefits:** Improved monitoring and alerting for Azure Machine Learning.

**New: [Updated homepage for AMBA](https://azure.github.io/azure-monitor-baseline-alerts/welcome/)**
- **Details:** We've updated the AMBA homepage with new and improved content, graphics, and interactive tables for an enhanced learning experience. New resources and quick links are included for the development of strong observability and monitoring.
- **Benefits:** Enhanced functionality, reader experience, and increased monitoring resources.

**New: [Alerts for Azure VMware Solution Private Clouds](https://azure.github.io/azure-monitor-baseline-alerts/services/AVS/privateClouds/)**
- **Details:** We've implemented new alerts for AVS Private Clouds, including alerts for CPU usage per cluster, memory usage per cluster, and storage usage per datastore.
- **Benefits:** Improved monitoring and alerting for health and performance of AVS Private Clouds.
---
{{< hint type=tip >}}
Please review and leave issues on things you find, via [GitHub Issues](https://github.com/Azure/azure-monitor-baseline-alerts/issues)
{{< /hint >}}

0 comments on commit d9ed577

Please sign in to comment.