Indonesian hands-on tutorials for Microsoft Foundry, focused on portal-first agent building, Foundry IQ, validation, observability, and pilot readiness.
Early repository foundation. The first learning path is Foundry 101: a guided workshop for building an internal chatbot with Microsoft Foundry prompt agents and Foundry IQ.
- A GitHub Pages site built with Jekyll and Minimal Mistakes.
- Foundry 101 lab pages for self-paced and guided workshop use.
- Fictional Contoso Indonesia sample corpus for retrieval and grounded answer exercises.
- Validation prompts, readiness guidance, and feature-readiness notes embedded in the labs.
Prerequisites:
- Ruby 3.3
- Bundler
- Node.js 20
Install dependencies:
bundle install
npm ciBuild the site:
bundle exec jekyll buildServe locally:
bundle exec jekyll serve --host 127.0.0.1 --port 4000Run validation:
npm test
npm run a11y
npm run lighthouseRegenerate the fictional Contoso Indonesia corpus artifacts:
npm run generate:corpusThe tutorial content distinguishes generally available, preview, partial GA, and Early Access Preview surfaces. Feature readiness notes are included with each lab.
The Contoso Indonesia corpus is fictional and intended only for training. It includes realistic document patterns such as long tables, repeated table headers, flow charts, and scanned-form images.
See CONTRIBUTING.md.
This project follows the Microsoft Open Source Code of Conduct. See CODE_OF_CONDUCT.md.
Do not report security issues in public GitHub issues. See SECURITY.md.
MIT. See LICENSE.