© 2023 Hashnode
#azure-functions
Introduction In today's fast-paced digital landscape, Cloud computing has Become an integral part of businesses worldwide Among the leading cloud service providers, Microsoft Azure stand out as a comp…
When working with Azure Functions, you often have multiple functions as part of a single function app. When debugging or running the function app locally, all the associated functions start and run to…
Azure Functions is a serverless solution that allows you to write less code, maintain less infrastructure, and save on costs. Azure Functions provide a powerful way to execute code in response to vari…
Recently I came across this scenario related to Azure Serverless components, specially Azure Functions and Azure Sql Database (Serverless) and how its usage directly or indirectly affect the cost. In this scenario following are key things. …
Preface Azure provides multiple options to have a secure n/w connection across PaaS resources and in this article, let's go over Virtual Network peering which allows secure communication across resour…
GraphGPT is a tool that potentially translates every administrative command, that is expressed via natural, unstructured language, into action. Microsoft Graph is an API that connects most of the Micr…
About This article is about having a secure network connection to Azure CosmosDB from an Azure Function. Though this article uses Azure CosmosDB, the same concept applies to the other Azure PaaS Servi…
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…