Skip to content

Commit 972fab3

Browse files
committed
acrolinx and linter
1 parent 2dab96f commit 972fab3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/ai-studio/how-to/develop/ai-template-get-started.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to get started with an AI template
33
titleSuffix: Azure AI Foundry
4-
description: This article provides instructions on how to get started with an AI template.
4+
description: This article provides instructions on how to use an AI template to get started with Azure AI Foundry.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.custom:
@@ -11,14 +11,15 @@ ms.date: 02/20/2025
1111
ms.reviewer: varundua
1212
ms.author: sgilley
1313
author: sdgilley
14+
#customer intent: As a developer, I want to jump start my journey with an AI template.
1415
---
1516

1617
# Get started with an AI template
1718

18-
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
19-
2019
Streamline your code-first development with prebuilt, task-specific Azure AI templates. Benefit from using the latest features and best practices from Microsoft Azure AI, with popular frameworks like LangChain, prompt flow, and Semantic Kernel in multiple languages.
2120

21+
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
22+
2223
## Prerequisites
2324

2425
- [Azure subscription](https://azure.microsoft.com/free)
@@ -34,9 +35,11 @@ Streamline your code-first development with prebuilt, task-specific Azure AI tem
3435
1. Or, clone the repository to your local machine with the provided command.
3536
1. In some cases, you can also view a step-by-step tutorial that explains the AI code.
3637

38+
## Explore the sample application
39+
3740
Once you're looking at the GitHub repository for your sample, refer to the README for more instructions and information on how to deploy your own version of the application.
3841

39-
Instructions will vary by sample, but most will include how to:
42+
Instructions vary by sample, but most include how to:
4043

4144
* Open the solution in the location of your choice:
4245
* GitHub Codespaces

0 commit comments

Comments
 (0)