From the course: Build with AI: Building a Copilot with Azure AI Foundry

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Azure AI Foundry project setup

Azure AI Foundry project setup

- [Instructor] Now that we have the prerequisites completed, let's take a closer look at the steps needed to creating our own custom Copilot. First, we'll need to create a hub and a project in Azure AI Studio. then we'll need to connect to Azure AI or OpenAI service, create a deployment by choosing a specific model, and then open it in the playground. Afterwards, we're going to add our own data, add a connection to the resource group, and then deploy it, which will essentially produce an endpoint that we can call with an API. More specifically looking inside of Azure AI Studio, the first step is we need to create a hub, which is essentially a grouping of projects that allows us to share security settings, data connections, and artifacts among the various projects. Within that hub, we're going to create our projects, which will be used for creating, testing, and deploying the API. So looking at what a hub is, it's the…

Contents