Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 96efbc6

Browse files
authored
Merge pull request #39 from afelix-95/main
Update labs 01-04
2 parents 6026824 + 65d8667 commit 96efbc6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Instructions/Exercises/01-use-azure-ai-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Code for both C# and Python has been provided. Expand the folder of your preferr
3030
Azure AI Services are cloud-based services that encapsulate artificial intelligence capabilities you can incorporate into your applications. You can provision individual Azure AI services resources for specific APIs (for example, **Language** or **Vision**), or you can provision a single **Azure AI Services** resource that provides access to multiple Azure AI services APIs through a single endpoint and key. In this case, you'll use a single **Azure AI Services** resource.
3131

3232
1. Open the Azure portal at `https://portal.azure.com`, and sign in using the Microsoft account associated with your Azure subscription.
33-
2. In the top search bar, search for *Azure AI services*, select **Azure AI Services**, and create an Azure AI services multi-service account resource with the following settings:
33+
2. In the top search bar, search for *Azure AI services*, select **Azure AI services multi-service account**, and create a resource with the following settings:
3434
- **Subscription**: *Your Azure subscription*
3535
- **Resource group**: *Choose or create a resource group (if you are using a restricted subscription, you may not have permission to create a new resource group - use the one provided)*
3636
- **Region**: *Choose any available region*
@@ -154,4 +154,4 @@ If you're not using the Azure resources created in this lab for other training m
154154
155155
## More information
156156
157-
For more information about Azure AI Services, see the [Azure AI Services documentation](https://docs.microsoft.com/azure/ai-services/what-are-ai-services).
157+
For more information about Azure AI Services, see the [Azure AI Services documentation](https://docs.microsoft.com/azure/ai-services/what-are-ai-services).

Instructions/Exercises/02-ai-services-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Code for both C# and Python has been provided. Expand the folder of your preferr
3232
If you don't already have one in your subscription, you'll need to provision an **Azure AI Services** resource.
3333

3434
1. Open the Azure portal at `https://portal.azure.com`, and sign in using the Microsoft account associated with your Azure subscription.
35-
2. In the top search bar, search for *Azure AI services*, select **Azure AI Services**, and create an Azure AI services multi-service account resource with the following settings:
35+
2. In the top search bar, search for *Azure AI services*, select **Azure AI services multi-service account**, and create a resource with the following settings:
3636
- **Subscription**: *Your Azure subscription*
3737
- **Resource group**: *Choose or create a resource group (if you are using a restricted subscription, you may not have permission to create a new resource group - use the one provided)*
3838
- **Region**: *Choose any available region*

Instructions/Exercises/03-monitor-ai-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You'll develop your code using Visual Studio Code. The code files for your app h
2828
If you don't already have one in your subscription, you'll need to provision an **Azure AI Services** resource.
2929

3030
1. Open the Azure portal at `https://portal.azure.com`, and sign in using the Microsoft account associated with your Azure subscription.
31-
2. In the top search bar, search for *Azure AI services*, select **Azure AI Services**, and create an Azure AI services multi-service account resource with the following settings:
31+
2. In the top search bar, search for *Azure AI services*, select **Azure AI services multi-service account**, and create a resource with the following settings:
3232
- **Subscription**: *Your Azure subscription*
3333
- **Resource group**: *Choose or create a resource group (if you are using a restricted subscription, you may not have permission to create a new resource group - use the one provided)*
3434
- **Region**: *Choose any available region*

Instructions/Exercises/04-use-a-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You'll develop your code using Visual Studio Code. The code files for your app h
3030
If you don't already have one in your subscription, you'll need to provision an **Azure AI Services** resource.
3131

3232
1. Open the Azure portal at `https://portal.azure.com`, and sign in using the Microsoft account associated with your Azure subscription.
33-
2. In the top search bar, search for *Azure AI services*, select **Azure AI Services**, and create an Azure AI services multi-service account resource with the following settings:
33+
2. In the top search bar, search for *Azure AI services*, select **Azure AI services multi-service account** and create a resource with the following settings:
3434
- **Subscription**: *Your Azure subscription*
3535
- **Resource group**: *Choose or create a resource group (if you are using a restricted subscription, you may not have permission to create a new resource group - use the one provided)*
3636
- **Region**: *Choose any available region*

0 commit comments

Comments
 (0)