Skip to main content

2 posts tagged with "Azure"

View All Tags

Deploying FastAPI on Azure Using VS Code Extensions

· 9 min read
Shivam Pawar
Senior Software Developer @Bridgenext

Sometimes we want to deploy an API on Azure quickly for POC (Proof of Concept) purposes, testing ideas, or sharing prototypes without setting up complex infrastructure. FastAPI, being a modern, fast web framework for building APIs with Python, is perfect for such scenarios due to its high performance, automatic API documentation, and ease of use. In this comprehensive blog post, we'll walk through deploying a simple FastAPI application to Azure App Service using the Azure extensions available in Visual Studio Code. This approach is straightforward, leverages the power of VS Code's integrated tools to streamline the process, and allows developers to focus on coding rather than infrastructure setup. By the end of this guide, you'll have a fully functional API running on Azure, accessible from anywhere.

How to Publish Your React App on Azure Static Web App Using Azure CI/CD

· 4 min read
Shivam Pawar
Senior Software Developer @Bridgenext

Are you building a React app and want to publish it using Azure? This guide will walk you through deploying your React app to Azure Static Web Apps using Azure DevOps Repos and Azure Pipelines — without GitHub.

Even if you're a beginner, don’t worry. I’ll guide you step-by-step, just like a teacher explaining things in a classroom. 😊