Skip to content

Commit 3722432

Browse files
committed
Fixes
1 parent 08ab8d8 commit 3722432

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Right-clicking on the status will bring up additional options:
172172

173173
### Resolve a quarantine
174174

175-
There are two different ways to resolve a quarantine. They are:
175+
There are two different ways to resolve a quarantine. They are:
176176

177177
- clear quarantine - clears the watermark and runs a delta sync
178178
- restart the provisioning job - clears the watermark and runs an initial sync

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,15 +120,16 @@ See [How the sample works](#how-the-sample-works) for an illustration.
120120
121121
1. You will need to install MSAL Python library, Flask framework, Flask-Sessions for server-side session management and requests using pip as follows:
122122
123-
```Shell
123+
```shell
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
129-
```Shell
129+
```shell
130130
python app.py
131131
```
132+
132133
> [!IMPORTANT]
133134
> This quickstart application uses a client secret to identify itself as confidential client. Because the client secret is added as a plain-text to your project files, for security reasons, it is recommended that you use a certificate instead of a client secret before considering the application as production application. For more information on how to use a certificate, see [these instructions](./active-directory-certificate-credentials.md).
134135

0 commit comments

Comments
 (0)