Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #1735

Merged
merged 6 commits into from
Aug 27, 2024
Merged

Patch 1 #1735

Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/wiki/ALZ-Resource-Provider-Recommendations.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Some resource providers are turned on by Azure by default on all subscriptions d

## Resource Providers for Enterprise-Scale ALZ Deployment (Empty Subscriptions)

To successfully deploy an Enterprise-Scale with a predefined [template](https://aka.ms/caf/ready/accelerator), along with ensuring other [prerequisites](https://github.com/Azure/Enterprise-Scale/wiki/Deploying-ALZ-Pre-requisites) are complete, ensure these Resource Providers are [registered](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-providers-and-types) in ALL subscriptions associated with your new Landing Zone:
To successfully deploy an Enterprise-Scale with a predefined [template](https://learn.microsoft.com/en-us/azure/architecture/landing-zones/landing-zone-deploy#platform), along with ensuring other [prerequisites](https://github.com/Azure/Enterprise-Scale/wiki/Deploying-ALZ-Pre-requisites) are complete, ensure these Resource Providers are [registered](https://learn.microsoft.com/azure/azure-resource-manager/management/resource-providers-and-types) in ALL subscriptions associated with your new Landing Zone:
jtracey93 marked this conversation as resolved.
Show resolved Hide resolved

* microsoft.insights
* Microsoft.Insights
* Microsoft.AlertsManagement
* Microsoft.OperationalInsights
* Microsoft.OperationsManagement
Expand Down
9 changes: 3 additions & 6 deletions docs/wiki/Deploying-ALZ-Pre-requisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,8 @@ New-AzRoleAssignment -Scope '/' -RoleDefinitionName 'Owner' -ObjectId $user.Id

> Please note: sometimes it can take up to 15 minutes for permission to propagate at tenant root scope. It is highly recommended that you log out and log back in to refresh the token before you proceed with the deployment.*

### Azure Monitor Baseline Alerts prerequisites
## Azure Resource Provider prerequisites

The Azure Monitor Baseline Alerts are deployed as part of the Enterprise-Scale deployment, and they require the following:
For the ALZ deployment, a number of resource providers must be registered on ALL subscriptions. Ensure that all the resource providers listed [here](https://github.com/Azure/Enterprise-Scale/wiki/ALZ-Resource-Provider-Recommendations) are registered before deploying Azure Landing Zones.

1. For the policies to work, the following Azure resource providers, normally registered by default, must be registered on all subscriptions in scope:
- Microsoft.AlertsManagement
- Microsoft.Insights
Please see [here](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) for details on how to register a resource provider should you need to do so.
Please see [here](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider) for details on how to register a resource provider should you need to do so.
Loading