It has been a couple of month ago, Microsoft announced that it is possible to set tags on subscriptions. This makes totally sense and was a long awaited feature. Good practice is to use Azure Policy to set tags on resources, but there are cases where it is not possible to use Azure Policy. Well, […]
Azure Functions
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. […]
Azure Stack – Use Function To Generate SAS Token For Blob Content
Introduction When it comes to Azure Stack, a lot of customers want to know what can Azure Stack do for them or in other words what are the use cases for Azure Stack. Let’s assume you need to exchange files or any other blob content either between systems or users on-premises. This could be a […]
Azure Functions – Azure Functions Using Hybrid Connections
I had an idea to access an on-premise source like a database or something else via Azure Functions. There other approaches where you could use Logic Apps and the corresponding gateway to access on-premises system data. But using Logic Apps we relay on connectors and actions and are not as free as using Azure Functions […]