Lab 0: Can we just access the dang API?

January 31, 2025 ยท View on GitHub

Learning Objectives

  1. Configure you laptop to access the needed Azure AI, SQL, and Bing resources.
  2. Run a simple SK console app that successfully utilizes resources hosted by Azure AI Forge.

Prerequisites

You have .NET 9.0 or better running.

Listen for instructions when you get to this step!

vscode .
dotnet run

High-Level Summary

Focus

Accessing APIs and running a simple SK console app.

Objectives

  • Get local copies of API keys
  • Run a simple SK console app

Additional Exercises

  • Experiment with different API endpoints

Further Ideas

  • Explore different API authentication methods