Skip to content

Commit d431f97

Browse files
committed
Content Safety rebrand
1 parent 1dd3d29 commit d431f97

31 files changed

+84
-87
lines changed

learn-pr/wwl-data-ai/detect-analyze-faces/includes/3-face-analysis-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Limited Access policy requires customers to [submit an intake form](https://
4141
To use the Face service, you must create one of the following types of resource in your Azure subscription:
4242

4343
- **Face**: Use this specific resource type if you don't intend to use any other Azure AI services, or if you want to track utilization and costs for Face separately.
44-
- **Azure AI services**: A general resource that includes Azure AI Face along with many other Azure AI services such as Azure AI Content Safety, Azure AI Language, and others. Use this resource type if you plan to use multiple Azure AI services and want to simplify administration and development.
44+
- **Azure AI services**: A general resource that includes Azure AI Face along with many other Azure AI services such as Azure AI Content Understanding, Azure AI Language, and others. Use this resource type if you plan to use multiple Azure AI services and want to simplify administration and development.
4545

4646
## Tips for more accurate results
4747

learn-pr/wwl-data-ai/fundamentals-azure-ai-services/includes/2-what-are-ai-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Azure AI services are AI capabilities that can be built into web or mobile applications, in a way that's straightforward to implement. These AI services include generative AI, image recognition, natural language processing, speech, AI-powered search, and more. There are over a dozen [different services](/azure/ai-services/what-are-ai-services#available-azure-ai-services?azure-portal=true) that can be used separately or together to add AI power to applications.
22

3-
Let's take a look at some examples of what can be done with Azure AI services. Azure OpenAI service provides access to powerful, cutting-edge, generative AI models for application development. Azure AI Content Safety service can be used to detect harmful content within text or images, including violent or hateful content, and report on its severity. Azure AI Language service can be used to summarize text, classify information, or extract key phrases. Azure AI Speech service provides powerful speech to text and text to speech capabilities, allowing speech to be accurately transcribed into text, or text to natural sounding voice audio.
3+
Let's take a look at some examples of what can be done with Azure AI services. Azure OpenAI service provides access to powerful, cutting-edge, generative AI models for application development. Azure AI Foundry Content Safety service can be used to detect harmful content within text or images, including violent or hateful content, and report on its severity. Azure AI Language service can be used to summarize text, classify information, or extract key phrases. Azure AI Speech service provides powerful speech to text and text to speech capabilities, allowing speech to be accurately transcribed into text, or text to natural sounding voice audio.
44

55
> [!NOTE]
66
> You can use multiple Azure AI services with **Azure AI Foundry**, a platform for AI application development. Azure AI Foundry is covered in its own module: [Introduction to Azure AI Foundry](/training/modules/introduction-to-azure-ai-studio/).

learn-pr/wwl-data-ai/fundamentals-azure-ai-services/includes/4-use-azure-ai-service.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ Studio interfaces provide a friendly user interface to explore Azure AI services
1212
## Associate the AI service resource
1313
Before you can use an AI service resource, you must associate it with the studio you want to use on the Settings page. Select the resource, and then select **Use Resource**. You are then ready to explore the Azure AI service within the studio.
1414

15-
![Screenshot of the Content Safety Studio's resource page in settings.](../media/content-safety-resource-example.png)
16-
17-
As an example, let's look at the Azure AI Content Safety service, which identifies harmful text or images. To explore what the Content Safety service does, let's use the Content Safety Studio. First create either a multi-service Azure AI services resource, or a single-service Content Safety resource. Then, on the Content Safety Studio Settings page, select the resource, and select **Use Resource**. The AI service you created is now associated with the Content Safety Studio, and ready to be used.
15+
As an example, let's look at the Azure AI Foundry Content Safety service, which identifies harmful text or images. To explore what the Content Safety service does, let's use the Content Safety Studio. First create either a multi-service Azure AI services resource, or a single-service Content Safety resource. Then, on the Content Safety Studio Settings page, select the resource, and select **Use Resource**. The AI service you created is now associated with the Content Safety Studio, and ready to be used.
1816

1917
> [!NOTE]
2018
> When developers incorporate an AI service into their applications, they often use a [SDK](/training/modules/create-manage-cognitive-services/5-use-sdk?azure-portal=true) or the [REST API](/training/modules/create-manage-cognitive-services/4-use-rest?azure-portal=true).
21-

learn-pr/wwl-data-ai/plan-prepare-genaiops/includes/5-tools-frameworks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ When you want to quickly explore prompts, you can use the chat playground in the
6060

6161
When you're experimenting with prompts, you want to evaluate how your model performs. **Evaluators** are either built in or custom insights into your model's performance. Whereas evaluators are based on how a given dataset is processed, you can also include **tracing** to gain more insights into how your application is being executed.
6262

63-
If your AI model occasionally provides biased or inappropriate responses, **Azure AI Content Safety** helps you identify and address these issues before they reach end users.
63+
If your AI model occasionally provides biased or inappropriate responses, **Azure AI Foundry Content Safety** helps you identify and address these issues before they reach end users.
6464

6565
|Tool|Use|
6666
|---|---|
6767
|[Evaluators](/azure/ai-studio/how-to/develop/evaluate-sdk?azure-portal=true)|Tools designed to assess the quality and safety of AI outputs, helping you refine the model’s behavior and outputs.|
6868
|[Tracing](/azure/ai-studio/concepts/trace?azure-portal=true)|This tool helps debug AI models by tracing their actions, allowing you to understand why certain responses are generated.|
69-
|[Azure AI Content Safety](/azure/ai-services/content-safety/overview?azure-portal=true)|It ensures that AI models generate ethical, unbiased, and safe responses. It detects harmful outputs and helps mitigate risks associated with AI.|
69+
|[Azure AI Foundry Content Safety](/azure/ai-services/content-safety/overview?azure-portal=true)|It ensures that AI models generate ethical, unbiased, and safe responses. It detects harmful outputs and helps mitigate risks associated with AI.|
7070

7171
## Deploy your Generative AI app to production
7272

learn-pr/wwl-data-ai/prepare-azure-ai-development/includes/3-azure-ai-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Microsoft Azure provides a wide range of cloud services that you can use to deve
66
| ![Azure AI Vision service icon.](../media/vision.png)<br>**Azure AI Vision** | The Azure AI Vision service provides a set of models and APIs that you can use to implement common computer vision functionality in an application. With the AI Vision service, you can detect common objects in images, generate captions, descriptions, and tags based on image contents, and read text in images. |
77
| ![Azure AI Speech service icon.](../media/speech-service.png)<br>**Azure AI Speech** | The Azure AI Speech service provides APIs that you can use to implement *text to speech* and *speech to text* transformation, as well as specialized speech-based capabilities like speaker recognition and translation. |
88
| ![Azure AI Language service icon.](../media/language.png)<br>**Azure AI Language** | The Azure AI Language service provides models and APIs that you can use to analyze natural language text and perform tasks such as entity extraction, sentiment analysis, and summarization. The AI Language service also provides functionality to help you build conversational language models and question answering solutions. |
9-
| ![Azure AI Content Safety service icon.](../media/content-safety.png)<br>**Azure AI Content Safety** | Azure AI Content Safety provides developers with access to advanced algorithms for processing images and text and flagging content that is potentially offensive, risky, or otherwise undesirable. |
9+
| ![Azure AI Foundry Content Safety service icon.](../media/content-safety.png)<br>**Azure AI Foundry Content Safety** | Azure AI Foundry Content Safety provides developers with access to advanced algorithms for processing images and text and flagging content that is potentially offensive, risky, or otherwise undesirable. |
1010
| ![Azure AI Translator service icon.](../media/translator.png)<br>**Azure AI Translator** | The Azure AI Translator service uses state-of-the-art language models to translate text between a large number of languages. |
1111
| ![Azure AI Face service icon.](../media/face.png)<br>**Azure AI Face** | The Azure AI Face service is a specialist computer vision implementation that can detect, analyze, and recognize human faces. Because of the potential risks associated with personal identification and misuse of this capability, access to some features of the AI Face service are restricted to approved customers. |
1212
| ![Azure AI Custom Vision service icon.](../media/custom-vision.png)<br>**Azure AI Custom Vision** | The Azure AI Custom Vision service enables you to train and use custom computer vision models for image classification and object detection. |
@@ -31,7 +31,7 @@ Alternatively, you can provision a multi-service **Azure AI services** resource
3131
- Azure AI Speech
3232
- Azure AI Vision
3333
- Azure AI Language
34-
- Azure AI Content Safety
34+
- Azure AI Foundry Content Safety
3535
- Azure AI Translator
3636
- Azure AI Document Intelligence
3737
- Azure AI Content Understanding

learn-pr/wwl-data-ai/responsible-ai-studio/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Introduce responsible generative AI.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/16/2025
9+
ms.date: 05/16/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/responsible-ai-studio/2-plan-responsible-ai.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Describe a practical process for responsible generative AI development.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/16/2025
9+
ms.date: 05/16/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/responsible-ai-studio/3-identify-harms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Identify, prioritize, validate and document potential harms in a responsible AI solution.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/16/2025
9+
ms.date: 05/16/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

learn-pr/wwl-data-ai/responsible-ai-studio/4-measure-harms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: Measure the presence of potential harm in a responsible AI solution.
77
author: ivorb
88
ms.author: berryivor
9-
ms.date: 04/16/2025
9+
ms.date: 05/16/2025
1010
ms.topic: unit
1111
ms.collection:
1212
- wwl-ai-copilot

0 commit comments

Comments
 (0)