Skip to content

Commit ab726e5

Browse files
committed
more rebranding
1 parent 07b63db commit ab726e5

26 files changed

+101
-103
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ When a single platform team is responsible for the setup of cloud resources, the
3232

3333
## Set up and secure a hub for your team
3434

35-
Get started by [creating your first hub in Azure AI Foundry portal](../how-to/create-azure-ai-resource.md), or use [Azure portal](../how-to/create-secure-ai-hub.md) or [templates](../how-to/create-azure-ai-hub-template.md) for advanced configuration options. You can customize networking, identity, encryption, monitoring, or tags, to meet compliance with your organizations requirements.
35+
Get started by [creating your first hub in Azure AI Foundry portal](../how-to/create-azure-ai-resource.md), or use [Azure portal](../how-to/create-secure-ai-hub.md) or [templates](../how-to/create-azure-ai-hub-template.md) for advanced configuration options. You can customize networking, identity, encryption, monitoring, or tags, to meet compliance with your organization's requirements.
3636

3737
Often, projects in a business domain require access to the same company resources such as vector indices, model endpoints, or repos. As a team lead, you can preconfigure connectivity with these resources within a hub, so developers can access them from any new project workspace without delay on IT.
3838

@@ -76,7 +76,7 @@ Projects also have specific settings that only hold for that project:
7676
7777
## Azure AI services API access keys
7878

