Skip to content

Commit 57d5ec8

Browse files
authored
Merge pull request #188306 from aahill/roles-update
Roles update
2 parents 6a448a4 + ad2d13c commit 57d5ec8

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

articles/cognitive-services/language-service/custom-classification/how-to/create-project.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 11/02/2021
11+
ms.date: 02/10/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-classification, references_regions, ignite-fall-2021
1414
---
@@ -122,7 +122,9 @@ To set proper roles on your storage account:
122122

123123
1. Go to your storage account page in the [Azure portal](https://portal.azure.com/).
124124
2. Select **Access Control (IAM)** in the left navigation menu.
125-
3. Select **Add** to **Add Role Assignments**, and choose the **Owner** or **Contributor** role. You can search for user names in the **Select** field.
125+
3. Select **Add** to **Add Role Assignments**, and choose the appropriate role for your Language resource.
126+
4. Select **Managed identity** under **Assign access to**.
127+
5. Select **Members** and find your resource. In the window that appears, select your subscription, and **Language** as the managed identity. You can search for user names in the **Select** field. Repeat this for all roles.
126128

127129
[!INCLUDE [Storage connection note](../includes/storage-account-note.md)]
128130

articles/cognitive-services/language-service/custom-classification/includes/quickstarts/language-studio.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 02/02/2022
7+
ms.date: 02/11/2022
88
ms.author: aahi
99
ms.custom: language-service-custom-classification, ignite-fall-2021
1010
---
@@ -64,7 +64,8 @@ Before you can use custom text classification, you will need to create an Azure
6464
>[!TIP]
6565
> Your dataset doesn't have to be entirely in the same language. You can have multiple files, each with different supported languages. If your dataset contains files of different languages or if you expect different languages during runtime, select **enable multi-lingual dataset** when you enter the basic information for your project.
6666
67-
7. Select the container where you have uploaded your data. For this quickstart, we will use the existing tags file available in the container. Then click **Next**.
67+
7. Select the container where you’ve uploaded your data. When asked if your files are already tagged with classes, select **Yes** and choose the available file. Then click **Next**.
68+
6869

6970
8. Review the data you entered and select **Create Project**.
7071

@@ -90,7 +91,7 @@ After your model is deployed, you can start using it for text classification. Us
9091

9192
2. Select the model you want to test.
9293

93-
3. Add your text to the textbox, you can also upload a `.txt` file.
94+
3. Using one of the files you downloaded earlier, add the file's text to the textbox. You can also upload a `.txt` file.
9495

9596
4. Click on **Run the test**.
9697

articles/cognitive-services/language-service/custom-named-entity-recognition/how-to/create-project.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: conceptual
11-
ms.date: 02/03/2022
11+
ms.date: 02/10/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-ner, references_regions, ignite-fall-2021
1414
---
@@ -132,7 +132,9 @@ To set proper roles on your storage account:
132132

133133
1. Go to your storage account page in the [Azure portal](https://portal.azure.com/).
134134
2. Select **Access Control (IAM)** in the left navigation menu.
135-
3. Select **Add** then **Add Role Assignments**, and choose the appropriate role for your Language resource. You can search for your resource in the **Select** field. Repeat this for all roles.
135+
3. Select **Add** to **Add Role Assignments**, and choose the appropriate role for your Language resource.
136+
4. Select **Managed identity** under **Assign access to**.
137+
5. Select **Members** and find your resource. In the window that appears, select your subscription, and **Language** as the managed identity. You can search for user names in the **Select** field. Repeat this for all roles.
136138

137139
[!INCLUDE [Storage connection note](../../custom-classification/includes/storage-account-note.md)]
138140

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/quickstarts/language-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Once your resource and storage container are configured, create a new conversati
7474

7575
5. Enter the project information, including a name, description, and the language of the files in your project. You won’t be able to change the name of your project later.
7676

77-
6. Select the container where you’ve uploaded your data. For this quickstart, we’ll use the existing tags file available in the container. Then click **Next**.
77+
6. Select the container where you’ve uploaded your data. When asked if your files are already tagged with classes, select **Yes** and choose the available file. Then click **Next**.
7878

7979
7. Review the data you entered and select **Create Project**.
8080

@@ -100,7 +100,7 @@ After your model is deployed, you can start using it for entity extraction. Use
100100

101101
2. Select the model you want to test.
102102

103-
3. Add your text to the textbox, you can also upload a `.txt` file.
103+
3. Using one of the files you downloaded earlier, add the file's text to the textbox. You can also upload a `.txt` file.
104104

105105
4. Click on **Run the test**.
106106

0 commit comments

Comments
 (0)