Skip to content

Commit c1d5524

Browse files
committed
fixing build issues
1 parent 183a0e1 commit c1d5524

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@ Once your resource and storage container are configured, create a new text class
1616

1717
3. Select **Create new project** from the top menu in your projects page. Creating a project will let you tag data, train, evaluate, improve, and deploy your models.
1818

19-
:::image type="content" source="../../media/create-project.png" alt-text="A screenshot of the project creation page." lightbox="../../media/create-project.png":::
20-
<!--
21-
4. If you have created your resource using the steps above, the **Connect storage** step will be completed already. You only need to do this step once for each resource you use and it is irreversible. If you connect a storage account to your resource, you cannot disconnect it later.
19+
:::image type="content" source="../media/create-project.png" alt-text="A screenshot of the project creation page." lightbox="../media/create-project.png":::
2220

23-
:::image type="content" source="../../../custom-named-entity-recognition/media/connect-storage.png" alt-text="A screenshot showing the storage connection screen." lightbox="../../../custom-named-entity-recognition/media/connect-storage.png":::
24-
-->
2521
4. If you have created your resource using the steps above, you will need to add information about your project, like a name, and select your storage container.
2622

2723
1. Select your project type. For this quickstart, we will create a multi label classification project. Then click **Next**.

articles/cognitive-services/language-service/custom-classification/service-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use this article to learn about the data and rate limits when using custom text
2525

2626
* All files should be available at the root of your container.
2727

28-
* Your [training dataset](../how-to/train-model.md#data-splits) should include at least 10 files and no more than 1,000,000 files.
28+
* Your [training dataset](how-to/train-model.md#data-splits) should include at least 10 files and no more than 1,000,000 files.
2929

3030
## API limits
3131

@@ -52,7 +52,7 @@ Use this article to learn about the data and rate limits when using custom text
5252

5353
## Regional availability
5454

55-
Custom text classification is only available select Azure regions. When you create an [Azure resource](../how-to/create-project.md), it must be deployed into one of the following regions:
55+
Custom text classification is only available select Azure regions. When you create an [Azure resource](how-to/create-project.md), it must be deployed into one of the following regions:
5656
* **West US 2**
5757
* **West Europe**
5858

0 commit comments

Comments
 (0)