Skip to content

Commit 857e7c1

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into work01
2 parents 9e0cf3c + 33dfe10 commit 857e7c1

File tree

92 files changed

+339
-329
lines changed

Some content is hidden

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

92 files changed

+339
-329
lines changed

articles/active-directory/authentication/TOC.yml

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
items:
2323
- name: Authentication methods
2424
href: concept-authentication-methods.md
25-
- name: Passwordless authentication
26-
href: concept-authentication-passwordless.md
27-
- name: Security information registration
28-
href: concept-registration-mfa-sspr-combined.md
29-
- name: Password reset
25+
- name: Self-service password reset
3026
items:
3127
- name: How password reset works
3228
href: concept-sspr-howitworks.md
@@ -48,12 +44,16 @@
4844
href: https://docs.microsoft.com/office365/admin/security-and-compliance/set-up-multi-factor-authentication?view=o365-worldwide
4945
- name: FAQ
5046
href: multi-factor-authentication-faq.md
51-
- name: Azure AD password protection
47+
- name: Passwordless authentication
48+
href: concept-authentication-passwordless.md
49+
- name: Password protection
5250
items:
5351
- name: Eliminate weak passwords in the cloud
5452
href: concept-password-ban-bad.md
5553
- name: Eliminate weak passwords on-premises
5654
href: concept-password-ban-bad-on-premises.md
55+
- name: Security information registration
56+
href: concept-registration-mfa-sspr-combined.md
5757
- name: Resilient access controls
5858
href: concept-resilient-controls.md
5959
- name: How-to guides
@@ -100,28 +100,6 @@
100100
href: howto-mfa-nps-extension-rdg.md
101101
- name: VPN
102102
href: howto-mfa-nps-extension-vpn.md
103-
- name: Security info registration
104-
items:
105-
- name: Enable combined registration
106-
href: howto-registration-mfa-sspr-combined.md
107-
- name: Troubleshoot combined registration
108-
href: howto-registration-mfa-sspr-combined-troubleshoot.md
109-
- name: Azure AD password protection
110-
items:
111-
- name: Plan and deploy on-premises
112-
href: howto-password-ban-bad-on-premises-deploy.md
113-
- name: Enable and configure on-premises
114-
href: howto-password-ban-bad-on-premises-operations.md
115-
- name: Monitor on-premises deployments
116-
href: howto-password-ban-bad-on-premises-monitor.md
117-
- name: Troubleshoot on-premises deployments
118-
href: howto-password-ban-bad-on-premises-troubleshoot.md
119-
- name: On-premises FAQs
120-
href: howto-password-ban-bad-on-premises-faq.md
121-
- name: On-premises agent version history
122-
href: howto-password-ban-bad-on-premises-agent-versions.md
123-
- name: Azure AD smart lockout
124-
href: howto-password-smart-lockout.md
125103
- name: Passwordless
126104
items:
127105
- name: Deploying passwordless
@@ -138,16 +116,38 @@
138116
href: howto-authentication-passwordless-phone.md
139117
- name: Windows Hello for Business
140118
href: https://docs.microsoft.com/windows/security/identity-protection/hello-for-business/hello-identity-verification
119+
- name: Security info registration
120+
items:
121+
- name: Enable combined registration
122+
href: howto-registration-mfa-sspr-combined.md
123+
- name: Troubleshoot combined registration
124+
href: howto-registration-mfa-sspr-combined-troubleshoot.md
125+
- name: On-premises password protection
126+
items:
127+
- name: Plan and deploy
128+
href: howto-password-ban-bad-on-premises-deploy.md
129+
- name: Enable and configure
130+
href: howto-password-ban-bad-on-premises-operations.md
131+
- name: Monitor
132+
href: howto-password-ban-bad-on-premises-monitor.md
133+
- name: Troubleshoot
134+
href: howto-password-ban-bad-on-premises-troubleshoot.md
135+
- name: FAQs
136+
href: howto-password-ban-bad-on-premises-faq.md
137+
- name: Agent version history
138+
href: howto-password-ban-bad-on-premises-agent-versions.md
141139
- name: Use SMS-based authentication (preview)
142140
href: howto-authentication-sms-signin.md
141+
- name: Azure AD smart lockout
142+
href: howto-password-smart-lockout.md
143143
- name: Certificate-based authentication
144144
items:
145145
- name: Get started with certificate auth
146146
href: active-directory-certificate-based-authentication-get-started.md
147147
items:
148-
- name: CBA on Android Devices
148+
- name: Use on Android Devices
149149
href: active-directory-certificate-based-authentication-android.md
150-
- name: CBA on iOS Devices
150+
- name: Use on iOS Devices
151151
href: active-directory-certificate-based-authentication-ios.md
152152
- name: Reporting
153153
items:

