Add option to list instances of a function app
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
`az functionapp`
**Is your feature request related to a problem? Please describe.**
There doesn't appear to be a method to identify function app instances outside of navigating to https://resources.azure.com
**Describe the solution you'd like**
I'd like to see a new `list-instances` option added to the `az functionapp` command, similar to how we can already use the `az webapp list-instances` command.
**Describe alternatives you've considered**
Using https://resources.azure.com, which is not preferred or desirable.
**Additional context**
Function app instances can be viewed at this endpoint: `https://management.azure.com/subscriptions//resourceGroups//providers/Microsoft.Web/sites//instances`
Contributor guide
Assessment
This issue has not been assessed yet.