inspec-azure icon indicating copy to clipboard operation
inspec-azure copied to clipboard

Feature Request: Azure DevTest Lab resource

Open audacity410 opened this issue 4 years ago • 1 comments

As more and more teams are working from home these days, many companies are creating Azure DevTest labs to manage their VMs. I currently don't see a way to test Azure DevTest labs with inspec-azure.

Possible Implementation: TBD

audacity410 avatar Jun 01 '20 19:06 audacity410

@audacity410, thanks for opening this issue. Until a static resource is created for the VMs in Azure DevTest Labs, you can try using azure_generic_resource. You should use the resource_path parameter to refer a VM in a Lab, available version v1.23.0 onwards. See here for a simple example.

omerdemirok avatar Sep 09 '20 08:09 omerdemirok