Get Azure Resource Tags
As per usual, what I thought would be a quick and easy task turned out to be a tad more complex than what I had expected.
Azure Developer
As per usual, what I thought would be a quick and easy task turned out to be a tad more complex than what I had expected.
Developing for Azure Functions is a fantastic experience but requires a slightly different mindset and approach. If your function code is interacting with Azure resources such as getting secrets from a Key Vault or writing to CosmosDB, running it locally...