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