Created
August 5, 2025 07:03
-
-
Save yoelk/2fa2778ee289943cf394cad9a15352fb 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": "test-params-v2" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment