Skip to content

Commit 78fa448

Browse files
Merge pull request #228908 from tfitzmac/0228rpreg
add unknown apps from registration
2 parents a93fe0c + 8a79e40 commit 78fa448

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/azure-resource-manager/management/azure-services-resource-providers.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Resource providers by Azure services
33
description: Lists all resource provider namespaces for Azure Resource Manager and shows the Azure service for that namespace.
44
ms.topic: conceptual
5-
ms.date: 02/28/2022
5+
ms.date: 02/28/2023
66
ms.custom: devx-track-azurepowershell, ignite-2022
77
---
88

@@ -186,10 +186,12 @@ The resources providers that are marked with **- registered** are registered by
186186

187187
## Registration
188188

189-
The resources providers above that are marked with **- registered** are registered by default for your subscription. To use the other resource providers, you must [register them](resource-providers-and-types.md). However, many resource providers are registered for you when you take certain actions. For example, if you create a resource through the portal, the portal automatically registers any unregistered resource providers that are needed. When deploy resources through an [Azure Resource Manager template](../templates/overview.md), any required resource providers are also registered.
189+
The resources providers in the preceding section that are marked with **- registered** are registered by default for your subscription. To use the other resource providers, you must [register them](resource-providers-and-types.md). However, many resource providers are registered for you when you take certain actions. For example, if you create a resource through the portal, the portal automatically registers any unregistered resource providers that are needed. When deploy resources through an [Azure Resource Manager template](../templates/overview.md), any required resource providers are also registered.
190190

191191
> [!IMPORTANT]
192192
> Only register a resource provider when you're ready to use it. The registration step enables you to maintain least privileges within your subscription. A malicious user can't use resource providers that aren't registered.
193+
>
194+
> When you register resource providers that aren't needed, you may see apps in your Azure Active Directory tenant that you don't recognize. Microsoft adds the app for a resource provider when you register it. These applications are typically added by Windows Azure Service Management API. To avoid having unnecessary apps in your tenant, only register resource providers that are needed.
193195
194196
## Find resource provider
195197

0 commit comments

Comments
 (0)