All things Azure

Developer focused how-tos, use cases and solutions on Microsoft Azure

Featured posts

How to develop AI Apps and Agents in Azure – A Visual Guide
Dec 4, 2024
3
18

How to develop AI Apps and Agents in Azure – A Visual Guide

Govind Kamtamneni Priyanka Vergadia
Govind,
Priyanka

As organizations explore new AI-powered experiences and automated workflows, there's a growing need to move beyond experiments and proofs-of-concept to producti...

AI AppsAll things AzureAgents
How to subscribe for GitHub Copilot Business without GitHub Enterprise: A Step-by-Step Guide
Nov 6, 2024
2
5

How to subscribe for GitHub Copilot Business without GitHub Enterprise: A Step-by-Step Guide

Rafferty Uy
Rafferty Uy

Did you know that now you can subscribe to GitHub Copilot Business without GitHub Enterprise (GHE), which means you can get GitHub Copilot Business as a standal...

All things AzureGitHub CopilotDeveloper Productivity

Latest posts

Turning AI Prompts into Playing Cards: A Platform Engineering Experiment
Feb 5, 2025
0
0

Turning AI Prompts into Playing Cards: A Platform Engineering Experiment

Taylor Cowan
Taylor Cowan

The inspiration for this project came from my desire to leverage AI to create a tangible product that you can hold, touch, and share.  Cardmaker showcases the capabilities of modern AI as a tool to help its user craft a custom card deck.  But that's not all.  It also provides a unique and tangible product that can be used for educational purposes, marketing, or personal enjoyment.  I’ll let cardmaker introduce itself by showcasing the initial greeting it provides for the user: The Process My first challenge was deciding what theme to use and what content would go on the cards.  This is important because LLM...

Step-by-Step Guide: User Provisioning with SAML Authentication in GitHub Enterprise
Feb 4, 2025
0
0

Step-by-Step Guide: User Provisioning with SAML Authentication in GitHub Enterprise

Joshua Chan
Joshua Chan

This guide demonstrates how to seamlessly set up user access in GitHub Enterprise using Security Assertion Markup Language (SAML) authentication. The process connects a user's GitHub account with your organization's identity provider (such as Microsoft Entra ID or Okta), enabling secure and streamlined access management.     The diagram above describes the process when a user access GitHub Enterprise when SAML authentication, the critical piece here is the link with Single Sign-On (SSO) identity.  Assuming the following steps before starting:  Step by step Guide Note...

Tips and Tricks for Adopting GitHub Copilot at Scale
Jan 15, 2025
0
0

Tips and Tricks for Adopting GitHub Copilot at Scale

dsanchezcr
dsanchezcr

Introduction​ Adopting GitHub Copilot at scale can be a game-changer for many development teams (especially large or distributed teams). This blog post provides best practices, actionable tips, and tricks to ensure a successful adoption of GitHub Copilot to ensure successful adoption at scale, foster engagement, and maximize the return on investment (ROI). 1. Raise Awareness and Streamline License Requests​ One common challenge in organizations is ensuring that developers are aware of the tools and resources available to them. Simply buying the GitHub Copilot licenses is not enough, organizations must acti...

Agentic AI Explained: A Philosophical Framework for Understanding AI Agents
Jan 15, 2025
1
4

Agentic AI Explained: A Philosophical Framework for Understanding AI Agents

David Barkol
David Barkol

Imagine an AI-powered world where assistance goes beyond tasks -- where intelligent agents debate, learn and collaborate with the wisdom of history's greatest minds. What if Socrates, Plato, and Aristotle could step into the digital age, engaging in vibrant discussions and offering their timeless perspectives. In this article, I'll delve into how AI agents can embody these great thinkers -- blending ancient wisdom with modern AI. Agent Personas An agent persona is like a character with its own strengths and style of thinking. By giving agents the personas of Socrates, Plato, and Aristotle, we can see ho...

GPT-4o: Revolutionizing Real-Time Speech Technology in 2024
Dec 13, 2024
0
1

GPT-4o: Revolutionizing Real-Time Speech Technology in 2024

cindywang
cindywang

In an era where communication is more crucial than ever, real-time speech has evolved from a futuristic concept into an essential tool across many industries. With gpt-4o leading the way, organizations and developers are now leveraging AI to create interactive and seamless speech experiences. From customer support to retail, the impact of real-time speech applications is palpable and continues to grow. Let's explore how gpt-4o is revolutionizing industries through intelligent real-time speech solutions.   Real-Time Customer Support One of the most prominent applications of gpt-4o in the real-time speech dom...

How Global System Integrators can make the most of their GitHub Copilot licenses
Dec 9, 2024
0
0

How Global System Integrators can make the most of their GitHub Copilot licenses

sombanerjee Poornima Prasad yusufran
sombanerjee,
Poornima,
yusufran

AI-powered code assistant tools like GitHub Copilot have revolutionized the development landscape. We’ve observed significant Copilot adoption among Global System Integrators (GSIs), who are leading the charge in harnessing its potential. While many developers are already utilizing GitHub Copilot in their internal projects, GSI’s are eager to integrate Copilot into their own application development lifecycles. In response, several GSIs are considering extending their GitHub Copilot licenses to their end customers and partners. For some of these customers, development environments are managed within Offshore Devel...

How to use Copilot for Code Refactoring
Dec 4, 2024
0
1

How to use Copilot for Code Refactoring

utejomurtula
utejomurtula

I share GitHub Copilot tips every few days, if you are new to the series, below I have linked some of the previous tips. In this article, I am sharing a tip about using GitHub Copilot for code refactoring. https://devblogs.microsoft.com/all-things-azure/github-copilot-tip-interactive-debugging-with-github-copilot-chat/ https://devblogs.microsoft.com/all-things-azure/how-to-use-github-copilot-for-efficient-unit-test-creation/   Challenge: Refactoring Code Refactoring code is a crucial part of maintaining a clean, efficient, and scalable codebase. However, it can be challenging and time-consuming. D...

How to subscribe to GitHub Enterprise with Advanced Security and Copilot Business/Enterprise: A Step-by-Step Guide
Dec 1, 2024
0
2

How to subscribe to GitHub Enterprise with Advanced Security and Copilot Business/Enterprise: A Step-by-Step Guide

Rafferty Uy
Rafferty Uy

As GitHub announced metered billing, anyone with an active Azure subscription can now self-provision a paid GitHub Enterprise Cloud account, with Advanced Security and GitHub Copilot Business/Enterprise. This post is a screenshot-based step-by-step guide on how you can do so. Pre-requisites Before we get started, ensure that you have the following: We will also need the users with the following roles: Step-by-Step Guide Step 1: Create a GitHub Enterprise Trial Account Step 2: Add an Azure Subscription Step...

How to build ChatGPT-like enterprise search on your own data
Nov 25, 2024
0
5

How to build ChatGPT-like enterprise search on your own data

Priyanka Vergadia
Priyanka Vergadia

Do you find yourself drowning in company documentation, spending hours searching through SharePoint, knowledge bases, and contract repositories for one specific piece of information? You're not alone. Organizations now have plenty of information – the challenge lies in finding the right information when you need it. We have built a packaged GitHub template that helps you harness AI to make YOUR data searchable and useful. This code sample will help you create your own ChatGPT-like enterprise search and chat experience, powered by Azure AI Search and large language models. Use Cases Consider these scena...