diff --git a/docs/wiki/ALZ-Resource-Provider-Recommendations.md b/docs/wiki/ALZ-Resource-Provider-Recommendations.md index 977523f0ac..4153d8a26a 100644 --- a/docs/wiki/ALZ-Resource-Provider-Recommendations.md +++ b/docs/wiki/ALZ-Resource-Provider-Recommendations.md @@ -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 diff --git a/docs/wiki/Deploying-ALZ-Pre-requisites.md b/docs/wiki/Deploying-ALZ-Pre-requisites.md index cba2e19a62..1f7918d4e7 100644 --- a/docs/wiki/Deploying-ALZ-Pre-requisites.md +++ b/docs/wiki/Deploying-ALZ-Pre-requisites.md @@ -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. \ No newline at end of file +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.