Tag: azure ai

  • The road to Azure AI Engineer Associate 

    by

    in

    So I have worked with OpenAI models in Azure and wanted to gain a broader insight into the different Azure AI Services. The AI-102 exam looked like a good fit because it covers a comprehensive range of services and skills in depth. I started in September, and from the start, it took around 4 months.…

  • How I Built a Custom AI Agent with Tools from Scratch

    by

    in

    Even though there are existing frameworks for AI Agents, I had an idea for a rather easy way of building a custom AI Agent from scratch and decided to try it out. Autonomous Agent with Tools I specify tools for an LLM that functions as an Agent. A console app executes these tools based on…

  • Securing AI: Mitigating Prompt Injection Attacks with Azure AI Prompt Shields

    by

    in

    Large Language Models (LLMs) are powerful but vulnerable to attacks that manipulate their behavior. Azure AI Content Safety’s Prompt Shields API provides a critical defense against these threats, and it has a free pricing tier that covers a few thousand calls a month. Go to the example code below. The Threat Landscape: Two Main Attack…