From a31039fc1ac9a0421a573167dd9783d7ac5c9a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Portela=20Afonso?= Date: Wed, 27 Nov 2024 10:26:26 +0000 Subject: [PATCH] docs(azure): full list of required resource providers --- .../deployment/azure/pre_deploy_checklist.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/deployment_and_security/deployment/azure/pre_deploy_checklist.md b/docs/deployment_and_security/deployment/azure/pre_deploy_checklist.md index 7752c49e..b585fd22 100644 --- a/docs/deployment_and_security/deployment/azure/pre_deploy_checklist.md +++ b/docs/deployment_and_security/deployment/azure/pre_deploy_checklist.md @@ -71,10 +71,17 @@ Check and activate (if needed) resource providers for the subscription where the - Go to Resource Providers - Using the filter, check if you have the following resource providers registered. If not, please click the resource provider and click *“Register”*. + - **Microsoft.Authorization** - **Microsoft.Compute** - **Microsoft.ContainerInstance** + - **Microsoft.ContainerRegistry** + - **Microsoft.ContainerService** + - **Microsoft.KeyVault** + - **Microsoft.ManagedIdentity** + - **Microsoft.Network** + - **Microsoft.Resources** + - **Microsoft.Storage** - ![azure compute](../../../assets/deployment_security/azure/azure_contributor.png){: style="width:75%"} ![azure container](../../../assets/deployment_security/azure/azure_container.png){: style="width:75%"} For more information check ^^[Azure's official documentation on resource providers](https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/resource-providers-and-types)^^