mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
- Add descriptions for custom rule set concepts - Addd reference docs for custom rule sets - Update existing docs for 4-level severity
660 B
660 B
Overview
Type code: AzMetadata
Azure metadata probe returns data which can be retrieved by Azure Instance Metadata Service. IMDS returns data as a JSON object. AzMetadata probe retrieves data by JSONPath.
When assessment is running remotely and Azure Graph is available, IMDS is emulated with a Kusto query.
Implementation properties
Implementation part of the probe definition contains the following parameters.
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| query | Required | String | JSONPath to the data to retrieve |