Suraj Somanisurajsomani.hashnode.dev·Nov 18, 2024Service bus triggered Azure functions in Peek-Lock modeService bus triggered Azure functions runs on arrival of new messages in queue/topic-subscription. By default, it reads messages in Receive-and-Delete mode which means as soon as message is fetched by function trigger, it is marked as completed and r...DiscussAzure FunctionsAzure Functions
Suraj Somanisurajsomani.hashnode.dev·Nov 13, 2024Containerized Azure Functions- Part 1Azure functions supports containerized function app deployments. In a containerized deployment, you create your own function app instance in a local Docker container from a supported based image. You can then deploy this containerized function app to...DiscussAzure FunctionsAzure Functions
Freeman Madudilifreemancodz.hashnode.dev·Nov 12, 2024Building a Serverless Expense Tracker API on AzureIntroduction In this guide, I’ll walk you through building a secure, serverless API for tracking expenses on Azure. Using Azure Functions for serverless computing, Cosmos DB for scalable data storage, and Azure Key Vault for secure secret management,...DiscussAzure Functions
Freeman Madudilifreemancodz.hashnode.dev·Nov 11, 2024Develop a Simple Expense Tracker API Locally Using Azure FunctionIntroduction In this guide, I’ll walk you through creating a simple serverless API for tracking expenses using Azure Functions, Cosmos DB, and C#. You’ll learn how Serverless functions make it easy to handle HTTP requests, connect to Cosmos DB withou...DiscussAzure Functions
Freeman Madudilifreemancodz.hashnode.dev·Nov 11, 2024Deploying a Function App Using Azure CLIDeploying your serverless API to Azure is a breeze with the Azure CLI. In this post, I'll guide you step-by-step on how to create and deploy an Azure Function App, all through the command line. If you've already developed a function app locally, you’...DiscussAzure Functions
Phani Veludurthiphaniveludurthi.hashnode.dev·Nov 2, 2024Which Azure Compute Service to Choose: App Service or Functions?In the world of cloud computing, choosing the right hosting platform for your applications is crucial. Microsoft Azure offers two popular options: Azure App Service and Azure Functions. While both services allow you to run applications in the cloud, ...DiscussAzure for DevelopersAzure
Francis Chukwudigitalfuture.hashnode.dev·Nov 1, 2024Step by step guide in deploying Windows virtual machine in the Azure portalAzure Virtual Machines (VMs) are a powerful, on-demand, scalable computing resource offered by Microsoft Azure. They provide the flexibility of virtualization without the need to purchase or maintain physical hardware, allowing users greater control ...Discuss·1 likeAWS
Joseph Jegedejosephjegede.hashnode.dev·Nov 1, 2024Understanding Azure's Core Architecture for Performance and Security (With Examples)When working in Azure, it’s essential to understand the foundational tools and services available to you. Using these elements well can help your applications run smoother, stay secure, and scale as needed. Here’s a breakdown of Azure’s core services...Discussazure-devops
Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Oct 5, 2024Seamless Azure SQL to Amazon RDS Migration: A Step-by-Step GuideOverview of Azure SQL to Amazon RDS Migration Migrating from Azure SQL to Amazon RDS can seem daunting. But it doesn’t have to be. By the end of this guide, you'll understand why database migrations are becoming more popular, and how to leverage th...Discusssql migration
Arpit ShrivastavaforScroBits Technologies LLPscrobits-technologies.hashnode.dev·Oct 5, 2024Maximize Savings: Optimizing Costs in Azure to AWS MigrationOverview of Cost Optimization in Azure to AWS Migration Migrating from Azure to AWS can significantly reduce operational costs. To truly maximize savings, you need a solid cost optimization strategy. Importance of Cost Optimization How does cloud mig...DiscussAzure