diff --git a/providers/azure/config/config.go b/providers/azure/config/config.go index 4b043b982..a465a0609 100644 --- a/providers/azure/config/config.go +++ b/providers/azure/config/config.go @@ -21,9 +21,20 @@ var Config = plugin.Provider{ }, Connectors: []plugin.Connector{ { - Name: "azure", - Use: "azure", - Short: "an Azure subscription", + Name: "azure", + Use: "azure", + Short: "an Azure subscription", + Long: `Use the azure provider to query resources within Microsoft Azure, including storage, compute, databases, and more. + +Examples in your shell: + cnspec scan azure compute instance --client-id --tenant-id --client-secret + cnspec scan azure compute snapshot --client-id --tenant-id --client-secret + cnquery shell azure --client-id --tenant-id --client-secret + +Examples in the Azure CLI: + cnquery shell azure + cnspec scan azure --subscription +`, MinArgs: 0, MaxArgs: 8, Discovery: []string{