Open demeringo opened 1 year ago
List VM's:
https://github.com/Azure/azure-sdk-for-rust/blob/main/services/mgmt/compute/examples/vm_list.rs
Open questions:
Data that we need to retrieve for VM's
Data that we need to retrieve for Block storage
I started some test of Rust SDK for AWS here: https://github.com/demeringo/az-scan
Problem
How to do inventory of azure resources in Rust.
The goal is to provide an inventory (including usage data) like we do for AWS. This issue is more to research documentation about the crates and code we could use.
Solution
Alternatives
Additional context or elements
Boavizta API is evolving to return impacts of Azure resources.