Skip to content

Commit beee85a

Browse files
authored
Merge branch 'MicrosoftDocs:main' into ai-studio-automatic-runtime
2 parents 800ccc0 + 28eabc9 commit beee85a

File tree

264 files changed

+2900
-1361
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

264 files changed

+2900
-1361
lines changed

articles/ai-services/cognitive-services-limited-access.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Limited Access services are made available to customers under the terms governin
2525

2626
The following services are Limited Access:
2727

28-
- [Custom Neural Voice](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): Pro features and personal voice features
29-
- [Custom Text to speech avatar](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): All features
28+
- [Custom Neural Voice](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): Pro features
29+
- [Custom text to speech avatar](/legal/cognitive-services/speech-service/custom-neural-voice/limited-access-custom-neural-voice?context=/azure/ai-services/speech-service/context/context): All features
3030
- [Speaker Recognition](/legal/cognitive-services/speech-service/speaker-recognition/limited-access-speaker-recognition?context=/azure/ai-services/speech-service/context/context): All features
3131
- [Face API](/legal/cognitive-services/computer-vision/limited-access-identity?context=/azure/ai-services/computer-vision/context/context): Identify and Verify features, face ID property
3232
- [Azure AI Vision](/legal/cognitive-services/computer-vision/limited-access?context=/azure/ai-services/computer-vision/context/context): Celebrity Recognition feature
@@ -42,6 +42,7 @@ Features of these services that aren't listed above are available without regist
4242
Submit a registration form for each Limited Access service you would like to use:
4343

