Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Fixes #17 #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ AppID (`InvestigationAppID`) and AppSecret (`InvestigationAppSecret`) to enable


## Prerequisites for the Activity API
Follow the instructions in the [Management Activity API: Getting Started Guide](gettingstarted) to create a new AAD
Follow the instructions in the [Management Activity API: Getting Started Guide][gettingstarted] to create a new AAD
application and grant it permissions to the tenant's Management Activity API.


Expand Down Expand Up @@ -82,7 +82,7 @@ application and grant it permissions to the tenant's Management Activity API.
In the "Firewall Settings" blade, click "Add Client IP" and add the IP address of the host where you will be running
the investigations tooling from. Save and wait for confirmation that the firewall rules have been updated.

1. Use Visual Studio, or download [SQL Server Management Studio Express 2014](ssms) (for free) and connect to your new
1. Use Visual Studio, or download [SQL Server Management Studio Express 2014][ssms] (for free) and connect to your new
database.

1. Create a new SQL database named "O365Investigations"
Expand Down