Skip to content

Commit 586c77c

Browse files
Merge pull request #260262 from eric-urban/eur/ai-resource
update resource info
2 parents e025104 + 21a2e7e commit 586c77c

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

articles/ai-studio/concepts/ai-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The Azure AI services resource contains the keys and endpoints needed to authent
7676
| ![Speech icon](../../ai-services/media/service-icons/speech.svg) [Speech](../../ai-services/speech-service/index.yml) | Speech to text, text to speech, translation and speaker recognition |
7777
| ![Vision icon](../../ai-services/media/service-icons/vision.svg) [Vision](../../ai-services/computer-vision/index.yml) | Analyze content in images and videos |
7878

79-
Large language models that can be used to generate text, speech, images, and more, are hosted by the AI resource. Fine-tuned models and open models deployed from the [model catalog](../how-to/model-catalog.md) are always created in the project context for isolation.<br/><br/>Model-as-as-service endpoints including Azure OpenAI base models
79+
Large language models that can be used to generate text, speech, images, and more, are hosted by the AI resource. Fine-tuned models and open models deployed from the [model catalog](../how-to/model-catalog.md) are always created in the project context for isolation.
8080

8181
## Centralized setup and governance
8282

articles/ai-studio/how-to/create-azure-ai-resource.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,31 +18,35 @@ ms.author: eur
1818

1919
As an administrator, you can create and manage Azure AI resources. Azure AI resources provide a hosting environment for the projects of a team, and help you as an IT admin centrally set up security settings and govern usage and spend. You can create and manage an Azure AI resource from the Azure portal or from the Azure AI Studio.
2020

21-
In this article, you learn how to create an Azure AI resource from AI studio (for getting started) and from the Azure portal (for advanced security setup) and manage it from the Azure portal and Azure AI Studio.
21+
In this article, you learn how to create and manage an Azure AI resource in Azure AI Studio (for getting started) and from the Azure portal (for advanced security setup).
2222

23-
## Create an Azure AI resource in AI studio for getting started
24-
To create a new Azure AI resource, you need either the Owner or Contributor role on the resource group or on an existing Azure AI resource. If you are unable to create an Azure AI resource due to permissions, reach out to your administrator.
23+
## Create an Azure AI resource in AI Studio for getting started
24+
To create a new Azure AI resource, you need either the Owner or Contributor role on the resource group or on an existing Azure AI resource. If you are unable to create an Azure AI resource due to permissions, reach out to your administrator. If your organization is using [Azure Policy](../../governance/policy/overview.md), don't create the resource in AI Studio. Create the Azure AI resource [in the Azure Portal](#create-a-secure-azure-ai-resource-in-the-azure-portal) instead.
2525

26-
1. From Azure AI studio, navigate to `manage` and select `New Azure AI resoure`.
26+
Follow these steps to create a new Azure AI resource in AI Studio.
27+
28+
1. From Azure AI Studio, navigate to `manage` and select `New Azure AI resource`.
2729

2830
1. Fill in **Subscription**, **Resource group**, and **Location** for your new Azure AI resource.
2931

3032
:::image type="content" source="../media/how-to/resource-create-advanced.png" alt-text="Screenshot of the Create an Azure AI resource wizard with the option to set basic information." lightbox="../media/how-to/resource-create-advanced.png":::
3133

3234
1. Optionally, choose an existing Azure AI services provider. By default a new provider is created. New Azure AI services include multiple API endpoints for Speech, Content Safety and Azure OpenAI. You can also bring an existing Azure OpenAI resource.
3335

34-
1. Optionally, connect an existing Azure AI Search instance to share search indices with all projects in this Azure AI resource. No AI Search instance is created for you if you don't provide one.
36+
1. Optionally, connect an existing Azure AI Search instance to share search indices with all projects in this Azure AI resource. An Azure AI Search instance isn't created for you if you don't provide one.
3537

3638
## Create a secure Azure AI resource in the Azure portal
3739

40+
If your organization is using [Azure Policy](../../governance/policy/overview.md), setup a resource that meets your organization's requirements instead of using AI Studio for resource creation.
41+
3842
1. From the Azure portal, search for `Azure AI Studio` and create a new resource by selecting **+ New Azure AI**
3943
1. Fill in **Subscription**, **Resource group**, and **Region**. **Name** your new Azure AI resource.
4044
- For advanced settings, select **Next: Resources** to specify resources, networking, encryption, identity, and tags.
4145
- Your subscription must have access to Azure AI to create this resource.
4246

4347
:::image type="content" source="../media/how-to/resource-create-basics.png" alt-text="Screenshot of the option to set Azure AI resource basic information." lightbox="../media/how-to/resource-create-basics.png":::
4448

45-
1. Select an existing **Azure AI services** or create a new one. New Azure AI services include multiple API endpoints for Speech, Content Safety and Azure OpenAI. You can also bring an existing Azure OpenAI resource. Optionally, choose an existing **Storage account**, **Key vault**, **Container Registry, and **Application insights** to host artifacts generated when you use AI studio.
49+
1. Select an existing **Azure AI services** or create a new one. New Azure AI services include multiple API endpoints for Speech, Content Safety and Azure OpenAI. You can also bring an existing Azure OpenAI resource. Optionally, choose an existing **Storage account**, **Key vault**, **Container Registry, and **Application insights** to host artifacts generated when you use AI Studio.
4650

4751
:::image type="content" source="../media/how-to/resource-create-resources.png" alt-text="Screenshot of the Create an Azure AI resource with the option to set resource information." lightbox="../media/how-to/resource-create-resources.png":::
4852

@@ -150,4 +154,4 @@ Here you're linked to the Azure portal to review the cost analysis information f
150154

151155
- [Create a project](create-projects.md)
152156
- [Learn more about Azure AI Studio](../what-is-ai-studio.md)
153-
- [Learn more about Azure AI resources](../concepts/ai-resources.md)
157+
- [Learn more about Azure AI resources](../concepts/ai-resources.md)

0 commit comments

Comments
 (0)