Skip to content

Instantly share code, notes, and snippets.

@yoelk
yoelk / azuredeploy.json
Created August 6, 2025 08:00
Azure Monitor Logs ARM Template - Temporary
{
"$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"
}
},
@yoelk
yoelk / azuredeploy.json
Created August 5, 2025 07:33
Azure Monitor Logs ARM Template - Temporary
{
"$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"
}
},
@yoelk
yoelk / azuredeploy.parameters.json
Created August 5, 2025 07:09
Azure Monitor Logs Parameters - Temporary
{
"$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"
},
@yoelk
yoelk / azuredeploy.json
Created August 5, 2025 07:09
Azure Monitor Logs ARM Template - Temporary
{
"$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"
}
},
@yoelk
yoelk / azuredeploy.parameters.json
Created August 5, 2025 07:08
Azure Monitor Logs Parameters - Temporary
{
"$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"
},
@yoelk
yoelk / azuredeploy.json
Created August 5, 2025 07:08
Azure Monitor Logs ARM Template - Temporary
{
"$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"
}
},
@yoelk
yoelk / azuredeploy.json
Created August 5, 2025 07:06
Azure Monitor Logs ARM Template - Customized with defaults
{
"$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"
}
},
@yoelk
yoelk / azuredeploy.parameters.json
Created August 5, 2025 07:03
Azure Monitor Logs Parameters - Temporary
{
"$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"
},
@yoelk
yoelk / azuredeploy.json
Created August 5, 2025 07:03
Azure Monitor Logs ARM Template - Temporary
{
"$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"
}
},
@yoelk
yoelk / azuredeploy.parameters.json
Created August 5, 2025 07:03
Azure Monitor Logs Parameters - Temporary
{
"$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"
},