Skip to content

Commit 9ef7db4

Browse files
Merge pull request #260803 from MicrosoftDocs/main
merge main to live Sunday 12/10, 4 PM
2 parents f410ee7 + be09e05 commit 9ef7db4

19 files changed

+460
-200
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9622,6 +9622,11 @@
96229622
"redirect_url": "/azure/azure-functions/functions-reference-python?pivots=python-mode-decorators#triggers-and-inputs",
96239623
"redirect_document_id": false
96249624
},
9625+
{
9626+
"source_path_from_root": "/articles/azure-functions/update-java-versions.md",
9627+
"redirect_url": "/azure/azure-functions/update-language-versions",
9628+
"redirect_document_id": false
9629+
},
96259630
{
96269631
"source_path_from_root": "/articles/azure-government/documentation-government-k8.md",
96279632
"redirect_url": "/azure/azure-government",

articles/ai-services/translator/document-translation/overview.md

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -99,37 +99,22 @@ Document Translation supports the following glossary file types:
9999

100100
Document Translation data residency depends on the Azure region where your Translator resource was created:
101101

102-
* Translator resources **created** in any region in Europe are **processed** at data center in West Europe and North Europe.
103-
* Translator resources **created** in any region in Asia or Australia are **processed** at data center in Southeast Asia and Australia East.
104-
* Translator resource **created** in all other regions including Global, North America and South America are **processed** at data center in East US and West US 2.
105-
106-
### Text Translation data residency
107-
108-
✔️ Feature: **Translator Text** </br>
109-
✔️ Region where resource created: **Any**
110-
111-
| Service endpoint | Request processing data center |
112-
|------------------|--------------------------|
113-
|**Global (recommended):**</br>**`api.cognitive.microsofttranslator.com`**|Closest available data center.|
114-
|**Americas:**</br>**`api-nam.cognitive.microsofttranslator.com`**|East US &bull; South Central US &bull; West Central US &bull; West US 2|
115-
|**Europe:**</br>**`api-eur.cognitive.microsofttranslator.com`**|North Europe &bull; West Europe|
116-
| **Asia Pacific:**</br>**`api-apc.cognitive.microsofttranslator.com`**|Korea South &bull; Japan East &bull; Southeast Asia &bull; Australia East|
117-
|
102+
* Translator resources **created** in any region in Europe (except Switzerland) are **processed** at data center in North Europe and West Europe.
103+
* Translator resources **created** in any region in Switzerland are **processed** at data center in Switzerland North and Switzerland West
104+
* Translator resources **created** in any region in Asia Pacific or Australia are **processed** at data center in Southeast Asia and Australia East.
105+
* Translator resource **created** in all other regions including Global, North America, and South America are **processed** at data center in East US and West US 2.
118106

119107
### Document Translation data residency
120108

121109
✔️ Feature: **Document Translation**</br>
122110
✔️ Service endpoint: **Custom:** &#8198;&#8198;&#8198; **`<name-of-your-resource.cognitiveservices.azure.com/translator/text/batch/v1.1`**
123111

124-
|Resource region| Request processing data center |
112+
|Resource region| Request processing data center |
125113
|----------------------------------|-----------------------|
126-
|**Global and any region in the Americas** | East US &bull; West US 2|
127-
|**Any region in Europe**| North Europe &bull; West Europe|
128-
|**Any region in Asia Pacific**| Southeast Asia &bull; Australia East|
129-
130-
131-
### Document Translation data residency
132-
114+
|**Any region within Europe (except Switzerland)**| Europe — North Europe &bull; West Europe|
115+
|**Switzerland**|Switzerland — Switzerland North &bull; Switzerland West|
116+
|**Any region within Asia Pacific and Australia**| Asia — Southeast Asia &bull; Australia East|
117+
|**All other regions including Global, North America, and South America** | US — East US &bull; West US 2|
133118

134119
## Next steps
135120

articles/ai-services/translator/text-translation-overview.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,26 @@ Add Text Translation to your projects and applications using the following resou
5858
> * The [**Translator container image**](https://mcr.microsoft.com/product/azure-cognitive-services/translator/text-translation/about) supports limited features compared to cloud offerings.
5959
>
6060
61+
## Data residency
62+
63+
Text Translation data residency depends on the Azure region where your Translator resource was created:
64+
65+
* Translator resources **created** in any region in Europe are **processed** at data center in West Europe and North Europe.
66+
* Translator resources **created** in any region in Asia or Australia are **processed** at data center in Southeast Asia and Australia East.
67+
* Translator resource **created** in all other regions including Global, North America and South America are **processed** at data center in East US and West US 2.
68+
69+
### Text Translation data residency
70+
71+
✔️ Feature: **Translator Text** </br>
72+
✔️ Region where resource created: **Any**
73+
74+
| Service endpoint | Request processing data center |
75+
|------------------|--------------------------|
76+
|**Global (recommended):**</br>**`api.cognitive.microsofttranslator.com`**|Closest available data center.|
77+
|**Americas:**</br>**`api-nam.cognitive.microsofttranslator.com`**|East US &bull; South Central US &bull; West Central US &bull; West US 2|
78+
|**Europe:**</br>**`api-eur.cognitive.microsofttranslator.com`**|North Europe &bull; West Europe|
79+
| **Asia Pacific:**</br>**`api-apc.cognitive.microsofttranslator.com`**|Korea South &bull; Japan East &bull; Southeast Asia &bull; Australia East|
80+
6181
## Get started with Text Translation
6282
6383
Ready to begin?

articles/azure-functions/TOC.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,8 +568,9 @@
568568
items:
569569
- name: Migrate to model v4.x
570570
href: functions-node-upgrade-v4.md
571-
- name: Update Java versions
572-
href: update-java-versions.md
571+
- name: Update language versions
572+
href: update-language-versions.md
573+
displayName: upgrade, migrate, language stack
573574
- name: Monitor
574575
items:
575576
- name: Monitor function apps with Azure Monitor

0 commit comments

Comments
 (0)