Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 698 Bytes

File metadata and controls

35 lines (23 loc) · 698 Bytes

Lab 0: Can we just access the dang API?

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