syncfusionsyncfusion-blogs.hashnode.dev·Oct 23, 2024Implementing CI/CD for Azure Static Web Apps with GitHub ActionsTL;DR: This blog provides a detailed guide on how to set up continuous integration and deployment (CI/CD) for static web apps using Azure Static Web Apps and GitHub Actions. It covers key concepts, benefits, setup, monitoring, best practices, and mor...Azure
syncfusionsyncfusion-blogs.hashnode.dev·Aug 13, 2024How to Deploy React App on Azure Static Web AppsTL;DR: Deploy React app on Azure Static Web Apps. This comprehensive guide walks you through setting up your app, creating a GitHub repository, and configuring automated deployment, all within a cost-free, NoOps environment with seamless integration ...React
Leon Munene Njeruleonmunene.hashnode.dev·Dec 8, 2023Personal Portfolio Website: A Journey Through CodeIntroduction: Welcome! I'm Leon Munene, a passionate software engineer, and this is my personal portfolio website. Here, I showcase my journey through code, highlighting my technical skills, achievements, and aspirations. Whether you're a potential e...Web Development
Adiladil.dev·Sep 18, 2023Deployment pipeline for NextJS with Azure Static Web Apps and GitHub ActionsIntroduction In today's fast-paced digital landscape, having a reliable and scalable platform to host your web applications is crucial. Azure Static Web Apps, offered by Microsoft Azure, is a powerful solution for deploying static websites and single...1 like·160 reads☁ CloudsAzure
Mary Ayobami maryayobami.hashnode.dev·Aug 5, 2023Instant Deployment Made Easy: How to Deploy Web Apps on Azure Static Web Apps.Azure Static Web Apps is a service that deploys full-stack web apps automatically to Azure from a code repository. This service has been designed to meet the daily workflow of developers, where apps are built and deployed based on code changes. When ...deployment
ayush shuklaalphablog.hashnode.dev·Jul 2, 2023Boost Your Static Website with Azure Static Web Apps: A Comprehensive GuideIn today's digital landscape, static websites have gained immense popularity due to their simplicity, scalability, and cost-effectiveness. And when it comes to deploying a static website, Azure Static Web Apps offers a seamless and efficient solution...1 likeAzure
Kene Ojitelikeneojiteli.hashnode.dev·Jun 3, 2023Deploying a Portfolio App on Azure Static Web App.A unique way to showcase your work and introduce yourself to others is through a portfolio website. Your initiatives, case studies, and private information are stored on it as an evergreen platform. It's also one of the best ways to demonstrate your ...1 like·36 readsAzure
Ritul Guptadevops-interview-blog.hashnode.dev·May 13, 2023Deploy Static Website in AzureStep-1 In the Azure portal, click the "Create a resource" button and search for "ASP.NET Core Web App." Step-2 Search for "App Services." Step-3 In the "Basics" tab of the "Create web app" dialog, specify the app name, subscription, resource group,...21 likes·129 readsAzureprojects
Gayatri BarhateforTeckbaker's Blogteckbakers.hashnode.dev·Mar 31, 2023Azure Content Delivery NetworkCDN is as simple as data is cached near your location, so when you request data, the request doesn't go along to the origin server where your data is stored. If the data you want is not present in the cache, then it will be fetched from the origin se...2 likes·37 readsDevops & CloudAzure
Mark Olivermarkoliver.hashnode.dev·Jun 2, 2021Different Staging Environments In Azure Static Web Apps#Azure #Azure Static Web Apps #Deployment #GitHub Actions #Testing Posted: 02/06/2021 Different Staging Environments In Azure Static Web Apps I have been trying to get the initial load of my blog posts much faster, and during that work, it was annoy...Azure