-
Notifications
You must be signed in to change notification settings - Fork 18
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
Azure Standard Front Door resource details not listed in Steampipe Azure plugin #764
Comments
Hi @Priyanka-Chatterjee-2000, The table
The command Please update the issue as per your requirements. Thanks! |
@ParthaI need the details of the standard frontdoor but in table azure_frontdoor we get only classic ones details. Shall we have a new table to query standard frontdoor information? |
@Priyanka-Chatterjee-2000, I believe this will be a separate table. Also, there are two separate CLI commands to list the resources.
Thanks! |
Hey @Priyanka-Chatterjee-2000, I have added support for the new table Please give it a shot and let me know if it fulfils the requirements or if you need to ass any other properties to this table. Thanks! |
Co-authored-by: Ved misra <[email protected]>
Description:
I am experiencing an issue with the Steampipe Azure plugin where Azure Front Door resources are not being listed as expected. Despite having created an Azure Front Door resource, the azure_frontdoor table returns an empty result set.
Steps to Reproduce:
Create an Azure Front Door resource using the Azure CLI or Azure Portal.
Verify the creation of the resource using az afd profile list:
Attempt to list the Azure Front Door resources using Steampipe:
Expected Behavior:
The Azure Front Door resource should be listed in the query result.
Actual Behavior:
The query returns an empty result set.
Additional Information:
az network front-door list
returns an empty result.The text was updated successfully, but these errors were encountered: