Skip to content

Commit 14866b8

Browse files
authored
Merge pull request #92447 from aahill/patch-16
Adding multi-service information
2 parents 3b563fc + 5c12b32 commit 14866b8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/cognitive-services/cognitive-services-apis-create-account-cli.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,15 @@ az group create \
6969

7070
When creating a new resource, you will need to know the "kind" of service you want to use, along with the [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/) (or sku) you want. You will use this and other information as parameters when creating the resource.
7171

72+
### Multi-service
73+
74+
| Service | Kind |
75+
|----------------------------|---------------------------|
76+
| Multiple services. See the [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/) page for more details. | `CognitiveServices` |
77+
78+
7279
> [!NOTE]
73-
> Many Cognitive services have a free tier you can use to try the service. To use the free tier, use `F0` as the sku for your resource.
80+
> Many of the Cognitive Services below have a free tier you can use to try the service. To use the free tier, use `F0` as the sku for your resource.
7481
7582
### Vision
7683

0 commit comments

Comments
 (0)