Skip to content

Commit 1cb88f9

Browse files
author
Ken Lawson
committed
Merge branch 'main' of https://github.com/KenMAG/learn-pr
2 parents 9645dd8 + e9c768f commit 1cb88f9

File tree

2 files changed

+5
-7
lines changed
  • learn-pr
    • azure/run-docker-with-azure-container-instances/includes
    • paths/develop-language-solutions-azure-ai

2 files changed

+5
-7
lines changed

learn-pr/azure/run-docker-with-azure-container-instances/includes/2-run-aci.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ For scenarios where you need full container orchestration, including service dis
2929
az group create --name learn-deploy-aci-rg --location eastus
3030
```
3131
32-
Create a container by providing a name, a Docker image, and an Azure resource group to the `az container create` command. You can optionally expose the container to the Internet by specifying a DNS name label. In this example, deploy a container that hosts a small web app. You can also select the location to place the image; we use the **East US** region, but you can change it to a location close to you.
33-
3432
1. Provide a DNS name to expose your container to the Internet. Your DNS name must be unique. For learning purposes, run this command from Cloud Shell to create a Bash variable that holds a unique name:
3533
3634
```azurecli

learn-pr/paths/develop-language-solutions-azure-ai/index.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
### YamlMime:LearningPath
22
uid: learn.wwl.develop-language-solutions-azure-ai
33
metadata:
4-
title: Develop natural language processing solutions with Azure AI Services AI-3003
5-
description: Develop natural language processing solutions with Azure AI Services (AI-3003)
6-
ms.date: 09/14/2023
4+
title: Develop natural language solutions in Azure
5+
description: Develop natural language solutions in Azure
6+
ms.date: 06/09/2025
77
author: ivorb
88
ms.author: berryivor
99
ms.topic: learning-path
10-
title: Develop natural language processing solutions with Azure AI Services
10+
title: Develop natural language solutions in Azure
1111
prerequisites: |
1212
Before starting this learning path, you should already have:
1313
* Familiarity with Azure and the Azure portal.
1414
* Experience programming with C# or Python.
1515
If you have no previous programming experience, we recommend you complete the [Take your first steps with C#](/training/paths/csharp-first-steps/) or [Take your first steps with Python](/training/paths/python-first-steps/) learning path before starting this one.
1616
summary: |
17-
Natural language processing (NLP) solutions use language models to interpret the semantic meaning of written or spoken language. You can use the Language Understanding service to build language models for your applications.
17+
Natural language solutions use language models to interpret the semantic meaning of written or spoken language, and in some cases respond based on that meaning. You can use the Language service to build language models for your applications, and explore Azure AI Foundry to use generative models for speech.
1818
iconUrl: /training/achievements/create-language-solution-azure-cognitive-services.svg
1919
levels:
2020
- intermediate

0 commit comments

Comments
 (0)