Skip to content

Commit 1f1c6b7

Browse files
committed
fixes
1 parent 3f48388 commit 1f1c6b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/cognitive-services/language-service/includes/custom/resource-creation-language-studio.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Create a Language resource with following details.
2323
|Azure subscription| **Your Azure subscription**|
2424
|Azure resource group| **Your Azure resource group**|
2525
|Azure resource name| **Your Azure resource name**|
26-
|Location | The [region](../../service-limits.md#regional-availability) of your Language resource. |
27-
|Pricing tier | The [pricing tier](../../service-limits.md#language-resource-limits) of your Language resource. |
26+
|Location | The region |
27+
|Pricing tier | The pricing tier of your Language resource. |
2828

2929
> [!IMPORTANT]
3030
> * Make sure to to enable **Managed Identity** when you create a Language resource.
3131
> * Read and confirm Responsible AI notice
3232
33-
To use custom named entity recognition, you'll need to [create an Azure storage account](../../../../../storage/common/storage-account-create.md) if you don't have one already.
33+
To use custom named entity recognition, you'll need to [create an Azure storage account](../../../../storage/common/storage-account-create.md) if you don't have one already.

articles/cognitive-services/language-service/includes/custom/resource-creation-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Edit the following values in the parameters file:
2222
| Parameter name | Value description |
2323
|--|--|
2424
|`name`| Name of your Language resource|
25-
|`location`| Region in which your resource is hosted. for more information, see [Service limits](../service-limits.md#regional-availability).|
26-
|`sku`| [Pricing tier](../service-limits.md#language-resource-limits) of your resource. |
25+
|`location`| Region in which your resource is hosted. |
26+
|`sku`| The pricing tier of your resource. |
2727
|`storageResourceName`| Name of your storage account|
2828
|`storageLocation`| Region in which your storage account is hosted.|
2929
|`storageSkuType`| SKU of your [storage account](/rest/api/storagerp/srp_sku_types).|

0 commit comments

Comments
 (0)