Azure Static Web Apps (FaceAPP Deployed on Azure for free)
Azure Static Web App

Search for a command to run...
Azure Static Web App

No comments yet. Be the first to comment.
AWS Agent Plugins let AI coding agents deploy, architect, and operate on AWS. Here's what that means for the future of DevOps.

AWS Storage Gateway bridges your on-premises infrastructure with Amazon's cloud storage — letting you use familiar protocols like NFS, SMB, and iSCSI while your data lives safely in S3, EBS, or Glacie

This AZ-104 domain emphasizes secure identity management and efficient resource governance, which are essential for Azure administrators to ensure compliance and cost control. Overview of Azure Identi

Scaling your EC2 instances to match dynamic workloads can be challenging. Amazon EC2 Auto Scaling simplifies this with target tracking scaling policies, a powerful feature that automatically adjusts capacity to maintain optimal performance and cost e...

IntroductionAmazon Elastic Block Store (EBS) is a cornerstone of AWS storage solutions, offering persistent block-level storage for EC2 instances. While EBS volumes are typically attached to a single instance.# EBS Multi-Attach breaks this mold, allo...

CloudCubes by Jinesh
45 posts
Cloud Infrastructure Consultant
Find me here : jineshkumar.bio.link
https://jineshkumar.com
Azure Static Web Apps is a service that automatically builds and deploys full-stack web apps to Azure from a GitHub repository and provides CI/CD Workflow all build in with few simple steps.
Accelerate development of modern web apps with a static front-end and dynamic back-end powered by serverless APIs. Local development experience, GitHub native workflows to build and deploy your app, and unified hosting and management in the cloud.
And all of it is free(For hobbies/personal projects) . Web App Deployment was never these easy.
Prerequisites
Basic Infrastructure looks similar to this,

Create Repository in GitHub
I took an AWESOME APP created by "Web Dev Simplified"
I appreciate the Developer. It's a very interesting app using Artificial Intelligence and Face recognition to detect your Facial Expression: Happy / Sad / Angry.
Learn how to Code this App on Youtube
Note : You can Create , Copy / Clone any open-source Static Web Application Code to learn its deployment on Azure Static Web App.
Now that your Code is ready on your Github Account Repository,



Review and Create and Create
Your App is ready and Deployed. Azure given public URL is shown on its overview page , click to Open as per,
It will open our App. Wooallaa!!!

Every time you push commit or pull requests into your code, Github Action automatically builds and deploys your app to Azure.
Its a .YML file created by Azure under .github/workflow location
My FaceDetection (Facial expression) app is ready and deployed using Azure Static Web App and having CI/CD build in and Custom Domain is added.
All these by just few clicks.
Check out my App on : FaceApp by Jineshkumar
Be asure that it does NOT follow cookies nor track data. You can "Allow"/Enable the Camera to test the App if you like.
Resource to learn more : Microsoft Learn Building your first static site with Azure Static Web Apps
Feel free to try and Let me know if you have any questions or improvements I can provide.
I hope you like the Blog: Azure Static Web Apps
Thanks for the read. Follow for more Awesome Azure and AWS Content.
Regards,
Jineshkumar Patel