Skip to content

Commit 17b4399

Browse files
committed
freshness pass
1 parent a690e63 commit 17b4399

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/ai-foundry/how-to/create-resource-template.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sgilley
66
author: sdgilley
77
manager: scottpolly
88
reviewer: deeikele
9-
ms.date: 05/18/2025
9+
ms.date: 07/22/2025
1010
ms.service: azure-ai-foundry
1111
ms.topic: quickstart-bicep
1212
ms.custom:
@@ -18,8 +18,6 @@ ms.custom:
1818

1919
# Quickstart: Create an Azure AI Foundry resource using a Bicep file
2020

21-
[!INCLUDE [hub-only-alt](../includes/uses-hub-only-alt.md)]
22-
2321
Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) file (template) to create an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) resource. A template makes it easy to create resources as a single, coordinated operation. A Bicep file is a text document that defines the resources that are needed for a deployment. It might also specify deployment parameters. Parameters are used to provide input values when using the file to deploy resources.
2422

2523
## Prerequisites
@@ -64,14 +62,14 @@ Deploy the Bicep file using either the Azure CLI or Azure PowerShell.
6462
6563
```azurecli
6664
az group create --name exampleRG --location eastus
67-
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters aiServicesName=myai aiProjectName=myai-proj
65+
az deployment group create --resource-group exampleRG --template-file main.bicep --parameters aiFoundryName=myai aiProjectName=myai-proj
6866
```
6967

7068
# [Azure PowerShell](#tab/powershell)
7169

7270
```azurepowershell
7371
New-AzResourceGroup -Name exampleRG -Location eastus
74-
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile main.bicep -aiHubName myai -aiProjectName myai-proj
72+
New-AzResourceGroupDeployment -ResourceGroupName exampleRG -TemplateFile main.bicep -aiFoundryName myai -aiProjectName myai-proj
7573
```
7674

7775
---

0 commit comments

Comments
 (0)