Skip to content

chamiyeah/cloud-portfolio-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloud-portfolio-azure

My cloud portfolio running on azure cloud services.

Initial Setup

  • Frontend folder contains the main website.
  • id="counter" in index.html calls the function in main.js, which holds the visitor counter code.
  • Backend folder contains the Azure api function.

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, add +1 to it, and saves it and returns its value to the caller.

Testing Resources

CI/CD Resources

About

My cloud portfolio running on azure cloud services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published