CloudQuery Azure plugin warning about failed credentials and billing periods

Hi all,

I’m getting the following warning while I run my CQ Azure plugin:

2023-09-15T06:04:38Z INF NewDefaultAzureCredential failed to initialize some credentials:
    WorkloadIdentityCredential: no token file specified. Check pod configuration or set TokenFilePath in the options 
azure-sdk-for-go=azidentity module=azure-src

2023-09-15T06:04:46Z WRN failed to discover billing periods (skipping) error="no Host in request URL" module=azure-src

Kindly help me with the same.

PS. I’ve followed the steps for authentication mentioned in the documentation.

Hi @growing-kid, does the sync work? This warning comes from the Azure Go SDK. There are multiple ways to authenticate, and the SDK can’t know which one the user intended to use. If you’re not using Workload Identity, you can ignore it.

The sync worked, but I’m unable to get the data. The tables are empty. Could you please explain why this failed?

2023-09-15T06:04:46Z WRN failed to discover billing periods (skipping) error="no Host in request URL" module=azure-src

Do you mind opening an issue here: https://github.com/cloudquery/cloudquery/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml&title=bug%3A+%3Ctitle%3E? That should guide you into supplying all the relevant information so we can investigate.
Please share any redacted logs with errors.

Sure, thanks!
https://github.com/cloudquery/cloudquery/issues/13870