Skip to content

Manicrai/Az-Resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud-Native Serverless Resume Application

Azure .Net Cosmos DB GitHub Actions

🚀 Project Overview

This project demonstrates a full-stack, cloud-native application deployed on Microsoft Azure. The goal was to engineer a serverless solution that decouples the frontend from the backend to maximize scalability and optimize costs.

It features a globally distributed static frontend and a robust .NET 8.0 serverless API, fully automated via a CI/CD pipeline.

🔗 Live Demo

https://brave-water-089a7670f.1.azurestaticapps.net/


🏗️ Architecture

The solution leverages Azure's serverless ecosystem to handle varying loads without manual infrastructure management.

graph TD;
    User[Client / Browser] -->|HTTPS Request| CDN[Azure Static Web Apps];
    CDN -->|API Calls /api/| Function[Azure Functions .NET 8];
    Function -->|Read/Write JSON| DB[(Azure Cosmos DB)];
    
    subgraph CI_CD_Pipeline [DevOps Automation]
    Git[GitHub Repository] -->|Push to Main| Action[GitHub Actions];
    Action -->|Build & Deploy| CDN;
    end
    
Loading

About

Infraestructura Serverless Full-Stack y API de Alto Rendimiento en Azure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors