mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
10 lines
158 B
YAML
10 lines
158 B
YAML
|
name: azure_instance_metadata
|
||
|
examples: >-
|
||
|
See in which Azure location a VM is located
|
||
|
|
||
|
```
|
||
|
|
||
|
SELECT location FROM azure_instance_metadata;
|
||
|
|
||
|
```
|