Skip to content

Commit 24a9486

Browse files
committed
Fixes
1 parent 9fced39 commit 24a9486

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed

articles/active-directory/cloud-sync/how-to-troubleshoot.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -162,22 +162,23 @@ By selecting the status, you can see additional information about the quarantine
162162

163163
![Screenshot that shows additional information about the quarantine.](media/how-to-troubleshoot/quarantine-2.png)
164164

165-
Right clicking on the status will bring up additional options:
166-
167-
- view provisioning logs
168-
- view agent
169-
- clear quarantine
165+
Right-clicking on the status will bring up additional options:
170166

171-
![Screenshot that shows the right-click menu options.](media/how-to-troubleshoot/quarantine-4.png)
167+
- view provisioning logs
168+
- view agent
169+
- clear quarantine
172170

171+
![Screenshot that shows the right-click menu options.](media/how-to-troubleshoot/quarantine-4.png)
173172

174173
### Resolve a quarantine
175-
There are two different ways to resolve a quarantine. They are:
176174

177-
- clear quarantine - clears the watermark and runs a delta sync
178-
- restart the provisioning job - clears the watermark and runs an initial sync
175+
There are two different ways to resolve a quarantine. They are:
176+
177+
- clear quarantine - clears the watermark and runs a delta sync
178+
- restart the provisioning job - clears the watermark and runs an initial sync
179179

180180
#### Clear quarantine
181+
181182
To clear the watermark and run a delta sync on the provisioning job once you have verified it, simply right-click on the status and select **clear quarantine**.
182183

183184
You should see an notice that the quarantine is clearing.
@@ -189,11 +190,13 @@ Then you should see the status on your agent as healthy.
189190
![Quarantine status information](media/how-to-troubleshoot/quarantine-6.png)
190191

191192
#### Restart the provisioning job
193+
192194
Use the Azure portal to restart the provisioning job. On the agent configuration page, select **Restart provisioning**.
193195

194196
![Restart provisioning](media/how-to-troubleshoot/quarantine-3.png)
195197

196198
- Use Microsoft Graph to [restart the provisioning job](/graph/api/synchronization-synchronizationjob-restart?tabs=http&view=graph-rest-beta&preserve-view=true). You'll have full control over what you restart. You can choose to clear:
199+
197200
- Escrows, to restart the escrow counter that accrues toward quarantine status.
198201
- Quarantine, to remove the application from quarantine.
199202
- Watermarks.
@@ -203,20 +206,20 @@ Use the Azure portal to restart the provisioning job. On the agent configuration
203206
`POST /servicePrincipals/{id}/synchronization/jobs/{jobId}/restart`
204207

205208
## Repairing the the Cloud Sync service account
206-
If you need to repair the cloud sync service account you can use the `Repair-AADCloudSyncToolsAccount`.
207209

210+
If you need to repair the cloud sync service account you can use the `Repair-AADCloudSyncToolsAccount`.
208211

209212
1. Use the installation steps outlined [here](reference-powershell.md#install-the-aadcloudsynctools-powershell-module) to begin and then continue with the remaining steps.
210213

211-
2. From a Windows PowerShell session with administrative privileges, type or copy and paste the following:
214+
2. From a PowerShell session with administrative privileges, type or copy and paste the following:
212215

213216
```powershell
214217
Connect-AADCloudSyncTools
215218
```
216219
217220
3. Enter your Azure AD global admin credentials.
218221
219-
4. Type or copy and paste the following:
222+
4. Type or copy and paste the following:
220223
221224
```powershell
222225
Repair-AADCloudSyncToolsAccount

articles/active-directory/develop/quickstart-v2-python-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ See [How the sample works](#how-the-sample-works) for an illustration.
124124
pip install -r requirements.txt
125125
```
126126
127-
2. Run app.py from shell or command line:
127+
2. Run `app.py` from shell or command line:
128128
129129
```shell
130130
python app.py

0 commit comments

Comments
 (0)