Created
August 5, 2025 07:03
-
-
Save yoelk/f9346140866ae6a7bdb0d399776f5b55 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