From bb944ef24552cfaafa3952ad2974223ff54c5c01 Mon Sep 17 00:00:00 2001 From: Kosta S <43343162+KostaS10@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:20:21 +0200 Subject: [PATCH 1/3] Update readme.md with fixed instructions link Previous wiki link led to 404, fixed --- Deploy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy/readme.md b/Deploy/readme.md index a1caf8c..975bc2f 100644 --- a/Deploy/readme.md +++ b/Deploy/readme.md @@ -22,7 +22,7 @@ To upgrade the Microsoft Sentinel Triage AssistanT you can simply deploy the sol ### Grant Permissions -* Run [GrantPermissions.ps1](GrantPermissions.ps1) to grant the necessary API and RBAC permissions to the STAT Function deployed by this template. You will find more information on how to run the script in the [wiki](/wiki/Deployment#grant-permissions). +* Run [GrantPermissions.ps1](GrantPermissions.ps1) to grant the necessary API and RBAC permissions to the STAT Function deployed by this template. You will find more information on how to run the script in the [documentation](https://github.com/KostaS10/SentinelAutomationModules/blob/main/Docs/deployment.md#grant-permissions). ### Restrict Calls to STAT Function (optional) From b959dd24ab0ad86c1791bda8ae8cbe5bbb72ee77 Mon Sep 17 00:00:00 2001 From: Kosta S <43343162+KostaS10@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:23:13 +0200 Subject: [PATCH 2/3] Update readme.md Fixing correct repo link --- Deploy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy/readme.md b/Deploy/readme.md index 975bc2f..9151178 100644 --- a/Deploy/readme.md +++ b/Deploy/readme.md @@ -22,7 +22,7 @@ To upgrade the Microsoft Sentinel Triage AssistanT you can simply deploy the sol ### Grant Permissions -* Run [GrantPermissions.ps1](GrantPermissions.ps1) to grant the necessary API and RBAC permissions to the STAT Function deployed by this template. You will find more information on how to run the script in the [documentation](https://github.com/KostaS10/SentinelAutomationModules/blob/main/Docs/deployment.md#grant-permissions). +* Run [GrantPermissions.ps1](GrantPermissions.ps1) to grant the necessary API and RBAC permissions to the STAT Function deployed by this template. You will find more information on how to run the script in the [documentation](https://github.com/briandelmsft/SentinelAutomationModules/blob/main/Docs/deployment.md#grant-permissions). ### Restrict Calls to STAT Function (optional) From 2940fe99ba85476f0829a36324fd70a91cdd8a04 Mon Sep 17 00:00:00 2001 From: Kosta S <43343162+KostaS10@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:45:00 +0200 Subject: [PATCH 3/3] Update readme.md with fixed instructions link Full link to wiki page was needed --- Deploy/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Deploy/readme.md b/Deploy/readme.md index 9151178..a550bc2 100644 --- a/Deploy/readme.md +++ b/Deploy/readme.md @@ -22,7 +22,7 @@ To upgrade the Microsoft Sentinel Triage AssistanT you can simply deploy the sol ### Grant Permissions -* Run [GrantPermissions.ps1](GrantPermissions.ps1) to grant the necessary API and RBAC permissions to the STAT Function deployed by this template. You will find more information on how to run the script in the [documentation](https://github.com/briandelmsft/SentinelAutomationModules/blob/main/Docs/deployment.md#grant-permissions). +* Run [GrantPermissions.ps1](GrantPermissions.ps1) to grant the necessary API and RBAC permissions to the STAT Function deployed by this template. You will find more information on how to run the script in the [wiki](https://github.com/briandelmsft/SentinelAutomationModules/wiki/Deployment#grant-permissions). ### Restrict Calls to STAT Function (optional)