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
This test verifies that your agents can communicate with Azure over port 443. Open a browser, and go to the previous URL from the server where the agent is installed.
58
58
59
-

59
+

60
60
61
61
### On the local server
62
62
@@ -92,7 +92,7 @@ To resolve this problem, follow these steps.
92
92
93
93
You might get the following error message when you attempt to register the agent.
This problem is usually caused by the agent being unable to connect to the Hybrid Identity Service and requires you to configure an HTTP proxy. To resolve this problem, configure an outbound proxy.
98
98
@@ -130,27 +130,27 @@ To gather additional details for troubleshooting agent-related problems, follow
130
130
1. Create a copy of the original config file: *C:\Program Files\Microsoft Azure AD Connect Provisioning Agent\AADConnectProvisioningAgent.exe.config*.
131
131
1. Replace the existing `<system.diagnostics>` section with the following, and all trace messages will go to the file *ProvAgentTrace.log*.
<addname="textWriterListener"type="System.Diagnostics.TextWriterTraceListener"initializeData="C:/ProgramData/Microsoft/Azure AD Connect Provisioning Agent/Trace/ProvAgentTrace.log"/>
150
+
</sharedListeners>
151
+
</system.diagnostics>
152
152
153
-
```
153
+
```
154
154
1. Start the service **Microsoft Azure AD Connect Provisioning Agent**.
155
155
1. Use the following command to tail the file and debug problems.
156
156
```
@@ -164,15 +164,15 @@ The following section contains information on troubleshooting object synchroniza
164
164
165
165
In the Azure portal, provisioning logs can be used to help track down and troubleshoot object synchronization problems. To view the logs, select **Logs**.
Provisioning logs provide a wealth of information on the state of the objects being synchronized between your on-premises Active Directory environment and Azure.
You can use the drop-down boxes at the top of the page to filter the view to zero in on specific problems, such as dates. Double-click an individual event to see additional information.
This information provides detailed steps and where the synchronization problem is occurring. In this way, you can pinpoint the exact spot of the problem.
178
178
@@ -181,11 +181,11 @@ This information provides detailed steps and where the synchronization problem i
181
181
182
182
Cloud provisioning monitors the health of your configuration and places unhealthy objects in a quarantine state. If most or all of the calls made against the target system consistently fail because of an error, for example, invalid admin credentials, the provisioning job is marked as in quarantine.
0 commit comments