Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 3.51 KB

README.md

File metadata and controls

40 lines (29 loc) · 3.51 KB

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