-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scan throws error FeatureNotSupportedForAccount #1558
Comments
Hi @epalavras thanks for reporting that to us. I don't think it's related with the subscription but with one of your storage account that does not support blob storage. Note for maintainers: |
Seems it's an error from azure when driftctl try to scan |
Hi, |
You can try to set |
We reproduced it easily locally, @almog27 is working on a fix |
…upportedforaccount fix: fix #1558 by ignoring FeatureNotSupported
This issue has been referenced in the v0.35.2 release. |
Description
I am trying to run driftctl scan on a particular Azure Subscription, but I get the following error:
The issue is with this particular subscription, because everything works fine with another 2 subscriptions I tested. I also tried loading the state file from the local machine, but I got the same error.
Environment
How to reproduce
AZURE_SUBSCRIPTION_ID=<id> driftctl scan --only-unmanaged --from="tfstate+azurerm://testtf/*" --to="azure+tf"
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: