© 2023 Hashnode
#azure-functions
The article here is aimed to give details about the framework, workflow and libraries implemented for GitHub repository Azure Function Node.js Typescript Starter and Boilerplate at https://github.com/…
Azure is a cloud computing platform developed by Microsoft that provides a wide range of cloud-based services and features. It is a comprehensive cloud platform that offers both Infrastructure as a Se…
High Level Plan The architecture will begin with the use of the MS Graph Security API to fetch alerts from MS 365 Defender. This will be triggered using an Azure Function, which will then store the re…
Serverless computing is an emerging area of cloud-native architecture that is quickly gaining popularity. In this article, we'll explore what serverless computing is, why it's becoming so popular, and…
Azure Functions and Power Automate are both powerful tools provided by Microsoft that can be used to automate various tasks in the cloud. In this article, we will discuss how to call an Azure Function…
Yarr! I be a pirate, here to take ye blog content and share it with my #CloudFamily mateys! ― Azure Pirate 🏴☠️ ― One of the best parts about working with Azure is the community. I frequently consum…
Introduction Brief intro about me I am a software developer mostly focused on backend development. I’m part of the cloud team at work where we majorly use Microsoft Azure. I love software architecture…
Introduction OpenAI gives some interesting ideas on how to use their services on the API page. Using the 'Summarization' option as an example, how can this functionality be delivered to other projects…
Overview Azure Functions is a serverless computing service that enables you to run code on-demand without having to explicitly provision or manage infrastructure. It can be used to run scripts or prog…
This is the seventh article in this series on Azure Functions. In this article we will take a look at output bindings. The general pattern of a function is: receive data from some source, process it i…