This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": {}, | |
| "variables": { | |
| "connectorName": "joel-test-300", | |
| "servicePrincipalId": "485118a1-43ff-4d5f-8f49-17589dd53fde", | |
| "location": "[resourceGroup().location]", | |
| "dceName": "[concat(variables('connectorName'), '-dce')]", | |
| "dcrName": "[concat(variables('connectorName'), '-dcr')]", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": {}, | |
| "variables": { | |
| "connectorName": "test-connector-123", | |
| "servicePrincipalId": "485118a1-43ff-4d5f-8f49-17589dd53fde", | |
| "location": "[resourceGroup().location]", | |
| "dceName": "[concat(variables('connectorName'), '-dce')]", | |
| "dcrName": "[concat(variables('connectorName'), '-dcr')]", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "workspaceName": { | |
| "type": "string", | |
| "metadata": { | |
| "description": "Name of the existing Log Analytics workspace" | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "metadata": { | |
| "description": "Creates Azure Monitor Logs infrastructure (DCE, DCR) with proper RBAC permissions for data ingestion and management. This template requires user input for all parameters through the Azure Portal dialog.", | |
| "author": "Cato Networks" | |
| }, | |
| "parameters": { | |
| "workspaceName": { | |
| "type": "string", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "workspaceName": { | |
| "value": "" | |
| }, | |
| "servicePrincipalId": { | |
| "value": "485118a1-43ff-4d5f-8f49-17589dd53fde" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "workspaceName": { | |
| "type": "string", | |
| "metadata": { | |
| "description": "Name of the existing Log Analytics workspace" | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "parameters": { | |
| "workspaceName": { | |
| "type": "string", | |
| "metadata": { | |
| "description": "Name of the existing Log Analytics workspace" | |
| } | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "metadata": { | |
| "description": "Creates Azure Monitor Logs infrastructure (DCE, DCR) with proper RBAC permissions for data ingestion and management. This template requires user input for all parameters through the Azure Portal dialog.", | |
| "author": "Cato Networks" | |
| }, | |
| "parameters": { | |
| "workspaceName": { | |
| "type": "string", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "metadata": { | |
| "description": "Creates Azure Monitor Logs infrastructure (DCE, DCR) with proper RBAC permissions for data ingestion and management. This template requires user input for all parameters through the Azure Portal dialog.", | |
| "author": "Cato Networks" | |
| }, | |
| "parameters": { | |
| "workspaceName": { | |
| "type": "string", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#", | |
| "contentVersion": "1.0.0.0", | |
| "metadata": { | |
| "description": "Creates Azure Monitor Logs infrastructure (DCE, DCR) with proper RBAC permissions for data ingestion and management. This template requires user input for all parameters through the Azure Portal dialog.", | |
| "author": "Cato Networks" | |
| }, | |
| "parameters": { | |
| "workspaceName": { | |
| "type": "string", |