Skip to content

Commit 5b28a8a

Browse files
committed
Implement code changes to enhance functionality and improve performance
1 parent 69d6585 commit 5b28a8a

2 files changed

Lines changed: 11 additions & 23 deletions

File tree

slides/Slides.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ footer: '@Chris_L_Ayers - https://chris-ayers.com'
66

77
<!-- _footer: 'https://github.com/codebytes/build-with-aspire' -->
88

9-
# Aspiring .NET with Azure OpenAI and Ollama
9+
# Building Smarter .NET Apps with Aspire, Azure OpenAI, and Ollama
1010

1111
## Chris Ayers
1212

@@ -29,21 +29,6 @@ footer: '@Chris_L_Ayers - https://chris-ayers.com'
2929

3030
---
3131

32-
![bg left ](./img/dotnet-logo.png)
33-
34-
# Agenda
35-
36-
- Why Aspire?
37-
- Aspire Integrations
38-
- Consuming Resources
39-
- Local Azure Development
40-
- Deploying to Azure
41-
- **What's New in 9.5**
42-
- Demos
43-
- Q&A
44-
45-
---
46-
4732
# <!-- fit --> Aspire is designed to improve the<br> experience of building cloud-native apps
4833

4934
---
@@ -437,16 +422,12 @@ azd init # Initialize
437422
## ⚙️ CLI & Tooling
438423

439424
- **aspire update** - Auto-update packages
440-
- **Single-file AppHost** (experimental)
441425
- **SSH Remote port forwarding** in VS Code
442-
- Enhanced `aspire exec` command
443426

444427
## 🎨 Dashboard Enhancements
445428

446429
- **GenAI Visualizer** - Explore AI interactions
447430
- **Multi-resource console** logs view
448-
- Custom resource icons
449-
- Enhanced trace filtering
450431

451432
</div>
452433
<div>
@@ -456,13 +437,11 @@ azd init # Initialize
456437
- **OpenAI hosting** integration
457438
- **GitHub Models** & **Azure AI Foundry** catalogs
458439
- **Dev Tunnels** hosting support
459-
- **Azure Kusto** and **App Config** emulators
460440

461441
## 🚀 Deployment
462442

463443
- **Azure Container App Jobs**
464444
- **Built-in Azure deployment** via `aspire deploy`
465-
- Deployment image tag callbacks
466445

467446
</div>
468447
</div>
@@ -625,12 +604,15 @@ var api = builder.AddProject<Projects.Api>("api")
625604

626605
## Follow Chris Ayers
627606

607+
![w:400px](./img/chris_ayers.svg)
608+
609+
<!--
628610
<i class="fa-brands fa-bluesky"></i> BlueSky: [@chris-ayers.com](https://bsky.app/profile/chris-ayers.com)
629611
<i class="fa-brands fa-linkedin"></i> LinkedIn: - [chris\-l\-ayers](https://linkedin.com/in/chris-l-ayers/)
630612
<i class="fa fa-window-maximize"></i> Blog: [https://chris-ayers\.com/](https://chris-ayers.com/)
631613
<i class="fa-brands fa-github"></i> GitHub: [Codebytes](https://github.com/codebytes)
632614
<i class="fa-brands fa-mastodon"></i> Mastodon: [@Chrisayers@hachyderm.io](https://hachyderm.io/@Chrisayers)
633-
~~<i class="fa-brands fa-twitter"></i> Twitter: @Chris_L_Ayers~~
615+
~~<i class="fa-brands fa-twitter"></i> Twitter: @Chris_L_Ayers~~ -->
634616

635617
</div>
636618
</div>

0 commit comments

Comments
 (0)