- Get local copies of API keys for accessing Azure OpenAI, Azure Bing Search API, and Azure SQL DB
- Run a simple SK console app that successfully utilizes resources hosted by Azure AI Forge
You have .NET 9.0 or better running.
curl -L -o appsettings.Local.json https://bit.ly/workshop-banana-2024
Invoke-WebRequest -Uri "https://bit.ly/workshop-banana-2024" -OutFile "appsettings.Local.json"Listen for instructions when you get to this step!
vscode .dotnet runAccessing APIs and running a simple SK console app.
- Get local copies of API keys
- Run a simple SK console app
- Experiment with different API endpoints
- Explore different API authentication methods