PromptFlow YAML Cheat Sheet
PromptFlow is a powerful YAML-based framework designed for building and managing AI workflows. It enables seamless integration of Large Language Models (LLMs), custom scripts, APIs, and other tools, providing a structured approach to AI-driven applications. With its readable syntax, flexibility, and focus on reusability, PromptFlow simplifies the process of defining, executing, and optimizing complex workflows, making it an invaluable tool for developers, data scientists, and AI enthusiasts.
Choose The Right Azure Service Plan (with a flowchart!)
Selecting the right Azure Service Plan is crucial for optimizing performance, cost, and scalability. This article provides a flowchart to help you choose the correct tier and includes plan details for each tier to help you get started.
Deploy an Azure Logic Apps Workflow in Standard Plan with Azure DevOps
This article provides a step-by-step guide on how to automate the deployment of workflows in Azure Logic Apps (Standard Plan) using the Azure CLI. It explains how to organize workflows, zip them, and deploy them to Azure through a Bash script, making it ideal for developers looking to streamline Logic App deployments in CI/CD pipelines.
Variables in Bash and Azure Pipelines
In this article, we'll explore the basics of variables in Bash, focusing on the role of symbols like $, (, [, and {. Each of these symbols has a specific function in Bash scripting, from referencing variables to grouping commands and conditions. Understanding these will not only enhance your scripting skills but will also give you a better grasp of how similar concepts are applied in Azure Pipelines
How to Build and Customize the Azure SDK for JavaScript
The Azure Document Intelligence API offers powerful capabilities for form recognition and document analysis. However, the client library for JavaScript that offers ease of usage might not always align with your needs, especially when it comes to using preview versions of the API. In this blog post, we'll explore how to override the default API version used by the Azure Document Intelligence SDK to leverage the latest preview features.