articles/azure-functions/functions-host-json.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Controls options for Application Insights, including [sampling options](./functi
136136
For the complete JSON structure, see the earlier [example host.json file](#sample-hostjson-file).
137137

138138
> [!NOTE]
139-
> Log sampling may cause some executions to not show up in the Application Insights monitor blade. To avoid log sampling, add `samplingExcludedTypes: "Request"` to the `applicationInsights` value.
139+
> Log sampling may cause some executions to not show up in the Application Insights monitor blade. To avoid log sampling, add `excludedTypes: "Request"` to the `samplingSettings` value.
140140
141141
| Property | Default | Description |
142142
| --------- | --------- | --------- |
@@ -161,8 +161,8 @@ For the complete JSON structure, see the earlier [example host.json file](#sampl
161161
| minSamplingPercentage | 0.1 | As sampling percentage varies, this property determines the minimum allowed sampling percentage. |
162162
| maxSamplingPercentage | 0.1 | As sampling percentage varies, this property determines the maximum allowed sampling percentage. |
163163
| movingAverageRatio | 1.0 | In the calculation of the moving average, the weight assigned to the most recent value. Use a value equal to or less than 1. Smaller values make the algorithm less reactive to sudden changes. |
164-
| excludedTypes | null | A semi-colon delimited list of types that you don't want to be sampled. Recognized types are: Dependency, Event, Exception, PageView, Request, Trace. All instances of the specified types are transmitted; the types that aren't specified are sampled. |
165-
| includedTypes | null | A semi-colon delimited list of types that you want to be sampled; an empty list implies all types. Type listed in `excludedTypes` override types listed here. Recognized types are: Dependency, Event, Exception, PageView, Request, Trace. All instances of the specified types are transmitted; the types that aren't specified are sampled. |
164+
| excludedTypes | null | A semi-colon delimited list of types that you don't want to be sampled. Recognized types are: `Dependency`, `Event`, `Exception`, `PageView`, `Request`, and `Trace`. All instances of the specified types are transmitted; the types that aren't specified are sampled. |
165+
| includedTypes | null | A semi-colon delimited list of types that you want to be sampled; an empty list implies all types. Type listed in `excludedTypes` override types listed here. Recognized types are: `Dependency`, `Event`, `Exception`, `PageView`, `Request`, and `Trace`. Instances of the specified types are sampled; the types that aren't specified or implied are transmitted without sampling. |
166166

167167
### applicationInsights.httpAutoCollectionOptions
168168

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
1616
# Quickstart: Extract printed and handwritten text using the Computer Vision 2.0 and 2.1 REST API and C#
1717

18-
In this quickstart, you will extract printed and/or handwritten text from an image using the Computer Vision REST API. With the [Batch Read](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) and [Read Operation Result](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d) methods, you can detect text in an image and extract recognized characters into a machine-readable character stream. The API will determine which recognition model to use for each line of text, so it supports images with both printed and handwritten text.
18+
In this quickstart, you'll extract printed and/or handwritten text from an image using the Computer Vision REST API. With the [Batch Read](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/2afb498089f74080d7ef85eb) and [Read Operation Result](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/5be108e7498a4f9ed20bf96d) methods, you can detect text in an image and extract recognized characters into a machine-readable character stream. The API will determine which recognition model to use for each line of text, so it supports images with both printed and handwritten text.
1919

2020
Compared to Computer Vision 2.0 and 2.1, the Computer Vision 3.0 Public Preview provides:
2121

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
1616
# Quickstart: Extract printed text (OCR) using the Computer Vision REST API and C#
1717

1818
> [!NOTE]
19-
> If you are extracting English language text, consider using the new [Read operation](https://docs.microsoft.com/azure/cognitive-services/computer-vision/concept-recognizing-text). A [C# quickstart](https://docs.microsoft.com/azure/cognitive-services/computer-vision/quickstarts/csharp-hand-text) is available.
19+
> If you're extracting English language text, consider using the new [Read operation](https://docs.microsoft.com/azure/cognitive-services/computer-vision/concept-recognizing-text). A [C# quickstart](https://docs.microsoft.com/azure/cognitive-services/computer-vision/quickstarts/csharp-hand-text) is available.
2020
21-
In this quickstart, you will extract printed text with optical character recognition (OCR) from an image using the Computer Vision REST API. With the [OCR](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fc) feature, you can detect printed text in an image and extract recognized characters into a machine-usable character stream.
21+
In this quickstart, you'll extract printed text with optical character recognition (OCR) from an image using the Computer Vision REST API. With the [OCR](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fc) feature, you can detect printed text in an image and extract recognized characters into a machine-usable character stream.
2222

2323
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/ai/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=cognitive-services) before you begin.
2424

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: quickstart
12-
ms.date: 01/27/2020
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
1616

1717
# Quickstart: Analyze a remote image using the Computer Vision REST API and cURL
1818

19-
In this quickstart, you will analyze a remotely stored image to extract visual features using the Computer Vision REST API. With the [Analyze Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fa) method, you can extract visual features based on image content.
19+
In this quickstart, you'll analyze a remotely stored image to extract visual features using the Computer Vision REST API. With the [Analyze Image](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fa) method, you can extract visual features based on image content.
2020

2121
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/ai/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=cognitive-services) before you begin.
2222

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
1616

1717
# Quickstart: Extract printed text (OCR) using the Computer Vision REST API and cURL
1818

19-
In this quickstart, you will extract printed text with optical character recognition (OCR) from an image using the Computer Vision REST API. With the [OCR](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fc) method, you can detect printed text in an image and extract recognized characters into a machine-usable character stream.
19+
In this quickstart, you'll extract printed text with optical character recognition (OCR) from an image using the Computer Vision REST API. With the [OCR](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fc) method, you can detect printed text in an image and extract recognized characters into a machine-usable character stream.
2020

2121
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/ai/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=cognitive-services) before you begin.
2222

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

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
@@ -24,23 +24,6 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
2424
- You must have [cURL](https://curl.haxx.se/windows).
2525
- You must have a subscription key for Computer Vision. You can get a free trial key from [Try Cognitive Services](https://azure.microsoft.com/try/cognitive-services/?api=computer-vision). Or, follow the instructions in [Create a Cognitive Services account](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account) to subscribe to Computer Vision and get your key.
2626

27-
## Get Thumbnail request
28-
29-
With the [Get Thumbnail method](https://westus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fb), you can generate a thumbnail of an image.
30-
31-
To run the sample, do the following steps:
32-
33-
1. Copy the following code into an editor.
34-
1. Replace `<Subscription Key>` with your valid subscription key.
35-
1. Replace `<File>` with the path and filename to save the thumbnail.
36-
1. Change the Request URL (`https://westcentralus.api.cognitive.microsoft.com/vision/v2.1`) to use the location where you obtained your subscription keys, if necessary.
37-
1. Optionally, change the image (`{\"url\":\"...`) to analyze.
38-
1. Open a command window on a computer with cURL installed.
39-
1. Paste the code in the window and run the command.
40-
41-
>[!NOTE]
42-
>You must use the same location in your REST call as you used to obtain your subscription keys. For example, if you obtained your subscription keys from westus, replace "westcentralus" in the URL below with "westus".
43-
4427
## Create and run the sample command
4528

4629
To create and run the sample, do the following steps:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: computer-vision
1111
ms.topic: quickstart
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
ms.custom: seodec18
1515
---
1616
# Quickstart: Extract printed text (OCR) using the Computer Vision REST API with Go
1717

1818
> [!NOTE]
19-
> If you are extracting English language text, consider using the new [Read operation](https://docs.microsoft.com/azure/cognitive-services/computer-vision/concept-recognizing-text). A [Go quickstart](https://docs.microsoft.com/azure/cognitive-services/computer-vision/quickstarts-sdk/go-sdk#call-the-read-api) is available.
19+
> If you're extracting English language text, consider using the new [Read operation](https://docs.microsoft.com/azure/cognitive-services/computer-vision/concept-recognizing-text). A [Go quickstart](https://docs.microsoft.com/azure/cognitive-services/computer-vision/quickstarts-sdk/go-sdk#call-the-read-api) is available.
2020
2121
In this quickstart, you will extract printed text with optical character recognition (OCR) from an image using the Computer Vision REST API. With the [OCR](https://westcentralus.dev.cognitive.microsoft.com/docs/services/5adf991815e1060e6355ad44/operations/56f91f2e778daf14a499e1fc) method, you can detect printed text in an image and extract recognized characters into a machine-usable character stream.
2222

0 commit comments

Comments
 (0)