* Cantinho Satkeys

Refresh History
  • FELISCUNHA: ghyt74  pessoal  49E09B4F
    11 de Setembro de 2026, 11:37
  • JP: try65hytr Pessoal  4tj97u<z 2dgh8i k7y8j0 classic
    11 de Setembro de 2026, 05:33
  • JP: try65hytr Pessoal k7y8j0 2dgh8i k7y8j0 yu7gh8
    08 de Setembro de 2026, 04:15
  • j.s.: dgtgtr a todos  49E09B4F 49E09B4F
    06 de Setembro de 2026, 12:15
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  k8h9m
    06 de Setembro de 2026, 12:02
  • JP: try65hytr Pessoal 4tj97u<z 2dgh8i k7y8j0 r4v8p
    04 de Setembro de 2026, 04:35
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    03 de Setembro de 2026, 08:38
  • JP: try65hytr Pessoal 4tj97u<z 2dgh8i k7y8j0 yu7gh8
    01 de Setembro de 2026, 04:12
  • j.s.: try65hytr a todos  49E09B4F
    31 de Agosto de 2026, 20:33
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    26 de Agosto de 2026, 10:51
  • JP: try65hytr Pessoal 4tj97u<z 2dgh8i k7y8j0 classic
    25 de Agosto de 2026, 04:05
  • FELISCUNHA: ghyt74  pessoal   49E09B4F
    21 de Agosto de 2026, 11:28
  • JP: try65hytr Pessoal 4tj97u<z 2dgh8i k7y8j0 classic
    21 de Agosto de 2026, 05:22
  • JP: try65hytr Pessoal 4tj97u<z 2dgh8i k7y8j0 43e5r6
    17 de Agosto de 2026, 04:09
  • j.s.: dgtgtr a todos  49E09B4F
    15 de Agosto de 2026, 15:07
  • FELISCUNHA: ghyt74   49E09B4F  e bom fim de semana  4tj97u<z
    15 de Agosto de 2026, 11:45
  • Alberto: Revistas
    15 de Agosto de 2026, 05:32
  • JP: try65hytr Pessoal 4tj97u<z 2dgh8i k7y8j0
    14 de Agosto de 2026, 05:05
  • j.s.: try65hytr try65hytr a todos  49E09B4F 49E09B4F
    11 de Agosto de 2026, 20:26
  • JP: try65hytr Pessoal 2dgh8i k7y8j0 r4v8p
    11 de Agosto de 2026, 04:30

Autor Tópico: Create a generative AI app that uses tools with Azure  (Lida 2 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Online WAREZBLOG

  • Moderador Global
  • ***
  • Mensagens: 19396
  • Karma: +0/-0
Create a generative AI app that uses tools with Azure
« em: 11 de Setembro de 2026, 02:46 »

Create a generative AI app that uses tools with Azure
Published 9/2026
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Language: English | Duration: 56m | Size: 529.44 MB
Azure Foundry, python, AI, Tools

What you'll learn
Create and configure a Microsoft Foundry project.
Find and deploy a GPT-5.2 model from the model catalog.
Test the web_search tool in the model playground.
Retrieve the Azure OpenAI endpoint required by a client application.
Use the OpenAI SDK with Microsoft Entra ID authentication
Create a vector store and upload PDF documents to it.
Integrate file_search and web_search into a Responses API request.
Run and test a Python application that uses these tools.
Requirements
Basic knowledge of Azure and generative AI concepts.
Basic Python programming skills.
Basic familiarity with command-line tools and virtual environments.
Description
Build a Generative AI Application with Microsoft Foundry, the Responses API, and Tools
Create a generative AI application with Microsoft Foundry, the Responses API, and tools capable of using information from both the Web and your own files.
This hands-on course guides you through creating a Microsoft Foundry project, deploying a GPT-5.2 model, and developing a Python chat application that uses the web_search and file_search tools.
Course Description
Microsoft Foundry: Build a Generative AI Application with Tools
This Level 300 course is based on a practical Microsoft Learning exercise focused on developing a generative AI application with Microsoft Foundry and the Responses API.
You will begin by creating a Microsoft Foundry project and deploying GPT-5.2. You will then experiment with the web_search tool in the model playground before developing a Python application capable of searching for information on the Web and in PDF brochures using a vector store and the file_search tool.
The lab uses Microsoft Entra ID authentication to connect to the Azure OpenAI endpoint. Some of the technologies presented in this course may be in preview or under active development. As a result, you may encounter unexpected behavior, warnings, or errors.
What You Will Learn
By the end of this course, you will be able to
- Create and configure a Microsoft Foundry project.
- Find and deploy a GPT-5.2 model from the model catalog.
- Test the web_search tool in the model playground.
- Retrieve the Azure OpenAI endpoint required by a client application.
- Use the OpenAI SDK with Microsoft Entra ID authentication.
- Create a vector store and upload PDF documents to it.
- Integrate file_search and web_search into a Responses API request.
- Run and test a Python application that uses these tools.
Who Is This Course For?
AI and Azure Developers
Learn how to create a generative AI application connected to a model deployed in Microsoft Foundry.
Python Developers
Learn how to integrate the Responses API, the OpenAI SDK, and Azure authentication into a client application.
Professionals Working with Private Data
Understand how to use PDF files with a vector store and the file_search tool.
Microsoft Foundry Users
Gain practical experience using tools that extend a model's capabilities beyond a standard chat experience.
Prerequisites
- An active Microsoft Azure subscription.
- Visual Studio Code installed.
- Python 3.13.x installed. The lab has been tested with Python 3.13.12.
- Git installed and configured.
- Azure CLI installed.
- Permissions to create the Azure resources required for the lab.
Full Course Outline
Section 1 - Create a Microsoft Foundry Project
Section 2 - Deploy a GPT-5.2 Model
Section 3 - Experiment with Tools in the Model Playground
Section 4 - Create an Application That Uses Tools
Section 5 - Retrieve the Azure OpenAI Endpoint
Section 6 -  the Application Files from GitHub
Section 7 - Prepare the Application Configuration
Section 8 - Develop and Test the Chat Application
Who this course is for
AI and Azure Developers
Python Developers
Microsoft Foundry Users
Homepage
Código: [Seleccione]
https://www.udemy.com/course/create-a-generative-ai-app-that-uses-tools-with-azure/
Recommend Download Link Hight Speed | Please Say Thanks Keep Topic Live
No Password  - Links are Interchangeable