Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions agent-framework/integrations/azure-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down