You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Trouble registering Microsoft.ChangeAnalysis resource provider from Change history tab.
15
15
16
-
If you are viewing Change history after its first integration with Application Change Analysis, you will see it automatically registering the **Microsoft.ChangeAnalysis** resource provider. The resource may fail and incur the following error messages:
16
+
If you're viewing Change history after its first integration with Application Change Analysis, you will see it automatically registering the **Microsoft.ChangeAnalysis** resource provider. The resource may fail and incur the following error messages:
17
17
18
18
### You don't have enough permissions to register Microsoft.ChangeAnalysis resource provider.
19
19
You're receiving this error message because your role in the current subscription is not associated with the **Microsoft.Support/register/action** scope. For example, you are not the owner of your subscription and instead received shared access permissions through a coworker (like view access to a resource group).
20
20
21
-
To fix this, contact the owner of your subscription to register the **Microsoft.ChangeAnalysis** resource provider.
21
+
To resolve the issue, contact the owner of your subscription to register the **Microsoft.ChangeAnalysis** resource provider.
22
22
1. In the Azure portal, search for **Subscriptions**.
23
23
1. Select your subscription.
24
24
1. Navigate to **Resource providers** under **Settings** in the side menu.
@@ -31,7 +31,9 @@ To fix this, contact the owner of your subscription to register the **Microsoft.
31
31
```
32
32
33
33
### Failed to register Microsoft.ChangeAnalysis resource provider.
34
-
Since the UI sent the resource provider registration request, and you've resolved your [permissions issue](#you-don't-have-enough-permissions-to-register-Microsoft.ChangeAnalysis-resource-provider), this error message is likely a temporary internet connectivity issue.
34
+
This error message is likely a temporary internet connectivity issue, since:
35
+
* The UI sent the resource provider registration request.
36
+
* You've resolved your [permissions issue](#you-dont-have-enough-permissions-to-register-microsoftchangeanalysis-resource-provider).
35
37
36
38
Try refreshing the page and checking your internet connection. If the error persists, contact the [Change Analysis help team](mailto:[email protected]).
37
39
@@ -49,7 +51,7 @@ You'll receive this error message when the registration takes longer than 2 minu
49
51
## Azure Lighthouse subscription is not supported.
50
52
51
53
### Failed to query Microsoft.ChangeAnalysis resource provider.
52
-
Often, this message includes: *Azure lighthouse subscription is not supported, the changes are only available in the subscription's home tenant*.
54
+
Often, this message includes: `Azure Lighthouse subscription is not supported, the changes are only available in the subscription's home tenant`.
53
55
54
56
Currently, the Change Analysis resource provider is limited to registration through Azure Lighthouse subscription for users outside of home tenant. We are working on addressing this limitation.
55
57
@@ -70,7 +72,7 @@ This general unauthorized error message occurs when the current user does not ha
70
72
* To view infrastructure changes returned by Azure Resource Graph and Azure Resource Manager, reader access is required.
71
73
* For web app in-guest file changes and configuration changes, contributor role is required.
72
74
73
-
You may not immediately see web app in-guest file changes and configuration changes due to async coordination. This is a limitation. While we work on providing the option to restart the app in the Azure portal, the current procedure is:
75
+
You may not immediately see web app in-guest file changes and configuration changes. While we work on providing the option to restart the app in the Azure portal, the current procedure is:
74
76
75
77
1. User adds the hidden tracking tag, notifying the scheduled worker.
76
78
2. Scheduled worker scans the web app within a few hours.
0 commit comments