šļø A bit on Azure AI Foundry and a smallish rant on Prompty
Have you ever had that warm sensation in your belly where you feel like this is what all the hard work was for? For me, itās when I receive heartwarming feedback from participants in a session Iām moderating. That moment when I know Iāve made an impact on someoneās journeyāit makes it all worth it. And yes, I always treat myself afterward. Not for the recognition, but for the impact.
You might be wondering, what the hell is this girl on about?
Well, today, during my first online session (after a time zone mix-up, oops), I received the most wholesome comment. And donāt I feel like Iām on cloud nine? Okay, I know you didnāt ask, but hereās the feedback I got:
šØļø The Microsoft learning challenge has been very key in preparing me for the series presentations and understanding the Azure landscape
Time Zones š©
Before we dive into the session itself, letās address the elephant in the room: time zones.
The session was postponed for over a week because I miscalculated the hoursādid +1 instead of -1 (rookie mistake). I even posted about it, and a friend commented that these are the kinds of problems they wish they had. That made me feel a bit better after the initial panic of canceling a session over a simple miscalculation.
I was mentally beating myself up over it, but the reassurances from my teammates got me back on track.
So, next time your brain fails you because of time zonesādonāt stress. It happens! And sometimes, the only solution is to not beat yourself up over it.
Lights, camera, live!!
What did I talk about today? Azure AI Foundry. Yeah, itās basically what I always talk about! But this time, aside from the end-to-end AI Foundry journey, I also dived into Prompty. And yes, you can watch the recording below:
Letās talk Prompty, promptlyā¦
Since Iāve now become the unofficial Azure AI Foundry spokesperson, letās shift gears a bit and talk about Promptyāwhat it is and why you should care.
I see Prompty as a bridge beyond simple API calls when working with modelsāallowing you to create a custom model playground directly in your Visual Studio Code environment.
Prompty is made up of three main parts:
- Specification (.prompty file) - This is the Prompty file format which is markdown with some front matter
- Tooling (VS Code Extension) ā where it integrates essential features such as syntax highlighting and more
- Runtime (Prompty to Code) - enables you to convert your Prompty file to code either Python, C#, Sematic Kernel or Langchain with just one click. Yes, youāve read it right - just one click.
An illustration I made is as follows:
š Try it out today: prompty.ai
And make sure to check out the docsāIām an active contributor, and Iād love your feedback as I work on making them even better!
š„ P.S. Iām working on an Intro to Prompty video seriesāstay tuned!