You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,25 +52,21 @@ Here is a screenshot showing the chatting web application with requests and resp
52
52
53
53
## Getting Started
54
54
55
-
### Quick Deploy
55
+
### Quick Start
56
56
57
57
|[](https://codespaces.new/Azure-Samples/get-started-with-ai-agents)|[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/Azure-Samples/get-started-with-ai-agents)|
58
58
|---|---|
59
59
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
64
61
2. Wait for the environment to load
65
62
3. Run the following commands in the terminal:
66
63
```bash
67
64
azd up
68
65
```
69
66
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
73
68
69
+
For detailed deployment options and troubleshooting, see the [full deployment guide](./docs/deployment.md).
74
70
**After deployment, try these [sample questions](./docs/sample_questions.md) to test your agent.**
0 commit comments