4444
- [Custom Neural Voice](https://aka.ms/customneural): Pro features
45+
- [Custom text to speech avatar](https://aka.ms/customneural): All features
4546
- [Speaker Recognition](https://aka.ms/azure-speaker-recognition): All features
4647
- [Face API](https://aka.ms/facerecognition): Identify and Verify features
4748
- [Azure AI Vision](https://aka.ms/facerecognition): Celebrity Recognition feature
@@ -68,15 +69,6 @@ Managed customers work with Microsoft account teams. We invite you to submit a r
6869

6970
Existing customers have until June 30, 2023 to submit a registration form and be approved to continue using Limited Access services after June 30, 2023. We recommend allowing 10 business days for review. Without an approved application, you will be denied access after June 30, 2023.
7071

71-
The registration forms can be found here:
72-
73-
- [Custom Neural Voice](https://aka.ms/customneural): Pro features
74-
- [Speaker Recognition](https://aka.ms/azure-speaker-recognition): All features
75-
- [Face API](https://aka.ms/facerecognition): Identify and Verify features
76-
- [Azure AI Vision](https://aka.ms/facerecognition): Celebrity Recognition feature
77-
- [Azure AI Video Indexer](https://aka.ms/facerecognition): Celebrity Recognition and Face Identify features
78-
- [Azure OpenAI: [Azure OpenAI service](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUOFA5Qk1UWDRBMjg0WFhPMkIzTzhKQ1dWNyQlQCN0PWcu), modified abuse monitoring, and modified content filters
79-
8072
### I'm an existing customer who applied for access to Custom Neural Voice or Speaker Recognition, do I have to register to keep using these services?
8173

8274
We're always looking for opportunities to improve our Responsible AI program, and Limited Access is an update to our service gating processes. If you've previously applied for and been granted access to Custom Neural Voice or Speaker Recognition, we request that you submit a new registration form to continue using these services beyond June 30, 2023.

articles/ai-services/content-safety/concepts/harm-categories.md

Lines changed: 1 addition & 113 deletions
Large diffs are not rendered by default.

articles/ai-services/content-safety/includes/severity-levels.md

Lines changed: 126 additions & 0 deletions
Large diffs are not rendered by default.

articles/ai-services/disable-local-auth.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Azure AI Services provides Microsoft Entra authentication support for all resour
1717

1818
You can disable local authentication using the Azure policy [Cognitive Services accounts should have local authentication methods disabled](https://ms.portal.azure.com/#view/Microsoft_Azure_Policy/PolicyDetailBlade/definitionId/%2Fproviders%2FMicrosoft.Authorization%2FpolicyDefinitions%2F71ef260a-8f18-47b7-abcb-62d0673d94dc). You can set it at the subscription level or resource group level to enforce the policy for a group of services.
1919

20+
If you're creating an account using Bicep / ARM template, you can set the property `disableLocalAuth` to `true` to disable local authentication. For more information, see
21+
[Microsoft.CognitiveServices accounts - Bicep, ARM template, & Terraform](/azure/templates/microsoft.cognitiveservices/accounts)
22+
2023
Disabling local authentication doesn't take effect immediately. Allow a few minutes for the service to block future authentication requests.
2124

2225
You can use PowerShell to determine whether the local authentication policy is currently enabled. First sign in with the `Connect-AzAccount` command. Then use the cmdlet **[Get-AzCognitiveServicesAccount](/powershell/module/az.cognitiveservices/get-azcognitiveservicesaccount)** to retrieve your resource, and check the property `DisableLocalAuth`. A value of `true` means local authentication is disabled.

articles/ai-services/document-intelligence/concept-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Document Intelligence v2.1 supports the following tools, applications, and libra
101101

102102
::: moniker-end
103103

104-
::: moniker range=">=doc-intel-2.1.0"
104+
::: moniker range="doc-intel-2.1.0"
105105

106106
* Supported file formats: JPEG, PNG, PDF, and TIFF
107107
* For PDF and TIFF, up to 2000 pages are processed. For free tier subscribers, only the first two pages are processed.

articles/ai-services/includes/quickstarts/management-csharp.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 06/04/2021
1212
ms.author: pafarley
1313
---
1414

15-
[Reference documentation](/dotnet/api/overview/azure/cognitiveservices/management/management-cognitiveservices(deprecated)) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices) | [Package (NuGet)](https://www.nuget.org/packages/Microsoft.Azure.Management.CognitiveServices/8.0.0-preview/) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices/tests)
15+
[Reference documentation](/dotnet/api/overview/azure/resourcemanager.cognitiveservices-readme) | [Library source code](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Azure.ResourceManager.CognitiveServices) | [Package (NuGet)](https://www.nuget.org/packages/Azure.ResourceManager.CognitiveServices) | [Samples](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/cognitiveservices/Azure.ResourceManager.CognitiveServices/tests)
1616

1717
## C# prerequisites
1818

@@ -54,7 +54,7 @@ Build succeeded.
5454
Within the application directory, install the Azure Management client library for .NET with the following command:
5555

5656
```console
57-
dotnet add package Microsoft.Azure.Management.CognitiveServices
57+
dotnet add package Azure.ResourceManager.CognitiveServices
5858
dotnet add package Microsoft.Azure.Management.Fluent
5959
dotnet add package Microsoft.Azure.Management.ResourceManager.Fluent
6060
```
@@ -65,7 +65,7 @@ If you're using the Visual Studio IDE, the client library is available as a down
6565

6666
Open *program.cs* and add the following `using` statements to the top of the file:
6767

68-
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/azure_management_service/create_delete_resource.cs?name=snippet_using)]
68+
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/azure_management_service/create_delete_resource_preview.cs?name=snippet_using)]
6969

7070
## Authenticate the client
7171

articles/ai-services/openai/concepts/content-filter.md

Lines changed: 2 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The content filtering system integrated in the Azure OpenAI Service contains:
3131
* Neural multi-class classification models aimed at detecting and filtering harmful content; the models cover four categories (hate, sexual, violence, and self-harm) across four severity levels (safe, low, medium, and high). Content detected at the 'safe' severity level is labeled in annotations but isn't subject to filtering and isn't configurable.
3232
* Additional optional classification models aimed at detecting jailbreak risk and known content for text and code; these models are binary classifiers that flag whether user or model behavior qualifies as a jailbreak attack or match to known text or source code. The use of these models is optional, but use of protected material code model may be required for Customer Copyright Commitment coverage.
3333

34-
### Categories
34+
## Harm categories
3535

3636
|Category|Description|
3737
|--------|-----------|
@@ -45,54 +45,8 @@ The content filtering system integrated in the Azure OpenAI Service contains:
4545

4646
<sup>*</sup> If you are an owner of text material and want to submit text content for protection, please [file a request](https://aka.ms/protectedmaterialsform).
4747

48-
### Severity levels
48+
[!INCLUDE [severity-levels](../../content-safety/includes/severity-levels.md)]
4949

50-
#### [Warning](#tab/warning)
51-
52-
> [!WARNING]
53-
> The **Severity definitions** tab in this document contains examples of harmful content that may be disturbing to some readers.
54-
55-
#### [Severity definitions](#tab/definitions)
56-
57-
### Hate and fairness severity levels
58-
59-
| **Severity Level** | **Description** | **Example Text** |
60-
| --- | --- | --- |
61-
| Safe | Content is safe but may contain hate and fairness related terms used in generic and safe contexts such as: <ul><li>Education</li><li>Media</li><li>Official statistics</li><li>History</li><li>Medicine</li><li>Science</li><li>Other similar contexts</li></ul> | `"Hate speech is harmful as it undermines social cohesion, fosters discrimination, creates divisions and can lay the foundation for violence."` |
62-
| Low | Content that contains positive characterization or protection of the Identity groups, displays discrimination, stereotypes and prejudiced, judgmental, or opinionated views or attitudes related to hate speech or targeting identity groups. This includes:<ul><li>Slurs in research papers, dictionaries, or media with a direct quote</li><li>General hate speech that targets objects, individuals or groups</li><li>Limited hate speech or depictions of negative sentiment in fictional contexts (for example, gaming, movies, literature) </li></ul> | `"I don't like [identity group] because they are all so aggressive. They attacked us over and over again for no reason at all."` |
63-
| Medium | Content that contains insults, bullying, intimidation, de-humanization or derogation of individuals or groups. This includes: <ul><li>Language that is mocking and imitating Identity groups attributes </li> <li>Describing individuals or groups as inferior or deficient </li> <li>Denying or demeaning identity groups existence </li> <li>Texts that deny historical, well-documented, and violent events such as Holocaust, enslavement, or colonization </li></ul> | `"The [real world event] is a fraud. What we've discovered is that the [identity group] have been lying about the number of victims. Here is proof."` |
64-
| High | Content that contains hate speech as propaganda threatening or calling for violence against Identity groups, radicalizes, recruits or incites people to join extremist efforts or spread hate speech. This includes: <ul><li>Incendiary, offensive, and vulgar language targeting specific individuals or identity groups </li><li>Claims of superiority to justify discrimination, segregation, or exclusion </li><li>Texts that contain any form of glorification of Nazi and SS symbolism, KKK and the confederate flag outside of historical, educational, or artistic settings </li><li>Texts that display hate crime preparation, praise and glorification of violence against Identity groups, or that praise, glorify, or endorse genocide </li></ul> | `"Millions of [identity group] were wiped out because they were the inferior race. Murdering them continues to be right and honorable because…"` |
65-
66-
### Sexual severity levels
67-
68-
| **Severity Level** | **Description** | **Example Text** |
69-
| --- | --- | --- |
70-
| Safe | Content is safe but may contain sexually related terms used in generic and safe contexts such as: <ul><li>Education </li><li>Media </li><li>Official statistics </li><li>History</li><li> Medicine </li><li>Science</li><li> Mentions of family or romantic relations </li></ul> | `"Love was in the air as he kissed him while holding him tight in his arms."` |
71-
| Low | Content that expresses prejudiced, judgmental or opinionated views on sexually related topics or mentions sexually related terms in fictional or real-world experiences that are not extremely graphic. This includes: <ul><li> Mentions of sexual anatomy or sex scenes in fictional and artistic contexts </li><li>Medical prescriptions and diagnosis</li><li> Personal experiences, sexual problems and traumas with some graphic content including coping mechanisms and resources </li></ul> | `"There is nothing wrong with teenage pregnancy – it is a natural process."` |
72-
| Medium | Content that describes sexual arousal and activity in explicit and graphic terms, includes fantasies about sex and sexual abuse. This includes: <ul><li>Mentions of sexual stimulation and masturbation </li><li>Pornography limited to business and prostitution, escort, etc. as careers without sex scenes </li><li>Advertisement for adult products such as sex toys </li><li>Personal experiences and descriptions related to sexual, erotic or tantric massages, strip clubs, erotic shows, BDSM attributes and practices </li></ul> | `"I got into BDSM because I had some friends into the lifestyle and it piqued my interest. I like using silk, scarves, collars, and bondage…"` |
73-
| Level 7 | Content describing solicitation of sexual commercial services, containing detailed descriptions of sexual activity, violent sexual abuse and rape, and non-consensual power exchanges, abuse, and voyeurism. This also includes content that is used to promote, endorse, or glorify extreme or illegal sexual acts. This includes: </li><li> Any depiction of Child Sexual Abuse Material (CSAM) including any explicit or potential reference to underage sex </li><li>Child grooming, child abuse, and other child exploitation </li><li>Explicit or potential references to incest, zoophilia, necrophilia, etc. </li><li>Human sex trafficking recruitment, including victim manipulation </li></ul> | `"I was abused as a child by my uncle and I liked it. Nowadays, I make money by producing child pornography with my neighbor’s 6 year old son."` |
74-
75-
76-
### Violence severity levels
77-
78-
| **Severity Level** | **Description** | **Example Text** |
79-
| --- | --- | --- |
80-
| Safe | Content is safe but may contain terms related to violence used in generic and safe contexts such as:<ul><li>Education </li><li>Media </li><li>Official statistics </li><li>History </li><li>Medicine </li><li>Science </li><li>Common objects when not used as weapons </li><li>Hunting or shooting sport and guns technical specifications </li></ul> | `"Carnivores such as lions and tigers are prone to killing one another. Death occurs at the paws, claws, jaws, or tusks that might fatally gore one another during fights."` |
81-
| Low | Content in fictional contexts (for example, gaming, literature, arts) that depict violent or graphic scenes without glorification, endorsement or mal-intent. This includes: <ul><li>Personal experiences of violence (without violent intent) </li><li>Biased, prejudiced, judgmental, or opinionated views on violence </li><li>Mentions of violent acts and death at low intensity </li></ul> | `"Physical punishment is a way to correct bad behavior and doesn't cause harm to children."` |
82-
| Medium | Content that contains graphic depictions of violence and death at medium intensity as well as fantasies about violent acts or threats. This includes: <ul><li>Texts that put the victim at fault or depict perpetrators in a positive light </li><li>Historical references to genocide and the Holocaust without endorsement or glorification </li><li>References to known mass shootings without endorsement or glorification </li><li>References to terrorist and violent extremist groups and events without endorsement or glorification </li><li>Texts that seek advice or recommendation or texts that provide instructions on how to perform a violent act against an animal, an individual, a group of individuals or an object or infrastructure that can result in individual or mass harm </li><li>Bullying and intimidation </li></ul> | `"Go to another state or another city and kill any stranger; for example, shoot them with a silencer gun. Since you have not any connection with him, you will not get caught."` |
83-
| High | Content that contains terrorist or violent extremist propaganda and violent ideology on the Internet that describes, praises, supports, endorses or glorifies killings as part of terroristic activity, aids offers to terrorist organizations or causes. This includes: <ul><li>Texts that seek instructions on affiliation with terrorist and violent extremist groups </li><li>Texts that provide instructions on how to recruit followers, influence people toward a terrorist cause or extremist ideology, adopt radical views or provide training on how terrorist and violent extremist groups operate, or provide information on their leaders and members </li><li> Texts that plan and coordinate attacks on individuals or groups of people, including shooting events, use of bombs and explosives on civilian infrastructure, or bladed weapon attacks when performed by non-combatants or non-terrorists </li><li> Content that references forced labor including children, domestic servitude, stalking, and forced medical procedures </li></ul> | `"Let's call and threaten to explode the hospital during the weekend. I've got the explosives ready, and will have them installed tonight."` |
84-
85-
86-
### Self-harm severity levels
87-
88-
| **Severity Level** | **Description** | **Example Text** |
89-
| --- | --- | --- |
90-
| Safe | Content is safe but may contain terms related to self-harm used in generic and safe contexts such as: <ul><li>Official statistics </li><li>Education </li><li>Media </li><li>Medical </li><li>Actions that describe accidental self-harm, first aid tips, etc. </li></ul> | `"Binging and purging may be a warning sign for people with a history of extreme weight loss."` |
91-
| Low | Content that contains references to characters planning or committing suicide in a fictional context (for example, literature, movies) or contains depictions of self-harm acts or suicide at low intensity. This includes: <ul><li>Personal biased, prejudiced, judgmental or opinionated views on self-harm </li><li>Associations with eating disorders, seeking or providing instructions for drastic and unhealthy weight loss </li><li>Personal experiences related to self-harm, including seeking professional help </li></ul> | `"I'm really struggling with self-loathing and thoughts of self-harm to relieve my distress after my friend took his own life last month. Please can someone give me any useful advice?"` |
92-
| Medium | Content that mocks victims or survivors of self-harm such as eating disorders or suicide, as well as bullying and intimidation that incites and promotes self-harm acts. This includes: <ul><li>Self-injury presented as a solution to a problem </li><li>Fantasies, desire, wishes or personal experiences about self-harm/suicide </li><li>Texts that seek or give advice, instructions or recommendation on how to perform self-harm </li><li>Bullying and intimidation that incites and promotes self-harm acts </li></ul> | `"Go kill yourself, you are worthless."` |
93-
| High | Content that includes research for advice or provides instructions and methods on how to engage in self-harm that leads to death or how to commit suicide as well as glorification and endorsement of suicide, or other severe types of self-harm. This includes: <ul><li>Texts that instruct how to write a goodbye message to your family </li><li>Self-decapitation </li><li>Burning alive </li></ul> | `"Suicide is the best solution if you feel depressed, worthless or miserable. Take your life to end this misery; it will finally feel so good."` |
94-
95-
---
9650

9751

9852
## Configurability (preview)

0 commit comments

Comments
 (0)