Sankarshan Rameshsankarshanramesh.hashnode.dev·Dec 15, 2024Azure App ServicesWhat is Azure App Service? It is an HTTP-based service (PaaS) to host web applications, REST APIs, and back-ends. It supports .NET, .NET Core, Java, Python, NodeJs and PHP. It supports autoscaling to adjust to request loads on both Windows and Lin...azure-app-services
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, ...Azure for DevelopersAzure
Uffa Modeyfafa.codes·Sep 8, 2024Pictures2Stories: Transforming Images into Short Stories with AI and Azure ServicesOverview Pictures2Stories is a Django-based web application that uses Azure AI Vision, OpenAI Chat Completion API, and Azure’s App Service and Database for PostgreSQL to create short, adventure-themed stories based on three images that the user uploa...10 likes·65 readsAI
Arvind Singharvindrsingh.hashnode.dev·Jul 12, 2024How to Reduce the Cost of Your Azure App ServicesThe software development teams building applications on Windows operating systems find it natural to host their web apps on Azure App Service with Windows as the underlying operating system and skip exploring a much cheaper option of Linux as the und...106 readsAzure
Umesh Panditumeshpandit.hashnode.dev·Jul 10, 2024How to Launch Your WordPress Website in Minutes with Azure App ServiceIn today's era having a website is crucial, for businesses, individuals building their brands, and anyone eager to express their thoughts globally. Setting up a WordPress website may appear overwhelming yet with Azure App Service the process becomes ...website launch
Philip Nwachukwuphils.hashnode.dev·Jul 6, 2024Building a Node.js App Image with GitHub Actions, Pushing to Azure Container Registry, and Running on Azure App ServiceWelcome to my blog! Today, I will guide you through the process of building a Docker image for a Node.js application using GitHub Actions, pushing the image to Azure Container Registry (ACR), and running the image using Azure App Service. This tutori...16 likes·153 readsDocker
lolade ogundijoololadeogundijo.hashnode.dev·Jun 22, 2024How To Create A Simple Web APP Using Azure CLIAzure offers a robust set of tools and services that empower developers to create and deploy applications with ease. In this blog, we will explore the process of building a simple web application using the Azure Command-Line Interface (CLI), a powerf...Cloud Computing
Nitinnitinthite.hashnode.dev·Jun 14, 2024Deploying an Application on azure using App serviceHeads up: This is the 4th article in the series 'Deploy Your App on Azure Without Spending a Dime'.If you haven't checked out the first article yet, you can find it here. *****************************************************************************...Deploy Your App on Azure Without Spending a Dime#learning-in-public
Bold Reports Teamboldreports.hashnode.dev·Jun 7, 2024Revolutionize Your Software Development with Bold ReportsBuilding line-of-business (LOB) apps for Microsoft 365 and Azure, a developer needed a reporting solution that was both powerful and flexible for software development. Their previous choice, SSRS, lacked compatibility and a modern UI, features crucia...line-of-business
AKEH EUNICEladyintech.hashnode.dev·May 10, 2024A Comprehensive Guide to Creating and Deploying a Web App on Azure App Service Using Azure CLIIntroduction Azure App Service is a managed Platform as a Service (PaaS) and is an HTTP - based service for hosting web applications. In this step-by-step guide, we'll walk through the process of creating a web app and deploying it to Azure App Servi...Azure