Skip to content

Commit 24f4a9b

Browse files
ericstjwestey-mjozkee
authored
Add project creation instructions to quick-start guide (#307)
* Add project creation instructions to quick-start guide Added instructions for creating a new project using PowerShell. * Apply suggestion from @jozkee Co-authored-by: David Cantú <dacantu@microsoft.com> --------- Co-authored-by: westey <164392973+westey-m@users.noreply.github.com> Co-authored-by: David Cantú <dacantu@microsoft.com>
1 parent 874826a commit 24f4a9b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

agent-framework/tutorials/quick-start.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Before you begin, ensure you have the following:
3232
> This demo uses Azure CLI credentials for authentication. Make sure you're logged in with `az login` and have access to the Azure OpenAI resource. For more information, see the [Azure CLI documentation](/cli/azure/authenticate-azure-cli-interactively). It is also possible to replace the `AzureCliCredential` with an `ApiKeyCredential` if you
3333
have an api key and do not wish to use role based authentication, in which case `az login` is not required.
3434

35+
## Create a project
36+
37+
```powershell
38+
dotnet new console -o AgentFrameworkQuickStart
39+
cd AgentFrameworkQuickStart
40+
```
41+
3542
## Install Packages
3643

3744
Packages will be published to [NuGet Gallery | MicrosoftAgentFramework](https://www.nuget.org/profiles/MicrosoftAgentFramework).

0 commit comments

Comments
 (0)