Securing your Azure Functions
Azure Functions can be of great benefit to your automation flows! They can get data and perform business logic on request. They can even connect to your on-premises environment on…
Azure Functions can be of great benefit to your automation flows! They can get data and perform business logic on request. They can even connect to your on-premises environment on…
I regularly run into situation where PaaS resources are used which require external connectivity. For example, to API’s or to third party services that use whitelisting to allow only certain…
In my previous blog posts I’ve shown you how to start structuring your data by utilizing JSON. If you missed out this part you can check it here: https://bartpasmans.tech/start-scripting-like-a-pro-2/ This…
If I need to address right now a type of technology which really makes me happy it would be ‘event driven architecture’. For me this is a real game changer…
Introduction In the previous blog post: https://bartpasmans.tech/start-scripting-like-a-pro-7-setting-up-a-custom-graphql-api-and-consume-with-powershell/I’ve shown you how to set up a GraphQL API (for the loyal followers of this blog series 😉 with the user management system).…
Welcome to this new blog post in which we’re going to see how to make API’s with GraphQL and consume them using PowerShell. In my previous blog posts, I’ve shown…
In the previous blog posts, I’ve shown how to get started with advanced scripting—implementing functions, using (advanced) parameters, working with modules, and testing everything. Now, in the current post, I’m…
Welcome to this next blog, where I’ll guide you through the magnificent world of testing!In my previous blog posts, I showed you how to step up your scripting game—diving into…
Welcome to this new post! Today, I’ll show you how to set up and work with PowerShell modules to enhance the efficiency and maintainability of your code. Before diving into…
Welcome to the third post in this series about “Scripting like a pro”, great to have you here! 😊In this post, we’ll take your scripting skills to the next level…