Skip to content

Conversation

@DanWahlin
Copy link
Contributor

This pull request introduces a JavaScript-based quickstart guide for Azure AI Foundry, including configuration templates, sample scripts, and documentation. The changes provide a comprehensive setup for users to create projects, deploy models, and interact with AI agents.

Configuration and Setup:

  • Added .env.template file to define environment variables such as SUBSCRIPTION_ID, RESOURCE_GROUP_NAME, and INFERENCE_ENDPOINT for configuring Azure resources.
  • Updated README.md with instructions for renaming the .env.template file, installing dependencies, and running the provided scripts.

Project Initialization:

  • Added create-project.js script for creating an AI Foundry project and provisioning resources using the Azure SDK. It includes functionality for creating accounts and supports future model deployment.

AI Interaction:

  • Added quickstart.js script to demonstrate how to perform chat completions and create/run AI agents using Azure AI services. It includes examples of message handling, agent creation, and usage tracking.

Package Configuration:

  • Added package.json to define project metadata, dependencies (e.g., @azure/ai-agents, dotenv), and scripts for running the quickstart and project creation workflows.

@e-straight e-straight merged commit b064f78 into azure-ai-foundry:main May 7, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants