Skip to content

Commit 14f49ec

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into tmauthor
2 parents 797e4a7 + 8a54afd commit 14f49ec

26 files changed

+52
-60
lines changed

articles/cognitive-services/LUIS/luis-how-to-azure-subscription.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 10/25/2019
12+
ms.date: 11/19/2019
1313
ms.author: diberry
1414
---
1515

1616
# Using authoring and runtime resource keys
1717

1818
Authoring and runtime resources provide authentication to your LUIS app and prediction endpoint.
1919

20-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
21-
2220
<a name="create-luis-service"></a>
2321
<a name="create-language-understanding-endpoint-key-in-the-azure-portal"></a>
2422

articles/cognitive-services/LUIS/luis-how-to-collaborate.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 10/25/2019
12+
ms.date: 11/19/2019
1313
ms.author: diberry
1414
---
1515

1616
# Add contributors to your app
1717

1818
An app owner can add contributors to apps. These collaborators can modify the model, train, and publish the app.
1919

20-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
21-
2220
[!INCLUDE [Manage collaborators and contributors based on migrated or not-migrated apps](./includes/manage-contributor-collaborator-migration.md)]
2321

2422
## Add contributor to Azure authoring resource
@@ -52,8 +50,6 @@ An app has a single author, the owner, but can have many collaborators. To allow
5250

5351
1. Select **Add Collaborator** from the toolbar.
5452

55-
[![Add collaborator](./media/luis-how-to-collaborate/add-collaborator.png "Add collaborator")](./media/luis-how-to-collaborate/add-collaborator.png#lightbox)
56-
5753
1. Enter the email address the collaborator uses to sign in to the LUIS portal.
5854

5955
![Add collaborator's email address](./media/luis-how-to-collaborate/add-collaborator-pop-up.png)

articles/cognitive-services/LUIS/luis-how-to-manage-versions.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 10/25/2019
12+
ms.date: 11/19/2019
1313
ms.author: diberry
1414
---
1515

1616
# Use versions to edit and test without impacting staging or production apps
1717

1818
Versions allow you to build and publish different models. A good practice is to clone the current active model to a different [version](luis-concept-version.md) of the app before making changes to the model.
1919

20-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
21-
2220
To work with versions, open your app by selecting its name on **My Apps** page, and then select **Manage** in the top bar, then select **Versions** in the left navigation.
2321

2422
The list of versions shows which versions are published, where they are published, and which version is currently active.
2523

26-
[![Manage section, versions page](./media/luis-how-to-manage-versions/versions-import.png "Manage section, versions page")](./media/luis-how-to-manage-versions/versions-import.png#lightbox)
24+
> [!div class="mx-imgBorder"]
25+
> [![Manage section, versions page](./media/luis-how-to-manage-versions/versions-import.png "Manage section, versions page")](./media/luis-how-to-manage-versions/versions-import.png#lightbox)
2726
2827
## Clone a version
2928

@@ -40,15 +39,18 @@ The list of versions shows which versions are published, where they are publishe
4039

4140
## Set active version
4241

43-
Select a version from the list, then select **Make Active** from the toolbar.
42+
Select a version from the list, then select **Activate** from the toolbar.
4443

45-
[![Manage section, versions page, make a version action](./media/luis-how-to-manage-versions/versions-other.png "Manage section, versions page, make a version action")](./media/luis-how-to-manage-versions/versions-other.png#lightbox)
44+
> [!div class="mx-imgBorder"]
45+
> [![Manage section, versions page, make a version action](./media/luis-how-to-manage-versions/versions-other.png "Manage section, versions page, make a version action")](./media/luis-how-to-manage-versions/versions-other.png#lightbox)
4646
4747
## Import version
4848

49-
1. Select **Import version** from the toolbar.
49+
You can import a `.json` or a `.lu` version of your application.
50+
51+
1. Select **Import** from the toolbar, then select the format.
5052

51-
2. In the **Import new version** pop-up window, enter the new ten character version name. You only need to set a version ID if the version in the JSON file already exists in the app.
53+
2. In the **Import new version** pop-up window, enter the new ten character version name. You only need to set a version ID if the version in the file already exists in the app.
5254

5355
![Manage section, versions page, importing new version](./media/luis-how-to-manage-versions/versions-import-pop-up.png)
5456

articles/cognitive-services/LUIS/luis-migration-authoring-steps.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 10/25/2019
12+
ms.date: 11/19/2019
1313
ms.author: diberry
1414
---
1515

1616
# Steps to migrate to the Azure authoring resource
1717

1818
From the Language Understanding (LUIS) portal, migrate all the apps you own to use the Azure authoring resource.
1919

20-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
21-
2220
## Prerequisites
2321

2422
* **Optionally**, backup the apps from the LUIS portal's apps list by exporting each app or use the export [API](https://westus.dev.cognitive.microsoft.com/docs/services/5890b47c39e2bb17b84a55ff/operations/5890b47c39e2bb052c5b9c40).

articles/cognitive-services/LUIS/luis-migration-authoring.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,14 @@ ms.custom: seodec18
99
ms.service: cognitive-services
1010
ms.subservice: language-understanding
1111
ms.topic: conceptual
12-
ms.date: 10/25/2019
12+
ms.date: 11/19/2019
1313
ms.author: diberry
1414
---
1515

1616
# Migrate to an Azure resource authoring key
1717

1818
Language Understanding (LUIS) authoring authentication changed from an email account to an Azure resource.
1919

20-
[!INCLUDE [Waiting for LUIS portal refresh](./includes/wait-v3-upgrade.md)]
21-
2220
## Why migrate?
2321

2422
Using an Azure resource for authoring allows you, as the owner of the resource, to control access to authoring. You can create and name authoring resources to manage different groups of authors.
28.4 KB
Loading
27.4 KB
Loading

articles/dns/cli-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Azure CLI samples for DNS - Azure DNS
33
description: With this sample, use Azure CLI to create DNS zones and records in Azure DNS.
44
services: dns
5-
author: vhorne
5+
author: asudbring
66
ms.service: dns
77
ms.topic: sample
88
ms.date: 09/20/2019
9-
ms.author: victorh
9+
ms.author: allensu
1010

1111
---
1212
# Azure CLI examples for Azure DNS

articles/dns/dns-alias-appservice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Host load-balanced Azure web apps at the zone apex
33
description: Use an Azure DNS alias record to host load-balanced web apps at the zone apex
44
services: dns
5-
author: vhorne
5+
author: asudbring
66
ms.service: dns
77
ms.topic: article
88
ms.date: 08/10/2019
9-
ms.author: victorh
9+
ms.author: allensu
1010
---
1111

1212
# Host load-balanced Azure web apps at the zone apex

articles/dns/dns-domain-delegation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: Azure DNS delegation overview
33
description: Understand how to change domain delegation and use Azure DNS name servers to provide domain hosting.
44
services: dns
5-
author: vhorne
5+
author: asudbring
66
ms.service: dns
77
ms.date: 2/19/2019
8-
ms.author: victorh
8+
ms.author: allensu
99
ms.topic: conceptual
1010
---
1111

0 commit comments

Comments
 (0)