Skip to content

Commit 80b2abc

Browse files
committed
edits
1 parent e01b908 commit 80b2abc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-resource-manager/troubleshooting/error-register-resource-provider.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Message: The client '<identifier>' with object id '<identifier>' does not have a
3737
action 'Microsoft.Compute/virtualMachines/read' over scope ...
3838
```
3939

40+
An unexpected error might occur for a resource provider that's not in your ARM template or Bicep file. This can happen when you're deploying a resource that creates other supporting resources. For example, the resource in your template might add monitoring or security resources. The error message indicates the resource provider namespace you need to register is for the supporting resource.
41+
4042
## Cause
4143

4244
You receive these errors for one of these reasons:
@@ -157,7 +159,7 @@ You can see the registration status and register a resource provider namespace t
157159

158160
:::image type="content" source="media/error-register-resource-provider/select-resource-providers.png" alt-text="Screenshot of a subscription's list of resource providers.":::
159161

160-
1. To register a resource provider, select the resource provider and then select **Register** .
162+
1. To register a resource provider, select the resource provider and then select **Register**.
161163

162164
:::image type="content" source="media/error-register-resource-provider/select-register.png" alt-text="Screenshot of button that registers a selected resource provider.":::
163165

0 commit comments

Comments
 (0)