Skip to content

Building Resume on Azure platform with Blob Storage, Functions, Cosmos DB and GitHub Actions

Notifications You must be signed in to change notification settings

HARSHBHASKAR/azure-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

azure-resume

My own Azure resume.

First steps:

  • Frontend folder contains the website.
  • main.js contains visitor counter code.
const functionApi = ''; 
  • Responsible for collecting API from Azure Functions JSON.

Prerequisites

Front-end resources

The front-end is a static site with HTML, CSS, and JavaScript. It's static and has a visitor counter. The visitor counter data fetched via an API call to an Azure Function.

Back-end resources

The back-end is an HTTP triggered Azure Functions with Cosmos DB input and output binding. The Function is triggered, it retrieves the CosmosDB item, adds 1 to it, and saves it and returns its value to the caller.

Testing Resources (...)

Testing is important, though my tests are simple, they exist. I am using .NET but some of these resources will apply to any language.

CI/CD Resources (...)

About

Building Resume on Azure platform with Blob Storage, Functions, Cosmos DB and GitHub Actions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published