Forum Discussion
mlaporte
Nov 21, 2022Copper Contributor
Azure Resource Graph - get all functions of a function app
Hi, I'm new with Azure Resource Graph, and I'm trying to get all the functions from a function app. Firstly, I created a query to get the function apps : resources
| where type == 'microsof...
psghosh
Microsoft
Dec 01, 2022You can use the CLI if you need an easier way to look this info up:
https://learn.microsoft.com/en-us/cli/azure/functionapp?view=azure-cli-latest#az-functionapp-list
https://learn.microsoft.com/en-us/cli/azure/functionapp?view=azure-cli-latest#az-functionapp-list