Skip to content

Commit 15b431d

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into quickstarts1
2 parents 14b1249 + 4818938 commit 15b431d

File tree

74 files changed

+815
-737
lines changed

Some content is hidden

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

74 files changed

+815
-737
lines changed

articles/active-directory-b2c/tutorial-register-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Once the application registration is complete, enable the implicit grant flow:
8484

8585
## Create a client secret
8686

87-
If your application exchanges a code for a token, you need to create an application secret.
87+
If your application exchanges an authorization code for an access token, you need to create an application secret.
8888

8989
#### [Applications](#tab/applications/)
9090

articles/azure-databricks/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,9 @@
16821682
- name: Databricks Runtime 6.3 ML
16831683
href: /azure/databricks/release-notes/runtime/6.3ml
16841684
maintainContext: true
1685+
- name: Databricks Runtime 6.3 Genomics
1686+
href: /azure/databricks/release-notes/runtime/6.3genomics
1687+
maintainContext: true
16851688
- name: Databricks Runtime 6.2
16861689
href: /azure/databricks/release-notes/runtime/6.2
16871690
maintainContext: true

articles/azure-functions/functions-reference-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ You can choose to define output binding data using the `context.done` method ins
228228
context.bindingData
229229
```
230230

231-
Returns a named object that contains trigger metadata and function invocation data (`invocationId`, `sys.methodName`, `sys.utcNow`, `sys.randGuid`). For an example of trigger metadata, see this [event hubs example](functions-bindings-event-hubs.md#trigger---javascript-example).
231+
Returns a named object that contains trigger metadata and function invocation data (`invocationId`, `sys.methodName`, `sys.utcNow`, `sys.randGuid`). For an example of trigger metadata, see this [event hubs example](functions-bindings-event-hubs.md#trigger).
232232

233233
### context.done method
234234

articles/azure-resource-manager/management/resources-without-resource-group-limit.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Resources without 800 count limit
33
description: Lists the Azure resource types that can have more than 800 instances in a resource group.
44
ms.topic: conceptual
5-
ms.date: 11/07/2019
5+
ms.date: 01/23/2020
66
---
77

88
# Resources not limited to 800 instances per resource group
@@ -21,6 +21,7 @@ For some resource types, you need to contact support to have the 800 instance li
2121
* registrations
2222
* registrations/customerSubscriptions
2323
* registrations/products
24+
* verificationKeys
2425

2526
## Microsoft.BotService
2627

@@ -77,6 +78,7 @@ For some resource types, you need to contact support to have the 800 instance li
7778

7879
## Microsoft.GuestConfiguration
7980

81+
* autoManagedVmConfigurationProfiles
8082
* configurationProfileAssignments
8183
* guestConfigurationAssignments
8284
* software
@@ -173,6 +175,10 @@ For some resource types, you need to contact support to have the 800 instance li
173175
* apiManagementAccounts/apis
174176
* sites
175177

178+
## microsoft.insights
179+
180+
* metricalerts
181+
176182
## Next steps
177183

178-
For a complete list of quotas and limits, see [Azure subscription and service limits, quotas, and constraints](../../azure-resource-manager/management/azure-subscription-service-limits.md).
184+
For a complete list of quotas and limits, see [Azure subscription and service limits, quotas, and constraints](azure-subscription-service-limits.md).

articles/cognitive-services/LUIS/luis-concept-review-endpoint-utterances.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,34 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 10/10/2019
12+
ms.date: 01/23/2020
1313
ms.author: diberry
1414
---
1515
# Concepts for enabling active learning by reviewing endpoint utterances
1616
Active learning is one of three strategies to improve prediction accuracy and the easiest to implement. With active learning, your review endpoint utterances for correct intent and entity. LUIS chooses endpoint utterances it is unsure of.
1717

1818
## What is active learning
19-
Active learning is a two-step process. First, LUIS selects utterances it receives at the app's endpoint that need validation. The second step is performed by the app owner or collaborator to validate the selected utterances for [review](luis-how-to-review-endpoint-utterances.md), including the correct intent and any entities within the intent. After reviewing the utterances, train and publish the app again.
19+
Active learning is a two-step process. First, LUIS selects utterances it receives at the app's endpoint that need validation. The second step is performed by the app owner or collaborator to validate the selected utterances for [review](luis-how-to-review-endpoint-utterances.md), including the correct intent and any entities within the intent. After reviewing the utterances, train and publish the app again.
2020

2121
## Which utterances are on the review list
22-
LUIS adds utterances to the review list when the top firing intent has a low score or the top two intents' scores are too close.
22+
LUIS adds utterances to the review list when the top firing intent has a low score or the top two intents' scores are too close.
2323

2424
## Single pool for utterances per app
25-
The **Review endpoint utterances** list doesn't change based on the version. There is a single pool of utterances to review, regardless of which version the utterance you are actively editing or which version of the app was published at the endpoint.
25+
The **Review endpoint utterances** list doesn't change based on the version. There is a single pool of utterances to review, regardless of which version the utterance you are actively editing or which version of the app was published at the endpoint.
2626

2727
## Where are the utterances from
28-
Endpoint utterances are taken from end-user queries on the application’s HTTP endpoint. If your app is not published or has not received hits yet, you do not have any utterances to review. If no endpoint hits are received for a specific intent or entity, you do not have utterances to review that contain them.
28+
Endpoint utterances are taken from end-user queries on the application’s HTTP endpoint. If your app is not published or has not received hits yet, you do not have any utterances to review. If no endpoint hits are received for a specific intent or entity, you do not have utterances to review that contain them.
2929

3030
## Schedule review periodically
31-
Reviewing suggested utterances doesn't need to be done every day but should be part of your regular maintenance of LUIS.
31+
Reviewing suggested utterances doesn't need to be done every day but should be part of your regular maintenance of LUIS.
3232

3333
## Delete review items programmatically
3434
Use the **[delete unlabeled utterances](https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/58b6f32139e2bb139ce823c9)** API. Back up these utterances before deletion by **[exporting the log files](https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c36)**.
3535

36+
## Enable active learning
37+
38+
To enable active learning, you must log user queries. This is accomplished by calling the [endpoint query](luis-get-started-create-app.md#query-the-v3-api-prediction-endpoint) with the `log=true` querystring parameter and value.
39+
3640
## Next steps
3741

3842
* Learn how to [review](luis-how-to-review-endpoint-utterances.md) endpoint utterances

articles/cognitive-services/LUIS/luis-how-to-review-endpoint-utterances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 12/17/2019
12+
ms.date: 01/23/2020
1313
ms.author: diberry
1414
---
1515

articles/cosmos-db/how-to-use-stored-procedures-triggers-udfs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ asyncClient.executeStoredProcedure(sprocLink, requestOptions, storedProcedureArg
125125
successfulCompletionLatch.countDown();
126126
System.out.println(storedProcedureResponse.getActivityId());
127127
}, error -> {
128+
successfulCompletionLatch.countDown();
128129
System.err.println("an error occurred while executing the stored procedure: actual cause: "
129130
+ error.getMessage());
130131
});

articles/industry/agriculture/get-sensor-data-from-sensor-partner.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,13 @@ You can generate the above information by following these steps: (Please note th
6767
6868
### Integrate device data by using the generated credentials
6969
70-
Go to the device partner portal to link FarmBeats by using the set of credentials you generated in the previous section:
70+
Go to the device partner portal to link FarmBeats. Currently the following device partners are supported:
7171
72+
1. [Davis Instruments](https://weatherlink.github.io/azure-farmbeats/setup)
73+
2. [Teralytic](https://app.teralytic.com/login)
74+
3. [Pessl Instruments](https://ng.fieldclimate.com/user-api-services)
75+
76+
You will need to provide the following information which you have generated in the previous section:
7277
- API endpoint
7378
- EventHub connection string
7479
- Client ID

articles/industry/agriculture/ingest-historical-telemetry-data-in-azure-farmbeats.md

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Follow these steps.
6767
6868
Now that you have the required credentials, you can define the device and sensors. To do this, create the metadata by calling FarmBeats APIs. Please note you will need to call the APIs as the client app that you created in the above section
6969
70-
FarmBeats Datahub has the following APIs that enable creation and management of device or sensor metadata.
70+
FarmBeats Datahub has the following APIs that enable creation and management of device or sensor metadata. Please note that as a partner you have access to only read, create and update the metadata; **Delete is not allowed by a partner.**
7171
7272
- /**DeviceModel**: DeviceModel corresponds to the metadata of the device, such as the manufacturer and the type of device, which is either a gateway or a node.
7373
- /**Device**: Device corresponds to a physical device present on the farm.
@@ -379,6 +379,41 @@ Here's an example of a telemetry message:
379379
}
380380
```
381381

382+
## Troubleshooting
383+
384+
### Can't view telemetry data after ingesting historical/streaming data from your sensors
385+
386+
**Symptom**: Devices or sensors are deployed, and you've created the devices/sensors on FarmBeats and ingested telemetry to the EventHub, but you can't get or view telemetry data on FarmBeats.
387+
388+
**Corrective action**:
389+
390+
1. Ensure you have done the partner registration correctly - you can check this by going to your datahub swagger, navigate to /Partner API, Do a Get and check if the partner is registered. If not, please follow the [steps here](get-sensor-data-from-sensor-partner.md#enable-device-integration-with-farmbeats) to add partner.
391+
2. Ensure that you have created the metadata (DeviceModel, Device, SensorModel, Sensor) using the partner client credentials.
392+
3. Ensure that you have used the correct Telemetry message format (as specified below):
393+
394+
```json
395+
{
396+
"deviceid": "<id of the Device created>",
397+
"timestamp": "<timestamp in ISO 8601 format>",
398+
"version" : "1",
399+
"sensors": [
400+
{
401+
"id": "<id of the sensor created>",
402+
"sensordata": [
403+
{
404+
"timestamp": "< timestamp in ISO 8601 format >",
405+
"<sensor measure name (as defined in the Sensor Model)>": <value>
406+
},
407+
{
408+
"timestamp": "<timestamp in ISO 8601 format>",
409+
"<sensor measure name (as defined in the Sensor Model)>": <value>
410+
}
411+
]
412+
}
413+
]
414+
}
415+
```
416+
382417

383418
## Next steps
384419

articles/machine-learning/team-data-science-process/agile-development.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Agile development of data science projects - Team Data Science Process
33
description: Execute a data science project in a systematic, version controlled, and collaborative way within a project team by using the Team Data Science Process.
44
author: marktab
5-
manager: cgronlun
6-
editor: cgronlun
5+
manager: marktab
6+
editor: marktab
77
ms.service: machine-learning
88
ms.subservice: team-data-science-process
99
ms.topic: article
10-
ms.date: 09/05/2019
10+
ms.date: 01/10/2020
1111
ms.author: tdsp
1212
ms.custom: seodec18, previous-author=deguhath, previous-ms.author=deguhath
1313
---
@@ -82,13 +82,13 @@ After your project and project code repository are created, you can add a Featur
8282

8383
You can also link the Feature to the project's Azure Repos code repository by selecting **Add link** under the **Development** section.
8484

85-
After you finish editing the Feature, select **Save & Close**.
85+
After you edit the Feature, select **Save & Close**.
8686

8787
![Edit Feature and select Save & Close](./media/agile-development/3a-add-link-repo.png)
8888

8989
## <a name='AddStoryunderfeature-4'></a>Add a User Story to the Feature
9090

91-
Under the Feature, you can add User Stories to describe major steps needed to finish the project.
91+
Under the Feature, you can add User Stories to describe major steps needed to complete the project.
9292

9393
To add a new User Story to a Feature:
9494

0 commit comments

Comments
 (0)