79-
The hub allows you to set up connections to existing Azure OpenAI or Azure AI Services resource types, which can be used to host model deployments. You can access these model deployments from connected resources in Azure AI Foundry portal. Keys to connected resources can be listed from the Azure AI Foundry portal or Azure portal. For more information, see [Find Azure AI Foundry resources in the Azure portal](#find-azure-ai-foundry-resources-in-the-azure-portal).
79+
The hub allows you to set up connections to existing Azure OpenAI or Azure AI Services resource types, which can be used to host model deployments. You can access these model deployments from connected resources in Azure AI Foundry portal. Keys to connected resources can be listed from the Azure AI Foundry portal or Azure portal. For more information, see [Find Azure AI Foundry Service in the Azure portal](#find-azure-ai-foundry-resources-in-the-azure-portal).
8080

8181
### Virtual networking
8282

@@ -115,7 +115,7 @@ If you require to group costs of these different services together, we recommend
115115

116116
You can use [cost management](/azure/cost-management-billing/costs/quick-acm-cost-analysis) and [Azure resource tags](/azure/azure-resource-manager/management/tag-resources) to help with a detailed resource-level cost breakdown, or run [Azure pricing calculator](https://azure.microsoft.com/pricing/calculator/) on the above listed resources to obtain a pricing estimate. For more information, see [Plan and manage costs for Azure AI services](../how-to/costs-plan-manage.md).
117117

118-
## Find Azure AI Foundry resources in the Azure portal
118+
## Find Azure AI Foundry Services in the Azure portal
119119

120120
In the Azure portal, you can find resources that correspond to your project in Azure AI Foundry portal.
121121

articles/ai-foundry/concepts/architecture.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,13 @@ Azure AI Foundry provides a unified experience for AI developers and data scient
2222

2323
At the top level, Azure AI Foundry provides access to the following resources:
2424

25-
<!-- The top level Azure AI Foundry resources (hub and project) are based on Azure Machine Learning. Connected resources, such as Azure OpenAI, Azure AI services, and Azure AI Search, are used by the hub and project in reference, but follow their own resource management lifecycle. -->
26-
2725
- **Azure OpenAI**: Provides access to the latest OpenAI models. You can create secure deployments, try playgrounds, fine tune models, content filters, and batch jobs. The Azure OpenAI resource provider is `Microsoft.CognitiveServices/account` and the kind of resource is `OpenAI`. You can also connect to Azure OpenAI by using a kind of `AIServices`, which also includes other [Azure AI services](/azure/ai-services/what-are-ai-services).
2826

2927
When you use Azure AI Foundry portal, you can directly work with Azure OpenAI without an Azure Studio project. Or you can use Azure OpenAI through a project.
3028

3129
For more information, visit [Azure OpenAI in Azure AI Foundry portal](../azure-openai-in-azure-ai-foundry.md).
3230

33-
- **Management center**: The management center streamlines governance and management of Azure AI Foundry resources such as hubs, projects, connected resources, and deployments.
31+
- **Management center**: The management center streamlines governance and management of Azure AI Foundry services such as hubs, projects, connected resources, and deployments.
3432

3533
For more information, visit [Management center](management-center.md).
3634
- **Azure AI Foundry hub**: The hub is the top-level resource in Azure AI Foundry portal, and is based on the Azure Machine Learning service. The Azure resource provider for a hub is `Microsoft.MachineLearningServices/workspaces`, and the kind of resource is `Hub`. It provides the following features:
@@ -48,7 +46,7 @@ At the top level, Azure AI Foundry provides access to the following resources:
4846
- Project-scoped connections. For example, project members might need private access to data stored in an Azure Storage account without giving that same access to other projects.
4947
- Open source model deployments from catalog and fine-tuned model endpoints.
5048

51-
:::image type="content" source="../media/concepts/resource-provider-connected-resources.svg" alt-text="Diagram of the relationship between Azure AI Foundry resources." :::
49+
:::image type="content" source="../media/concepts/resource-provider-connected-resources.svg" alt-text="Diagram of the relationship between Azure AI Foundry services." :::
5250

5351
For more information, visit [Hubs and projects overview](ai-resources.md).
5452

articles/ai-foundry/how-to/azure-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: larryfr
77
ms.date: 01/24/2025
88
ms.service: azure-ai-foundry
99
ms.topic: how-to
10-
# Customer Intent: As an admin, I want to understand how I can use Azure Policy to audit and govern Azure AI Foundry resources so that I can ensure compliance with my organization's requirements.
10+
# Customer Intent: As an admin, I want to understand how I can use Azure Policy to audit and govern Azure AI Foundry Services so that I can ensure compliance with my organization's requirements.
1111
---
1212

1313
# Audit and manage Azure AI Foundry hubs and projects

articles/ai-foundry/how-to/costs-plan-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can get to cost analysis from the [Azure portal](https://portal.azure.com).
104104
> [!IMPORTANT]
105105
> Your Azure AI Foundry project costs are only a subset of your overall application or solution costs. You need to monitor costs for all Azure resources used in your application or solution. For more information, see Azure AI Foundry hubs.
106106
107-
For the examples in this section, assume that all Azure AI Foundry resources are in the same resource group. But you can have resources in different resource groups. For example, your Azure AI Search resource might be in a different resource group than your project.
107+
For the examples in this section, assume that all Azure AI Foundry Services are in the same resource group. But you can have resources in different resource groups. For example, your Azure AI Search resource might be in a different resource group than your project.
108108

109109
Here's an example of how to monitor costs for a project. The costs are used as an example only. Your costs vary depending on the services that you use and the amount of usage.
110110

@@ -129,7 +129,7 @@ Here's an example of how to monitor costs for a project. The costs are used as a
129129

130130
In this example:
131131
- The resource group name is **rg-contosoairesource**.
132-
- The total cost for all resources and services in the example resource group is **$222.97**. In this example, $222.97 is the total cost for your application or solution that you're building with Azure AI Foundry. Again, this example assumes that all Azure AI Foundry resources are in the same resource group. But you can have resources in different resource groups.
132+
- The total cost for all resources and services in the example resource group is **$222.97**. In this example, $222.97 is the total cost for your application or solution that you're building with Azure AI Foundry. Again, this example assumes that all Azure AI Foundry Services are in the same resource group. But you can have resources in different resource groups.
133133
- The project name is **contoso-outdoor-proj**.
134134
- The costs that are limited to resources and services in the example [project](../concepts/ai-resources.md#organize-work-in-projects-for-customization) total **$212.06**.
135135

@@ -142,7 +142,7 @@ Here's an example of how to monitor costs for a project. The costs are used as a
142142
You can also view resource group costs directly from the Azure portal. To do so:
143143
1. Sign in to [Azure portal](https://portal.azure.com).
144144
1. Select **Resource groups**.
145-
1. Find and select the resource group that contains your Azure AI Foundry resources.
145+
1. Find and select the resource group that contains your Azure AI Foundry Services.
146146
1. From the left pane, select **Cost analysis**.
147147

148148
:::image type="content" source="../media/cost-management/project-costs/costs-per-resource-group.png" alt-text="Screenshot of the Azure portal cost analysis at the resource group level." lightbox="../media/cost-management/project-costs/costs-per-resource-group.png":::

articles/ai-foundry/how-to/deploy-models-serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ In this section, you create an endpoint with the name **meta-llama3-8b-qwerty**.
557557
558558
## Use the serverless API endpoint
559559
560-
Models deployed in Azure Machine Learning and Azure AI Foundry in Serverless API endpoints support the [Azure AI Model Inference API](../../ai-foundry/model-inference/reference/reference-model-inference-api.md) that exposes a common set of capabilities for foundational models and that can be used by developers to consume predictions from a diverse set of models in a uniform and consistent way.
560+
Models deployed in Azure Machine Learning and Azure AI Foundry in Serverless API endpoints support the [Foundry Models API](../../ai-foundry/model-inference/reference/reference-model-inference-api.md) that exposes a common set of capabilities for foundational models and that can be used by developers to consume predictions from a diverse set of models in a uniform and consistent way.
561561
562562
Read more about the [capabilities of this API](../../ai-foundry/model-inference/reference/reference-model-inference-api.md#capabilities) and how [you can use it when building applications](../../ai-foundry/model-inference/reference/reference-model-inference-api.md#getting-started).
563563

articles/ai-foundry/how-to/deploy-nvidia-inference-microservice.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ NVIDIA inference microservices are containers built by NVIDIA for optimized pret
3131

3232
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Foundry portal. To perform the steps in this article, your user account must be assigned a _custom role_ with the following permissions. User accounts assigned the _Owner_ or _Contributor_ role for the Azure subscription can also create NIM deployments. For more information on permissions, see [Role-based access control in Azure AI Foundry portal](../concepts/rbac-azure-ai-foundry.md).
3333

34-
- On the Azure subscription—**to subscribe the workspace to the Azure Marketplace offering**, once for each workspace/project:
35-
- Microsoft.MarketplaceOrdering/agreements/offers/plans/read
36-
- Microsoft.MarketplaceOrdering/agreements/offers/plans/sign/action
37-
- Microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements/read
38-
- Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read
39-
- Microsoft.SaaS/register/action
40-
41-
- On the resource group—**to create and use the SaaS resource**:
34+
- On the Azure subscription—**to subscribe the workspace to the Azure Marketplace offering**, once for each workspace/project:
35+
- Microsoft.MarketplaceOrdering/agreements/offers/plans/read
36+
- Microsoft.MarketplaceOrdering/agreements/offers/plans/sign/action
37+
- Microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements/read
38+
- Microsoft.Marketplace/offerTypes/publishers/offers/plans/agreements/read
39+
- Microsoft.SaaS/register/action
40+
41+
- On the resource group—**to create and use the SaaS resource**:
4242
- Microsoft.SaaS/resources/read
43-
- Microsoft.SaaS/resources/write
43+
- Microsoft.SaaS/resources/write
4444

45-
- On the workspace—**to deploy endpoints**:
46-
- Microsoft.MachineLearningServices/workspaces/marketplaceModelSubscriptions/*
47-
- Microsoft.MachineLearningServices/workspaces/onlineEndpoints/*
45+
- On the workspace—**to deploy endpoints**:
46+
- Microsoft.MachineLearningServices/workspaces/marketplaceModelSubscriptions/*
47+
- Microsoft.MachineLearningServices/workspaces/onlineEndpoints/*
4848

4949

5050
## NVIDIA NIM pay-as-you-go offer on Azure Marketplace by NVIDIA
@@ -81,7 +81,7 @@ After your deployment is successfully created, you can go to **Models + Endpoint
8181

8282
NVIDIA NIMs on Foundry expose an OpenAI compatible API. Learn more about the payload supported [here](https://docs.nvidia.com/nim/large-language-models/latest/api-reference.html#). The 'model' parameter for NIMs on Foundry is set to a default value within the container, and is not required to be passed in the request payload to your online endpoint. The **Consume** tab of the NIM deployment on Foundry includes code samples for inference with the target URL of your deployment.
8383

84-
You can also consume NIM deployments using the [Azure AI Model Inference SDK](/python/api/overview/azure/ai-inference-readme), with limitations such as no support for [creating and authenticating clients using `load_client`](/python/api/overview/azure/ai-inference-readme#create-and-authenticate-clients-using-load_client) and calling client method `get_model_info` to [retrieve model information](/python/api/overview/azure/ai-inference-readme#get-ai-model-information).
84+
You can also consume NIM deployments using the [Azure AI Foundry Models SDK](/python/api/overview/azure/ai-inference-readme), with limitations such as no support for [creating and authenticating clients using `load_client`](/python/api/overview/azure/ai-inference-readme#create-and-authenticate-clients-using-load_client) and calling client method `get_model_info` to [retrieve model information](/python/api/overview/azure/ai-inference-readme#get-ai-model-information).
8585

8686
### Develop and run agents with NIM endpoints
8787

articles/ai-foundry/how-to/develop/connections-add-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Connections are a way to authenticate and consume both Microsoft and other resou
2525
## Prerequisites
2626

2727
- An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure AI Foundry](https://azure.microsoft.com/free/) today.
28-
- An Azure AI Foundry hub. For information on creating a hub, see [Create Azure AI Foundry resources with the SDK](./create-hub-project-sdk.md).
28+
- An Azure AI Foundry hub. For information on creating a hub, see [Create Azure AI Foundry Services with the SDK](./create-hub-project-sdk.md).
2929
- A resource to create a connection to. For example, an AI Services resource. The examples in this article use placeholders that you must replace with your own values when running the code.
3030

3131
## Set up your environment

articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The Azure AI Foundry Extension opens in its own view, with the Azure AI Foundry
100100

101101
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/initial-view.png" alt-text="A screenshot of the Azure AI Foundry Extension with highlighted sections.":::
102102

103-
- **Resources**: This section contains the resources you have access to in your Azure AI Foundry project. The **Resources** section is the main view for interacting with your Azure AI Foundry resources. It contains the following subsections:
103+
- **Resources**: This section contains the resources you have access to in your Azure AI Foundry project. The **Resources** section is the main view for interacting with your Azure AI Foundry Services. It contains the following subsections:
104104
- **Models**: This section contains the models you can use to build and deploy your AI applications. The **Models** view is where you can find your deployed models in your Azure AI Foundry project.
105105
- **Agents**: This section contains your deployed agents in your Azure AI Foundry project.
106106
- **Threads**: This section contains the threads and runs from a deployed agent in your Azure AI Foundry project.
@@ -315,6 +315,6 @@ Delete the connected tool with the following steps:
315315
1. Select the Azure Resource Group containing the tool.
316316
1. Select the **Delete** button.
317317

318-
## Next steps
318+
## Next steps
319319

320320
- Learn about [working with the Azure AI Foundry Agent Service](./vs-code-agents.md) using this Visual Studio Code extension.

0 commit comments

Comments
 (0)