You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/prepare-azure-ai-development/includes/3-azure-ai-services.md
+9-21Lines changed: 9 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,32 +19,20 @@ Microsoft Azure provides a wide range of cloud services that you can use to deve
19
19
To use Azure AI services, you create one or more Azure AI resources in an Azure subscription and implement code in client applications to consume them. In some cases, AI services include web-based visual interfaces that you can use to configure and test your resources - for example to train a custom image classification model using the **Custom Vision** service you can use the visual interface to upload training images, manage training jobs, and deploy the resulting model.
20
20
21
21
> [!NOTE]
22
-
> You can provision Azure AI services resources in the Azure portal (or by using BICEP or ARM templates or the Azure command-line interface) and build applications that use them directly through various service-specific APIs and SDKs. However, as we'll discuss later in this module, in most medium to large-scale development scenarios it's better to provision Azure AI services resources as part of an Azure Foundry *hub*- enabling you to centralize access control and cost management, and making it easier to manage shared resource usage based on AI development *projects*.
22
+
> You can provision Azure AI services resources in the Azure portal (or by using BICEP or ARM templates or the Azure command-line interface) and build applications that use them directly through various service-specific APIs and SDKs. However, as we'll discuss later in this module, in most medium to large-scale development scenarios it's better to provision Azure AI services resources as part of an *Azure AI Foundry* project - enabling you to centralize access control and cost management, and making it easier to manage shared resources and build the next generation of generative AI apps and agents.
23
23
24
24
### Single service or multi-service resource?
25
25
26
26
Most Azure AI services, such as **Azure AI Vision**, **Azure AI Language**, and so on, can be provisioned as standalone resources, enabling you to create only the Azure resources you specifically need. Additionally, standalone Azure AI services often include a free-tier SKU with limited functionality, enabling you to evaluate and develop with the service at no cost. Each standalone Azure AI resource provides an endpoint and authorization keys that you can use to access it securely from a client application.
27
27
28
-
Alternatively, you can provision a multi-service **Azure AI services** resource that encapsulates the following services in a single Azure resource:
29
-
30
-
- Azure OpenAI
31
-
- Azure AI Speech
32
-
- Azure AI Vision
33
-
- Azure AI Language
34
-
- Azure AI Foundry Content Safety
35
-
- Azure AI Translator
36
-
- Azure AI Document Intelligence
37
-
- Azure AI Content Understanding
38
-
39
-
Using a multi-service resource can make it easier to manage applications that use multiple AI capabilities.
40
-
41
-
> [!TIP]
42
-
> There may be more than one **Azure AI services** resource type available in the Azure portal.
43
-
>
44
-
> |Service | Icon |
45
-
> |--|--|
46
-
> | When you want to provision an Azure AI Services resource, be careful to select the Azure AI services resource type with the icon shown here. This resource type includes the latest AI services. ||
47
-
> | An older Azure AI services resource type with a different icon may also be listed in the Azure portal. The older service encapsulates a different set of AI services and isn't suitable for working with newer services like Azure OpenAI and Azure AI Content Understanding.||
28
+
Alternatively, you can provision a multi-service resource that encapsulates multiple AI services in a single Azure resource. Using a multi-service resource can make it easier to manage applications that use multiple AI capabilities. There are two multi-service resource types you can use:
29
+
30
+
| Resource | Description |
31
+
| ---- | ----------- |
32
+
|<br>**Azure AI services**| The Azure AI Services resource type includes the following services, making them available from a single endpoint: <ul><li>Azure AI Speech</li><li>Azure AI Language</li><li>Azure AI Translator</li><li>Azure AI Vision</li><li>Azure AI Face</li><li>Azure AI Custom Vision</li><li>Azure AI Document Intelligence</li></ul>|
33
+
|<br>**Azure AI Foundry**| The Azure AI Foundry resource type includes the following services, and supports working with them through an Azure AI Foundry project\*: <ul><li>Azure OpenAI</li><li>Azure AI Speech</li><li>Azure AI Language</li><li>Azure AI Foundry Content Safety</li><li>Azure AI Translator</li><li>Azure AI Vision</li><li>Azure AI Face</li><li>Azure AI Document Intelligence</li><li>Azure AI Content Understanding</li></ul>|
34
+
35
+
\* Azure AI Foundry is discussed in the next unit.
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/prepare-azure-ai-development/includes/4-azure-ai-foundry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ An Azure AI Foundry resource supports the most common AI development tasks to de
18
18
19
19

20
20
21
-
*Hub-based projects* are associated with an **Azure AI hub** resource in an Azure subscription. Hub-based projects include an Azure AI Foundry resource, as well as managed compute, support for prompt Flow development, and connected **Azure storage** and **Azure key vault** resources for secure data storage.
21
+
*Hub-based projects* are associated with an **Azure AI hub** resource in an Azure subscription. Hub-based projects include an Azure AI Foundry resource, as well as managed compute, support for Prompt Flow development, and connected **Azure storage** and **Azure key vault** resources for secure data storage.
22
22
23
23
Azure AI hub resources support advanced AI development scenarios, like developing Prompt Flow based applications or fine-tuning models. You can also use Azure AI hub resources in both Azure AI Foundry portal and Azure Machine learning portal, making it easier to work on collaborative projects that involve data scientists and machine learning specialists as well as developers and AI software engineers
0 commit comments