Skip to content

Commit

Permalink
Update of script location
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnords authored Oct 26, 2023
1 parent 7fb4bd5 commit 7127ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sentinel_Deployment/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
},
"variables": {
"location": "[resourceGroup().location]",
"functionAppPackageUri": "https://raw.githubusercontent.com/OfficeDev/O365-ActivityFeed-AzureFunction/Sentinel_Deployment/Sentinel_Deployment/functionPackage.zip",
"deploymentScriptUri": "https://raw.githubusercontent.com/OfficeDev/O365-ActivityFeed-AzureFunction/Sentinel_Deployment/Sentinel_Deployment/deploymentScript.ps1",
"functionAppPackageUri": "https://raw.githubusercontent.com/OfficeDev/O365-ActivityFeed-AzureFunction/master/Sentinel_Deployment/functionPackage.zip",
"deploymentScriptUri": "https://raw.githubusercontent.com/OfficeDev/O365-ActivityFeed-AzureFunction/master/Sentinel_Deployment/deploymentScript.ps1",
"endpointSeverityInRuleName": "[if(equals(parameters('EndpointSeverityInRuleName'), true()), 'true', 'false')]"
},
"resources": [
Expand Down

0 comments on commit 7127ba8

Please sign in to comment.