Skip to content

Commit b0a41fb

Browse files
committed
freshness
1 parent 34ae1df commit b0a41fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-studio/how-to/create-azure-ai-hub-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Create an Azure AI Foundry hub using a Bicep template
33
titleSuffix: Azure AI Foundry
4-
description: Use a Microsoft Bicep template to create a new Azure AI Foundry hub.
4+
description: Use a Microsoft Bicep template to create a new Azure AI Foundry hub. This template also creates resources required by the hub.
55
manager: scottpolly
66
ms.service: azure-ai-foundry
77
ms.custom: devx-track-arm-template, devx-track-bicep, build-2024
88
ms.topic: how-to
9-
ms.date: 11/21/2024
9+
ms.date: 02/11/2025
1010
ms.reviewer: deeikele
1111
ms.author: larryfr
1212
author: Blackmist
@@ -64,7 +64,7 @@ The Bicep template is made up of the following files:
6464
| [dependent-resources.bicep](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.machinelearningservices/aistudio-basics/modules/dependent-resources.bicep) | Defines the dependent resources for the hub such as Azure Storage Account, Container Registry, Key Vault, and Application Insights. |
6565
6666
> [!IMPORTANT]
67-
> The example templates may not always use the latest API version for the Azure resources it creates. Before using the template, we recommend modifying it to use the latest API versions. Each Azure service has its own set of API versions. For information on the API for a specific service, check the service information in the [Azure REST API reference](/rest/api/azure/).
67+
> The example templates might not always use the latest API version for the Azure resources it creates. Before using the template, we recommend modifying it to use the latest API versions. Each Azure service has its own set of API versions. For information on the API for a specific service, check the service information in the [Azure REST API reference](/rest/api/azure/).
6868
>
6969
> The hub is based on Azure Machine Learning. For information on the latest API versions for Azure Machine Learning, see the [Azure Machine Learning REST API reference](/rest/api/azureml/). To update this API version, find the `Microsoft.MachineLearningServices/<resource>` entry for the resource type and update it to the latest version. The following example is an entry for a hub that uses an API version of `2023-08-01-preview`:
7070
>

0 commit comments

Comments
 (0)