Skip to content

Commit 7109467

Browse files
committed
acrolinx and warning fix
1 parent a3d82e9 commit 7109467

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/azure-monitor/app/change-analysis-troubleshoot.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ ms.custom: devx-track-azurepowershell
1313

1414
## Trouble registering Microsoft.ChangeAnalysis resource provider from Change history tab.
1515

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:
1717

1818
### You don't have enough permissions to register Microsoft.ChangeAnalysis resource provider.
1919
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).
2020

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.
2222
1. In the Azure portal, search for **Subscriptions**.
2323
1. Select your subscription.
2424
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.
3131
```
3232
3333
### 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).
3537
3638
Try refreshing the page and checking your internet connection. If the error persists, contact the [Change Analysis help team](mailto:[email protected]).
3739
@@ -49,7 +51,7 @@ You'll receive this error message when the registration takes longer than 2 minu
4951
## Azure Lighthouse subscription is not supported.
5052
5153
### 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`.
5355
5456
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.
5557
@@ -70,7 +72,7 @@ This general unauthorized error message occurs when the current user does not ha
7072
* To view infrastructure changes returned by Azure Resource Graph and Azure Resource Manager, reader access is required.
7173
* For web app in-guest file changes and configuration changes, contributor role is required.
7274
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:
7476
7577
1. User adds the hidden tracking tag, notifying the scheduled worker.
7678
2. Scheduled worker scans the web app within a few hours.

0 commit comments

Comments
 (0)