From 7179ac4c20031aff8c98d01835e02698f7eb1a5a Mon Sep 17 00:00:00 2001 From: JFolberth Date: Mon, 29 Dec 2025 11:18:46 -0500 Subject: [PATCH] Updated Readme instructions Updated README for azd up command Signed-off-by: JFolberth --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73d0b77..9cfe577 100644 --- a/README.md +++ b/README.md @@ -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 + ``` + +4. Download a sample agent from GitHub: ```shell azd ai agent init -m