Skip to content

Commit 25e7867

Browse files
committed
minor edit
1 parent 80b2abc commit 25e7867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ 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.
40+
An unexpected error can occur for a resource provider that's not in your ARM template or Bicep file. This error might happen when a resource is deployed that creates other supporting resources. For example, the resource in your template adds monitoring or security resources. The error message indicates the resource provider namespace you need to register is for the supporting resource.
4141

4242
## Cause
4343

0 commit comments

Comments
 (0)