Skip to content
 
 

Latest commit

 

History

28 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Azure 101: Understanding Cloud Services & Best Practices

This repository contains resources and code examples for the following sessions:

  • Azure 101: Introduction to Azure Cloud Services and Best Practices
  • Azure OpenAI Integration: How to integrate Azure OpenAI services with your website
  • Azure DevOps: Bridging Development & Operations with Azure DevOps

Tech Stack

  • Frontend: React.js
  • Backend: Node.js
  • Cloud: Microsoft Azure

Requirements

Setup

Clone the repository

git clone https://github.com/yourusername/repo-name.git

Install dependencies

Frontend

cd frontend
npm install

Backend

cd backend
npm install

Running the Application

Frontend

cd frontend
npm run dev

Backend

cd backend
node server.js

Configuration

Create a .env file in the backend directory with your Azure OpenAI API keys to enable integration.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages