List App Service Runtimes
A common ask from customers is how to list out the stack that is configured for an app service. The script below uses Azure PowerShell to enumerate the resources.
A common ask from customers is how to list out the stack that is configured for an app service. The script below uses Azure PowerShell to enumerate the resources.
I had a customer reach out requesting how to query all certificates across all subs and figure out when they are expiring. Using Azure Resource Graph I came up.