Skip to content

Commit 40d880a

Browse files
committed
more changes
1 parent a34945e commit 40d880a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,25 +52,21 @@ Here is a screenshot showing the chatting web application with requests and resp
5252

5353
## Getting Started
5454

55-
### Quick Deploy
55+
### Quick Start
5656

5757
| [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/Azure-Samples/get-started-with-ai-agents) | [![Open in Dev Containers](https://img.shields.io/static/v1?style=for-the-badge&label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/Azure-Samples/get-started-with-ai-agents) |
5858
|---|---|
5959

60-
Github Codespaces and Dev Containers both allow you to download and deploy the code for development. You can also continue with local development.
61-
62-
### Quick Start in Codespaces
63-
1. Open in GitHub Codespaces (button above)
60+
1. Click `Open in GitHub Codespaces` or `Dev Containers` button above
6461
2. Wait for the environment to load
6562
3. Run the following commands in the terminal:
6663
```bash
6764
azd up
6865
```
6966
4. Follow the prompts to select your Azure subscription and region
70-
5. Wait for deployment to complete (5-20 minutes) - you'll get a web app URL when finished
71-
72-
For detailed deployment options, see the [full deployment guide](./docs/deployment.md).
67+
5. Wait for deployment to complete (5-20 minutes) - you'll get a web app URL when finished
7368

69+
For detailed deployment options and troubleshooting, see the [full deployment guide](./docs/deployment.md).
7470
**After deployment, try these [sample questions](./docs/sample_questions.md) to test your agent.**
7571

7672
## Agent Evaluation

0 commit comments

Comments
 (0)