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
| param ( | |
| [Parameter(Mandatory = $true)] | |
| [string]$Organization, | |
| [Parameter(Mandatory = $true)] | |
| [string]$Project, | |
| [Parameter(Mandatory = $true)] | |
| [string]$ClientId, |
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
| curl -X POST \ | |
| -H "Ocp-Apim-Subscription-Key: YOUR_DOCUMENT_INTELLIGENCE_SUBSCRIPTION_KEY" \ | |
| -H "Content-Type: multipart/form-data" \ | |
| -F "file=@c:/data/example.pdf" \ | |
| "YOUR_DOCUMENT_INTELLIGENCE_ENDPOINT/documentintelligence/rest/v1.0-preview/custom/models/YOUR_MODEL_GUID/analyze" |
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
| { | |
| "Name": "Automation Jumpbox Manager", | |
| "IsCustom": true, | |
| "Description": "Allows an Automation Account to start, stop, and assess patches for VMs across a tenant.", | |
| "Actions": [ | |
| "Microsoft.Resources/subscriptions/read", | |
| "Microsoft.Compute/virtualMachines/read", | |
| "Microsoft.Compute/virtualMachines/start/action", | |
| "Microsoft.Compute/virtualMachines/deallocate/action", | |
| "Microsoft.Compute/virtualMachines/assessPatches/action" |
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
| # Mimir Compactor - Paramètres Helm Chart | |
| ## Introduction | |
| Le **compactor** fusionne et optimise les blocs TSDB stockés dans l'object storage pour réduire les coûts et améliorer les performances de requêtes. | |
| --- | |
| ## Paramètres de déploiement Kubernetes |
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
| { | |
| "annotations": { | |
| "list": [] | |
| }, | |
| "editable": true, | |
| "gnetId": null, | |
| "graphTooltip": 0, | |
| "id": null, | |
| "links": [], | |
| "panels": [ |
OlderNewer