Skip to content

Commit

Permalink
Patch 1 (#1735)
Browse files Browse the repository at this point in the history
Co-authored-by: Jack Tracey <[email protected]>
  • Loading branch information
soderholmd and jtracey93 authored Aug 27, 2024
1 parent c1650a5 commit 33bfd38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
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/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:

* 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.

0 comments on commit 33bfd38

Please sign in to comment.