Skip to content

Commit 26f1dda

Browse files
committed
fix numbered list
1 parent 5985813 commit 26f1dda

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

windows/security/threat-protection/windows-defender-atp/api-hello-world.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ manager: dansimp
1414
audience: ITPro
1515
ms.collection: M365-security-compliance
1616
ms.topic: article
17-
ms.date: 09/24/2018
1817
---
1918

20-
# Windows Defender ATP API - Hello Word
19+
# Windows Defender ATP API - Hello World
2120

22-
**Applies to:** [Windows Defender Advanced Threat Protection (Windows Defender ATP)](https://wincom.blob.core.windows.net/documents/Windows10_Commercial_Comparison.pdf)
21+
**Applies to:**
22+
- [Windows Defender Advanced Threat Protection (Windows Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559)
2323

24-
> Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/en-us/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink)
24+
> Want to experience Windows Defender ATP? [Sign up for a free trial.](https://www.microsoft.com/WindowsForBusiness/windows-atp?ocid=docs-wdatp-exposedapis-abovefoldlink)
2525
2626

2727
## Get Alerts using a simple PowerShell script
@@ -36,7 +36,7 @@ For the App registration stage, you must have a Global administrator role in you
3636

3737
### Step 1 - Create an App in Azure Active Directory
3838

39-
1. Log on to [Azure](https://portal.azure.com) With your Global administrator user.
39+
1. Log on to [Azure](https://portal.azure.com) with your Global administrator user.
4040

4141
2. Navigate to **Azure Active Directory** > **App registrations** > **New application registration**.
4242

@@ -181,7 +181,6 @@ You’re all done! You have just successfully:
181181
- Connected the API
182182
- Used a PowerShell script to return alerts created in the past 48 hours
183183

184-
Well done!
185184

186185

187186
## Related topic

windows/security/threat-protection/windows-defender-atp/apis-intro.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,27 @@ You can access Windows Defender ATP API with **Application Context** or **User C
3636
- **Application Context: (Recommended)** <br>
3737
Used by apps that run without a signed-in user present. for example, apps that run as background services or daemons.
3838

39-
Steps that needs to be taken to access Windows Defender ATP API with application context:
40-
1) Create AAD Web-Application.
41-
2) Assign the desired permission to the application, e.g 'Read Alerts', 'Isolate Machines' etc.
42-
3) Create a key for this Application.
43-
4) Get token using the application with its key.
44-
5) Use the token to access Windows Defender ATP API
39+
Steps that need to be taken to access Windows Defender ATP API with application context:
40+
41+
1. Create an AAD Web-Application.
42+
2. Assign the desired permission to the application, for example, 'Read Alerts', 'Isolate Machines'.
43+
3. Create a key for this Application.
44+
4. Get token using the application with its key.
45+
5. Use the token to access Windows Defender ATP API
4546

46-
See - [Get access with application context](exposed-apis-create-app-webapp.md).
47+
For more information, see [Get access with application context](exposed-apis-create-app-webapp.md).
4748

4849

4950
- **User Context:** <br>
5051
Used to perform actions in the API on behalf of a user.
5152

5253
Steps that needs to be taken to access Windows Defender ATP API with application context:
53-
1) Create AAD Native-Application.
54-
2) Assign the desired permission to the application, e.g 'Read Alerts', 'Isolate Machines' etc.
55-
3) Get token using the application with user credentials.
56-
4) Use the token to access Windows Defender ATP API
54+
1. Create AAD Native-Application.
55+
2. Assign the desired permission to the application, e.g 'Read Alerts', 'Isolate Machines' etc.
56+
3. Get token using the application with user credentials.
57+
4. Use the token to access Windows Defender ATP API
5758

58-
See - [Get access with user context](exposed-apis-create-app-nativeapp.md).
59+
For more information, see [Get access with user context](exposed-apis-create-app-nativeapp.md).
5960

6061

6162
## Related topics

0 commit comments

Comments
 (0)