Skip to content

Commit b722161

Browse files
authored
Merge pull request #110703 from mgreenegit/patch-6
cleanup RP registration section
2 parents 81853f9 + a510a03 commit b722161

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

articles/governance/policy/concepts/guest-configuration.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,9 @@ both built-in and custom definitions.
3232
## Register Guest Configuration resource provider
3333

3434
Before you can use Guest Configuration, you must register the resource provider. You can register
35-
through the portal or through PowerShell. The resource provider is registered automatically if
35+
through the [portal](../../../azure-resource-manager/management/resource-providers-and-types.md#azure-portal), [Azure PowerShell](../../../azure-resource-manager/management/resource-providers-and-types.md#azure-powershell), or [Azure CLI](../../../azure-resource-manager/management/resource-providers-and-types.md#azure-cli). The resource provider is registered automatically if
3636
assignment of a Guest Configuration policy is done through the portal.
3737

38-
### Registration - Portal
39-
40-
To register the resource provider for Guest Configuration through the Azure portal, follow these
41-
steps:
42-
43-
1. Launch the Azure portal and click on **All services**. Search for and select **Subscriptions**.
44-
45-
1. Find and click on the subscription that you want to enable Guest Configuration for.
46-
47-
1. In the left menu of the **Subscription** page, click **Resource providers**.
48-
49-
1. Filter for or scroll until you locate **Microsoft.GuestConfiguration**, then click **Register**
50-
on the same row.
51-
52-
### Registration - PowerShell
53-
54-
To register the resource provider for Guest Configuration through PowerShell, run the following
55-
command:
56-
57-
```azurepowershell-interactive
58-
# Login first with Connect-AzAccount if not using Cloud Shell
59-
Register-AzResourceProvider -ProviderNamespace 'Microsoft.GuestConfiguration'
60-
```
61-
6238
## Validation tools
6339

6440
Inside the machine, the Guest Configuration client uses local tools to run the audit.

0 commit comments

Comments
 (0)