Relative Content

Tag Archive for azurepowershellazure-functions

Function App time trigger not working as expected

I have this Time Trigger Function that runs PowerShell code to fetch Azure storage accounts used capacity metrics based on the tags. The code works fine when I trigger the job manually and gives me the accurate details but fetches 0 value from all the storage accounts in its schedule run.

az Cmdlet not available despite Az Module listing as being installed

so I’m following along the Microsoft Azure Guide for developing a simply Python function for Azure: https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-python?pivots=python-mode-decorators&tabs=windows%2Cbash%2Cazure-cli%2Cbrowser#configure-your-local-environment