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