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
- Frontend: React.js
- Backend: Node.js
- Cloud: Microsoft Azure
git clone https://github.com/yourusername/repo-name.gitcd frontend
npm installcd backend
npm installcd frontend
npm run devcd backend
node server.jsCreate a .env file in the backend directory with your Azure OpenAI API keys to enable integration.