Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,15 +94,20 @@ azd init --template Azure-Samples/ai-foundry-starter-basic
azd init --template Azure-Samples/ai-foundry-starter-basic
```

This will perform a git clone
This will perform a git clone and prompt you for an environment name. We will need this later and will be the name of the resource group we will deploy resources into.

2. Sign into your Azure account:

```shell
azd auth login
```
3. Deploy the Infrastructure

3. Download a sample agent from GitHub:
```shell
azd up <project-name>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you shouldn't need to add the project name to this command, as azd up should already take the existing project name from your local files?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, deployment should be required before the azd ai agent init, I'm curious what issues you're facing with the sequence already laid out in the README

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you're facing issues using the azd ai agent extension, causing you to create this PR, could you file an issue in https://github.com/Azure/azure-dev/issues ?

```

4. Download a sample agent from GitHub:

```shell
azd ai agent init -m <repo-path-to-agent.yaml>
Expand Down