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