Skip to content

Commit 6c59198

Browse files
authored
Merge pull request #58144 from PatrickFarley/pafarley/master/region-clarify
[Cog Serv] Pafarley/master/region clarify
2 parents e44e874 + d1bbfd4 commit 6c59198

32 files changed

+38
-42
lines changed

articles/cognitive-services/Computer-vision/QuickStarts/CSharp-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace CSHttpClientSample
5858
// from the West US region, replace "westcentralus" in the URL
5959
// below with "westus".
6060
//
61-
// Free trial subscription keys are generated in the West Central US region.
61+
// Free trial subscription keys are generated in the "westus" region.
6262
// If you use a free trial subscription key, you shouldn't need to change
6363
// this region.
6464
const string uriBase =

articles/cognitive-services/Computer-vision/QuickStarts/CSharp-hand-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ namespace CSHttpClientSample
6262
// from the West US region, replace "westcentralus" in the URL
6363
// below with "westus".
6464
//
65-
// Free trial subscription keys are generated in the West Central US region.
65+
// Free trial subscription keys are generated in the "westus" region.
6666
// If you use a free trial subscription key, you shouldn't need to change
6767
// this region.
6868
const string uriBase =

articles/cognitive-services/Computer-vision/QuickStarts/CSharp-print-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace CSHttpClientSample
5858
// from the West US region, replace "westcentralus" in the URL
5959
// below with "westus".
6060
//
61-
// Free trial subscription keys are generated in the West Central US region.
61+
// Free trial subscription keys are generated in the "westus" region.
6262
// If you use a free trial subscription key, you shouldn't need to change
6363
// this region.
6464
const string uriBase =

articles/cognitive-services/Computer-vision/QuickStarts/CSharp-thumb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ namespace CSHttpClientSample
5858
// from the West US region, replace "westcentralus" in the URL
5959
// below with "westus".
6060
//
61-
// Free trial subscription keys are generated in the West Central US region.
61+
// Free trial subscription keys are generated in the "westus" region.
6262
// If you use a free trial subscription key, you shouldn't need to change
6363
// this region.
6464
const string uriBase =

articles/cognitive-services/Computer-vision/QuickStarts/go-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func main() {
5858
// from the West US region, replace "westcentralus" in the URL
5959
// below with "westus".
6060
//
61-
// Free trial subscription keys are generated in the West Central US region.
61+
// Free trial subscription keys are generated in the "westus" region.
6262
// If you use a free trial subscription key, you shouldn't need to change
6363
// this region.
6464
const uriBase =

articles/cognitive-services/Computer-vision/QuickStarts/go-print-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func main() {
5858
// from the West US region, replace "westcentralus" in the URL
5959
// below with "westus".
6060
//
61-
// Free trial subscription keys are generated in the West Central US region.
61+
// Free trial subscription keys are generated in the "westus" region.
6262
// If you use a free trial subscription key, you shouldn't need to change
6363
// this region.
6464
const uriBase =

articles/cognitive-services/Computer-vision/QuickStarts/go-thumb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func main() {
5858
// from the West US region, replace "westcentralus" in the URL
5959
// below with "westus".
6060
//
61-
// Free trial subscription keys are generated in the West Central US region.
61+
// Free trial subscription keys are generated in the "westus" region.
6262
// If you use a free trial subscription key, you shouldn't need to change
6363
// this region.
6464
const uriBase =

articles/cognitive-services/Computer-vision/QuickStarts/java-analyze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class Main {
6868
// from the West US region, replace "westcentralus" in the URL
6969
// below with "westus".
7070
//
71-
// Free trial subscription keys are generated in the West Central US region.
71+
// Free trial subscription keys are generated in the "westus" region.
7272
// If you use a free trial subscription key, you shouldn't need to change
7373
// this region.
7474
private static final String uriBase =

articles/cognitive-services/Computer-vision/QuickStarts/java-hand-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class Main {
7373
// from the West US region, replace "westcentralus" in the URL
7474
// below with "westus".
7575
//
76-
// Free trial subscription keys are generated in the West Central US region.
76+
// Free trial subscription keys are generated in the "westus" region.
7777
// If you use a free trial subscription key, you shouldn't need to change
7878
// this region.
7979
private static final String uriBase =

articles/cognitive-services/Computer-vision/QuickStarts/java-print-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class Main {
6868
// from the West US region, replace "westcentralus" in the URL
6969
// below with "westus".
7070
//
71-
// Free trial subscription keys are generated in the West Central US region.
71+
// Free trial subscription keys are generated in the "westus" region.
7272
// If you use a free trial subscription key, you shouldn't need to change
7373
// this region.
7474
private static final String uriBase =

0 commit comments

Comments
 (0)