Skip to content

This repository provides code examples and learning resources from the Azure 101 session series.

Notifications You must be signed in to change notification settings

abhixsh/ICTSCxMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

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

This repository provides code examples and learning resources from the Azure 101 session series.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •