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 Jan 23, 2025
2 parents 8f18c5d + 10b7be5 commit a03eb7c
Show file tree
Hide file tree
Showing 139 changed files with 41,426 additions and 634 deletions.
17 changes: 17 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# The amba-maintainers team is responsible for reviewing and merging all PRs
* @Azure/amba-maintainers

## The amba-cosmos team is responsible for all CosmosDB related PRs
services/DocumentDB/databaseAccounts @Azure/aprl-maintainers @Azure/amba-cosmos

## The amba-mysql team is responsible for all MySQL related PRs
services/DBforMySQL @Azure/amba-maintainers @Azure/amba-mysql

## The amba-postgres team is responsible for all PostgreSQL related PRs
services/DBforPostgreSQL @Azure/amba-maintainers @Azure/amba-postgres

## The amba-sql team is responsible for all SQL related PRs
services/Sql @Azure/amba-maintainers @Azure/amba-sql

## The amba-vm team is responsible for all VM related PRs
services/Compute @Azure/amba-maintainers @Azure/amba-vm
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
fetch-depth: 0

- name: Check links in markdown files
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
uses: gaurav-nelson/github-action-markdown-link-check@1.0.16
with:
config-file: ".github/linters/mlc_config.json"
use-verbose-mode: "yes"
Expand Down
20 changes: 20 additions & 0 deletions docs/content/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,30 @@ title: Frequently Asked Questions (FAQs)
weight: 20
---

This FAQ page provides answers to common questions about Azure Monitor Baseline Alerts (AMBA). It covers a variety of topics, including the types of alerts that can be monitored, how to deploy AMBA, best practices, and where to find additional learning resources. Whether you're just getting started with AMBA or looking to deepen your understanding, this FAQ page has you covered!

{{< hint type=tip >}}

Got an unanswered question? Create a [GitHub Issue](https://github.com/Azure/azure-monitor-baseline-alerts/issues) so we can get it answered and added here for everyone's benefit 👍

{{< /hint >}}

{{< toc >}}

## General Questions

1. **What type of alerts can AMBA monitor?**
AMBA supports a wide range of alert metrics that can be monitored. This includes CPU Utilization, Memory Usage, Networking Traffic, Application Response Times, Quota Utilization, Storage Usage, and many more.

2. **How do I deploy AMBA within my Azure environment?**
AMBA can be deployed for both Azure resources, and specific Azure Patterns/Scenarios through the provided deployment templates within the AMBA site. Current deployment options include ARM, Bicep, Policy, and direct Deploy to Azure buttons.

3. **Where can I find best practices for implementing Azure Monitor Baseline Alerts?**
Best practices for implementing alerting within your environment follow the Azure Well-Architected framework by prioritizing Reliability, Security, Cost optimization, Operational excellence, and Performance efficiency. For more guidance on best practices within each of these WAF Pillars, please browse our documentation [here](https://learn.microsoft.com/en-us/azure/azure-monitor/best-practices-alerts). Further resources are also showcased on our homepage.

4. **How do I debug or view issues with any AMBA alerts I have created?**
To view or debug issues with your AMBA alerts in Azure Monitor, it is recommended to check the Activity Log within the Azure Monitor section. This log provides details that can help you understand and resolve any issues that arise with triggered alerts.

5. **Where can I find more resources to learn about AMBA and monitoring?**
For learning resources, please refer to our monitoring journey table on the AMBA homepage. Additionally, helpful information and quick links on the homepage will guide you to a plethora of AMBA and monitoring-specific documentation. You can find the page [here](https://azure.github.io/azure-monitor-baseline-alerts/welcome/).

14 changes: 7 additions & 7 deletions patterns/alz/alz-portal.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"type": "Microsoft.Solutions.ArmApiControl",
"request": {
"method": "POST",
"path": "providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"path": "/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"body": {
"query": "[format('resourcecontainers | where type == \"microsoft.resources/subscriptions\" | where properties.managementGroupAncestorsChain contains \"{0}\" | project label=tostring(name) , description=id, value=subscriptionId | order by label asc', steps('basics').resourceScope.managementGroup.name)]"
}
Expand All @@ -41,7 +41,7 @@
"type": "Microsoft.Solutions.ArmApiControl",
"request": {
"method": "POST",
"path": "providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"path": "/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"body": {
"query": "resources | where type =~ 'Microsoft.ManagedIdentity/userAssignedIdentities'| project label=tostring(name) , description=id, value=id | order by label asc"
}
Expand Down Expand Up @@ -679,7 +679,7 @@
"type": "Microsoft.Solutions.ArmApiControl",
"request": {
"method": "POST",
"path": "providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"path": "/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"body": {
"query": "resources | where type == 'microsoft.insights/actiongroups'| project label=tostring(name) , description=name, value=id | order by label asc"
}
Expand Down Expand Up @@ -742,7 +742,7 @@
"type": "Microsoft.Solutions.ArmApiControl",
"request": {
"method": "POST",
"path": "providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"path": "/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"body": {
"query": "authorizationresources |extend roleName = tostring(properties.roleName)|where roleName in~ ('Owner', 'Contributor', 'Reader', 'Monitoring Contributor', 'Monitoring Reader')|project label=tostring(roleName) , description=roleName, value=name | order by label asc"
}
Expand Down Expand Up @@ -787,7 +787,7 @@
"type": "Microsoft.Solutions.ArmApiControl",
"request": {
"method": "POST",
"path": "providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"path": "/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"body": {
"query": "resources | where type =~ 'microsoft.logic/workflows' or (type =~ 'Microsoft.Web/sites' and kind =~ 'functionapp,workflowapp') | project label=tostring(name), description=id, value=id | order by label asc"
}
Expand All @@ -798,7 +798,7 @@
"type": "Microsoft.Solutions.ArmApiControl",
"request": {
"method": "POST",
"path": "providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"path": "/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"body": {
"query": "resources| where type == 'microsoft.logic/workflows'| project label=tostring(properties.accessEndpoint) , description=properties.accessEndpoint, value=properties.accessEndpoint | order by label asc"
}
Expand All @@ -809,7 +809,7 @@
"type": "Microsoft.Solutions.ArmApiControl",
"request": {
"method": "POST",
"path": "providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"path": "/providers/Microsoft.ResourceGraph/resources?api-version=2021-03-01",
"body": {
"query": "resources| where type == 'microsoft.eventhub/namespaces'| project label=tostring(name) , description=id, value=id | order by label asc"
}
Expand Down
Loading

0 comments on commit a03eb7c

Please sign in to comment.