SUBAIR NURUDEEN ADEWALEnucloud.hashnode.dev·Feb 2, 2025Microsoft Azure Storage Accounts: A Comprehensive OverviewMicrosoft Azure Storage Accounts are a fundamental component of the Azure ecosystem, providing a scalable, secure, and highly available storage solution for various data types. In this article, we'll delve into the world of Azure Storage Accounts, ex...azure-devops
Anurag Dakaliaazure-elevate.hashnode.dev·Jan 31, 2025Locking Down a Payment API: How We Combined Azure API Management and Azure AD for Enterprise-Grade SecurityIntroduction A fintech startup processing $15M/month in transactions, migrated to Azure serverless, their top priority was securing public APIs against breaches and DDoS attacks. While Azure AD authentication for Functions provided a solid foundation...azure api security
Darshit Anjariadarshitanjaria.hashnode.dev·Jan 15, 2025Serverless Architectures: Revolutionizing the Way Applications Are BuiltIn today’s rapidly evolving tech landscape, serverless architectures are transforming how developers build and deploy applications. By abstracting server management and allowing teams to focus solely on code, serverless solutions offer unmatched agil...1 likeserverless
Martins Ahmiegbemartinsadvisory.hashnode.dev·Jan 6, 2025An Analysis of AI Capabilities in AWS, Microsoft Azure, and Google Cloud.As artificial intelligence (AI) continues to revolutionize industries, the three leading cloud computing platforms—Amazon Web Services (AWS), Microsoft Azure, and Google Cloud Platform (GCP)—are vying for dominance. Each platform brings unique streng...Cloud Computing
Priyesh Singhdotnetdevelopment.hashnode.dev·Jan 4, 2025Best Azure PaaS Services and Their Brief UsagesAzure Platform as a Service (PaaS) offers a comprehensive suite of services that enable developers to build, deploy, and manage applications efficiently. These services abstract away the underlying infrastructure, allowing developers to focus on codi...azure paas
SUBAIR NURUDEEN ADEWALEnucloud.hashnode.dev·Jan 3, 2025Creating an IAM User on AWS: A Comprehensive GuideAmazon Web Services (AWS) provides a robust security feature called Identity and Access Management (IAM) that enables you to manage access to your AWS resources. One of the key components of IAM is the creation of users, which allows you to grant spe...13 likes·91 readsAWS
Priyesh Singhdotnetdevelopment.hashnode.dev·Jan 1, 2025Azure Function with C#: A Comprehensive GuideAzure Functions is a serverless computing service provided by Microsoft Azure that allows you to execute code in response to various triggers, without worrying about infrastructure management. This article walks through building an Azure Function usi...serverles
Martins Ahmiegbemartinsadvisory.hashnode.dev·Dec 20, 2024Step- By- Step Guide to Setting Up AZURE Blob Storage for Hosting a Static Website.a) Sign in to the Azure Portal and click on the search bar for "Storage account" As a preamble imagine you own a Company as the Director you have a chest of drawers with several compartments in your office some drawers are for Financial Records, som...1 likeAzure
Sudhakar Bandisudhakarbandi.hashnode.dev·Dec 7, 2024A Beginner's Guide to Azure Functions: Serverless Made EasyIntroduction Are you looking to build scalable, event-driven applications without worrying about managing servers? Azure Functions is here to make your life easier! This powerful serverless computing service from Microsoft Azure allows you to focus o...Azure
Andy Blackledgewww.10printiamcool.com·Dec 1, 2024Reacting to Blob Storage events in Azure FunctionsIn the previous post in this series on creating a serverless webhook proxy, I looked at connecting to Azure Blob Storage without connection strings. Now that we have the webhook payloads validated and stored, it is time to look at processing them. So...1 like·26 readsBuilding a Webhook Proxy with Azure ServerlessAzure