Get Environment variables / App Settings using Graph Explorer
I'm not sure if the question should be here, but here is it:
We have many Web Apps in a Subscription, I need to get all the resources that holds a connection to a Storage Account, based on that, I'm looking to get all the Web Apps that contains an Environment Variable with a specific name (let's asure "Azure:StorageConnection")
I know how to query the properties, but seems that the configuration has changed as now in the portal they are shown as "Environment variables" instead of "Configuration" as they used to be.
Therefore, what I'm trying to get are the Environment variables / App Settings from website using Graph Explorer, but I'm not able to get them so far, I have tried with properties.siteConfig.appSettings, and simple properties.config, but none of them seems to be holding what I'm looking for.
Can I get a hand? Thanks.