Skip to content

Commit 97bf747

Browse files
authored
Merge pull request #5596 from MicrosoftDocs/main
6/18/2025 AM Publish
2 parents 66bafd1 + a4c419e commit 97bf747

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

articles/ai-services/content-safety/overview.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,11 @@ To use the Content Safety APIs, you must create your Azure AI Content Safety res
161161
| East US ||||||||||
162162
| East US 2 | ||| ||||||
163163
| France Central | ||| ||||||
164+
| Germany West Central | | | | |||| ||
165+
| Italy North | | | | |||| ||
164166
| Japan East | | || ||||||
165-
| North Central US | | || ||||||
167+
| Korea Central | | || | ||| ||
168+
| North Central US | | || ||||||
166169
| Poland Central | | || | |||||
167170
| South Central US | | || ||||||
168171
| South India | | || ||||||
@@ -175,11 +178,11 @@ To use the Content Safety APIs, you must create your Azure AI Content Safety res
175178
| West US | ||| ||||||
176179
| West US 2 | | || ||||||
177180
| West US 3 | | || ||||||
178-
| Germany West Central | | | | |||| ||
179-
| Italy North | | | | |||| ||
180-
| FairFax - USGovArizona| | || | ||| ||
181+
| FairFax - USGovArizona| | || | ||| ||
181182
| FairFax - USGovVirginia| | || | ||| ||
182183

184+
185+
183186
Feel free to [contact us](mailto:[email protected]) if your business needs other regions to be available.
184187

185188
### Query rates

articles/ai-services/openai/how-to/content-filters.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can configure the following filter categories in addition to the default har
5353

5454
## Specify a content filtering configuration at request time (preview)
5555

56-
In addition to the deployment-level content filtering configuration, we also provide a request header that allows you specify your custom configuration at request time for every API call.
56+
In addition to the deployment-level content filtering configuration, we also provide a request header that allows you specify your custom configuration at request time for each API call.
5757

5858
```bash
5959
curl --request POST \
@@ -75,7 +75,12 @@ curl --request POST \
7575
}'
7676
```
7777

78-
The request-level content filtering configuration will override the deployment-level configuration, for the specific API call. If a configuration is specified that does not exist, the following error message will be returned.
78+
The request-level content filtering configuration will override the deployment-level configuration, for the specific API call.
79+
80+
> [!IMPORTANT]
81+
> Content filter specification at request time is not available for image input (chat with images) scenarios. In those cases the default content filter will be used.
82+
83+
If a configuration is specified that does not exist, the following error message will be returned.
7984

8085
```json
8186
{

articles/ai-services/openai/includes/fine-tune-models.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ ms.custom:
3333
> **Global** training (in Public Preview) provides [more affordable](https://aka.ms/aoai-pricing) training per-token, but does not offer [data residency](https://aka.ms/data-residency). It is currently available to Azure OpenAI resources in the following regions, with more regions coming soon:
3434
>- Australia East
3535
>- Brazil South
36-
>- EastUS2
36+
>- East US
37+
>- East US2
3738
>- France Central
3839
>- Germany West Central
3940
>- Italy North
@@ -47,3 +48,7 @@ ms.custom:
4748
>- Spain Central
4849
>- Sweden Central
4950
>- Switzerland West
51+
>- Switzerland North
52+
>- UK South
53+
>- West US
54+
>- West US3

0 commit comments

Comments
 (0)