Skip to content

Instantly share code, notes, and snippets.

@yoelk
Created August 5, 2025 07:09
Show Gist options
  • Save yoelk/f93270aaed9e20d544a13b4135bb9ddd to your computer and use it in GitHub Desktop.
Save yoelk/f93270aaed9e20d544a13b4135bb9ddd to your computer and use it in GitHub Desktop.
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"
},
"connectorName": {
"value": "joel-test-101"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment