Azure Functions Azure Resource Graph C#

Azure Functions – Programmatically List All Subscriptions in Your Tenant Using Resource Graph & C#

Recently I have been working quite a bit with Azure Functions and C#. Therefore it is time to post some interesting code – at least in my opinion. One problem I wanted to solve was to list all subscriptions within your tenant having tag information and if possible the solution should be easy to extend. […]