We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f1588 commit 4d1ee70Copy full SHA for 4d1ee70
docs/ai/quickstarts/generate-images.md
@@ -47,6 +47,7 @@ Complete the following steps to create a .NET console app to connect to an AI mo
47
48
```bash
49
dotnet add package Azure.AI.OpenAI
50
+ dotnet add package Azure.Identity
51
dotnet add package Microsoft.Extensions.Configuration
52
dotnet add package Microsoft.Extensions.Configuration.UserSecrets
53
```
0 commit comments