ISE Developer Blog

Solving global tech challenges, sharing insights, and empowering developers

Latest posts

Accessing Private Resources in Azure
Nov 15, 2024
1

Accessing Private Resources in Azure

Juan Burckhardt
Juan Burckhardt

A practical guide for developers on connecting to Azure resources with private endpoints through a VPN.

Three Ways to Simplify CI/CD Pipelines on GitHub Actions
Nov 8, 2024
0

Three Ways to Simplify CI/CD Pipelines on GitHub Actions

Neeraj Mandal Stewart Adam
Neeraj,
Stewart

This post focuses on three ways to simplify CI/CD pipelines deploying to Azure with GitHub Actions.

Building a Multi-tenant GenAI gateway using APIM
Oct 31, 2024
3

Building a Multi-tenant GenAI gateway using APIM

Sushant Bhalla
Sushant Bhalla

This blog shares insights on developing a GenAI gateway with multi-tenancy and quota management capabilities implemented using Azure APIM where customers can access the GenAI resources across different service tiers like Freemium, Basic, and Premium with each tier having it's own quota and rate limits. The solution used the concept of "Products" to group APIs related to specific entitlements and using Product Policies, simplifying the overall design and ensuring scalability.

Multimodal RAG with Vision: From Experimentation to Implementation
Oct 11, 2024
5

Multimodal RAG with Vision: From Experimentation to Implementation

Pratima Sayyaparaju Maitreyi Nair Oscar Fimbres
Pratima,
Maitreyi,
Oscar

This blog post delves into the experimentation journey of fine-tuning a multimodal RAG pipeline to best answer user queries that require both textual and image context. We ran our experiments by systematically testing various approaches, adjusting one configuration setting at a time and using clearly defined evaluation metrics to validate the performance of each component of the RAG pipeline in isolation, as well as the end-to-end inference flow.

Streamlining Error Handling in Power Automate for Better Workflow Performance
Oct 4, 2024
6

Streamlining Error Handling in Power Automate for Better Workflow Performance

Peter Maynard
Peter Maynard

This post explores effective error handling strategies in Power Automate to enhance workflow reliability and maintainability through practical techniques and integrations.

PromptFlow Serve – Benchmark Result Analysis
Sep 27, 2024
2

PromptFlow Serve – Benchmark Result Analysis

Dasith Wijesiriwardena
Dasith Wijesiriwardena

In this post we discuss how to test the throughput of PromptFlow pf-serve module and key learnings doing so. We explore the impact on throughput and performance the different WSGI and ASGI hosting methods have and the importance of engineering your Python nodes with the async await pattern for I/O.

Earning Agentic (and LangChain) Complexity
Sep 9, 2024
7

Earning Agentic (and LangChain) Complexity

Michael Lanzetta Juan Burckhardt
Michael,
Juan

This post examines the challenges of adopting complex technologies like LangChain and agentic solutions in production environments, emphasizing the importance of understanding the necessity of such complexity. It provides insights on how to evaluate these technologies carefully, manage dependencies, and adhere to best practices for secure and stable AI applications.

Semantic Router using Azure AI Search
Aug 16, 2024
7

Semantic Router using Azure AI Search

Christopher Buckley
Christopher Buckley

Potential semantic routing solution using Azure AI Search for scalable query handling.

Measuring Differentials of Product Images in AI-generated Ads
Aug 9, 2024
5

Measuring Differentials of Product Images in AI-generated Ads

James Kingdon Anna Kazlow Sean Tate
James,
Anna,
Sean

Various methodologies of measuring differentials between a product image and an AI-generated ad for the purpose of product representation integrity in serving AI-generated ads.