From 8cb16c08a1b166834a7c2eb65fd3e3420208a366 Mon Sep 17 00:00:00 2001 From: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Date: Wed, 13 May 2026 12:04:43 -0400 Subject: [PATCH] Add navigation step for project directory Added instructions to navigate to the project directory before provisioning Azure resources. --- agent-framework/integrations/azure-functions.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/agent-framework/integrations/azure-functions.md b/agent-framework/integrations/azure-functions.md index b544d65f..fd93660d 100644 --- a/agent-framework/integrations/azure-functions.md +++ b/agent-framework/integrations/azure-functions.md @@ -658,6 +658,12 @@ This downloads the quickstart project with all necessary files, including the Az Use Azure Developer CLI to create the required Azure resources for your durable agent. +1. Navigate into the project directory: + + ```console + cd durable-agents-quickstart-dotnet + ``` + 1. Provision the infrastructure: ```console