Skip to content

Commit

Permalink
asim/workspace-region-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
oshezaf committed Apr 18, 2023
1 parent 116beb1 commit 8ce266d
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion ASIM/ASimFullDeployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"Workspace": {
"value": "[parameters('Workspace')]"
},
"Workspace Region": {
"WorkspaceRegion": {
"value": "[parameters('WorkspaceRegion')]"
}
}
Expand Down
4 changes: 2 additions & 2 deletions ASIM/dev/ASimTester/ASimDataTester.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"Workspace Region": {
"WorkspaceRegion": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -21,7 +21,7 @@
"type": "Microsoft.OperationalInsights/workspaces",
"apiVersion": "2017-03-15-preview",
"name": "[parameters('Workspace')]",
"location": "[parameters('Workspace Region')]",
"location": "[parameters('WorkspaceRegion')]",
"resources": [
{
"type": "savedSearches",
Expand Down
4 changes: 2 additions & 2 deletions ASIM/dev/ASimTester/ASimSchemaTester.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"Workspace Region": {
"WorkspaceRegion": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -21,7 +21,7 @@
"type": "Microsoft.OperationalInsights/workspaces",
"apiVersion": "2017-03-15-preview",
"name": "[parameters('Workspace')]",
"location": "[parameters('Workspace Region')]",
"location": "[parameters('WorkspaceRegion')]",
"resources": [
{
"type": "savedSearches",
Expand Down
10 changes: 5 additions & 5 deletions ASIM/dev/ASimTester/ASimTester.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"Workspace Region": {
"WorkspaceRegion": {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -32,8 +32,8 @@
"Workspace": {
"value": "[parameters('Workspace')]"
},
"Workspace Region": {
"value": "[parameters('Workspace Region')]"
"WorkspaceRegion": {
"value": "[parameters('WorkspaceRegion')]"
}
}
}
Expand All @@ -52,8 +52,8 @@
"Workspace": {
"value": "[parameters('Workspace')]"
},
"Workspace Region": {
"value": "[parameters('Workspace Region')]"
"WorkspaceRegion": {
"value": "[parameters('WorkspaceRegion')]"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"Workspace": {
"value": "[parameters('workspaceName')]"
},
"Workspace Region": {
"WorkspaceRegion": {
"value": "[parameters('location')]"
}
}
Expand Down
2 changes: 1 addition & 1 deletion Parsers/ASim Sysmon for Windows/SysmonFullDeployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"Workspace": {
"value": "[parameters('workspaceName')]"
},
"Workspace Region": {
"WorkspaceRegion": {
"value": "[parameters('location')]"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Workspace": {
"value": "[parameters('workspaceName')]"
},
"Workspace Region": {
"WorkspaceRegion": {
"value": "[parameters('location')]"
}
}
Expand Down
26 changes: 13 additions & 13 deletions Parsers/ASimRegistryEvent/ARM/FullDeploymentRegistryEvent.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"WorkspaceRegion": {
"WorkspaceRegion: {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -32,8 +32,8 @@
"Workspace": {
"value": "[parameters('Workspace')]"
},
"WorkspaceRegion": {
"value": "[parameters('WorkspaceRegion')]"
"WorkspaceRegion: {
"value": "[parameters('WorkspaceRegion)]"
}
}
}
Expand All @@ -52,8 +52,8 @@
"Workspace": {
"value": "[parameters('Workspace')]"
},
"WorkspaceRegion": {
"value": "[parameters('WorkspaceRegion')]"
"WorkspaceRegion: {
"value": "[parameters('WorkspaceRegion)]"
}
}
}
Expand All @@ -72,8 +72,8 @@
"Workspace": {
"value": "[parameters('Workspace')]"
},
"WorkspaceRegion": {
"value": "[parameters('WorkspaceRegion')]"
"WorkspaceRegion: {
"value": "[parameters('WorkspaceRegion)]"
}
}
}
Expand All @@ -92,8 +92,8 @@
"Workspace": {
"value": "[parameters('Workspace')]"
},
"WorkspaceRegion": {
"value": "[parameters('WorkspaceRegion')]"
"WorkspaceRegion: {
"value": "[parameters('WorkspaceRegion)]"
}
}
}
Expand All @@ -112,8 +112,8 @@
"Workspace": {
"value": "[parameters('Workspace')]"
},
"WorkspaceRegion": {
"value": "[parameters('WorkspaceRegion')]"
"WorkspaceRegion: {
"value": "[parameters('WorkspaceRegion)]"
}
}
}
Expand All @@ -132,8 +132,8 @@
"Workspace": {
"value": "[parameters('Workspace')]"
},
"WorkspaceRegion": {
"value": "[parameters('WorkspaceRegion')]"
"WorkspaceRegion: {
"value": "[parameters('WorkspaceRegion)]"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions Parsers/ASimRegistryEvent/ARM/imRegistry/imRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"WorkspaceRegion": {
"WorkspaceRegion: {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -21,7 +21,7 @@
"type": "Microsoft.OperationalInsights/workspaces",
"apiVersion": "2017-03-15-preview",
"name": "[parameters('Workspace')]",
"location": "[parameters('WorkspaceRegion')]",
"location": "[parameters('WorkspaceRegion)]",
"resources": [
{
"type": "savedSearches",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"WorkspaceRegion": {
"WorkspaceRegion: {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -21,7 +21,7 @@
"type": "Microsoft.OperationalInsights/workspaces",
"apiVersion": "2017-03-15-preview",
"name": "[parameters('Workspace')]",
"location": "[parameters('WorkspaceRegion')]",
"location": "[parameters('WorkspaceRegion)]",
"resources": [
{
"type": "savedSearches",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"WorkspaceRegion": {
"WorkspaceRegion: {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -21,7 +21,7 @@
"type": "Microsoft.OperationalInsights/workspaces",
"apiVersion": "2017-03-15-preview",
"name": "[parameters('Workspace')]",
"location": "[parameters('WorkspaceRegion')]",
"location": "[parameters('WorkspaceRegion)]",
"resources": [
{
"type": "savedSearches",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"WorkspaceRegion": {
"WorkspaceRegion: {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -21,7 +21,7 @@
"type": "Microsoft.OperationalInsights/workspaces",
"apiVersion": "2017-03-15-preview",
"name": "[parameters('Workspace')]",
"location": "[parameters('WorkspaceRegion')]",
"location": "[parameters('WorkspaceRegion)]",
"resources": [
{
"type": "savedSearches",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"WorkspaceRegion": {
"WorkspaceRegion: {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -21,7 +21,7 @@
"type": "Microsoft.OperationalInsights/workspaces",
"apiVersion": "2017-03-15-preview",
"name": "[parameters('Workspace')]",
"location": "[parameters('WorkspaceRegion')]",
"location": "[parameters('WorkspaceRegion)]",
"resources": [
{
"type": "savedSearches",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"description": "The Microsoft Sentinel workspace into which the function will be deployed. Has to be in the selected Resource Group."
}
},
"WorkspaceRegion": {
"WorkspaceRegion: {
"type": "string",
"defaultValue": "[resourceGroup().location]",
"metadata": {
Expand All @@ -21,7 +21,7 @@
"type": "Microsoft.OperationalInsights/workspaces",
"apiVersion": "2017-03-15-preview",
"name": "[parameters('Workspace')]",
"location": "[parameters('WorkspaceRegion')]",
"location": "[parameters('WorkspaceRegion)]",
"resources": [
{
"type": "savedSearches",
Expand Down

0 comments on commit 8ce266d

Please sign in to comment.