You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/create-account-bicep.md
+10-15Lines changed: 10 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,17 +36,13 @@ Using Bicep to create an Azure AI services resource lets you create a multi-serv
36
36
37
37
## Review the Bicep file
38
38
39
-
The Bicep file used in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/cognitive-services-universalkey/).
40
-
41
-
> [!NOTE]
42
-
> * If you use a different resource `kind` (listed below), you may need to change the `sku` parameter to match the [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/) tier you wish to use. For example, the `TextAnalytics` kind uses `S` instead of `S0`.
43
-
> * Many of the Azure AI services have a free `F0` pricing tier that you can use to try the service.
44
-
45
-
Be sure to change the `sku` parameter to the [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/) instance you want. The `sku` depends on the resource `kind` that you are using. For example, use `TextAnalytics` for the Azure AI Language service.
39
+
The Bicep file used in this quickstart is from [Azure quickstart templates](https://azure.microsoft.com/resources/templates/cognitive-services-universalkey/).
One Azure resource is defined in the Bicep file: [Microsoft.CognitiveServices/accounts](/azure/templates/microsoft.cognitiveservices/accounts) specifies that it is an Azure AI services resource. The `kind` field in the Bicep file defines the type of resource.
43
+
One Azure resource is defined in the Bicep file. The `kind` field in the Bicep file defines the type of resource.
44
+
45
+
As needed change the `sku` parameter value to the [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/) instance you want. The `sku` depends on the resource `kind` that you are using. For example, use `TextAnalytics` for the Azure AI Language service. The `TextAnalytics` kind uses `S` instead of `S0` for the `sku` value.
@@ -30,11 +29,13 @@ This quickstart shows you how to use an Azure Resource Manager template (ARM tem
30
29
31
30
## Review the template
32
31
33
-
The template that you use in this quickstart is from [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/cognitive-services-universalkey/).
32
+
The template that you use in this quickstart is from [Azure quickstart templates](https://azure.microsoft.com/resources/templates/cognitive-services-universalkey/).
One Azure resource is defined in the Bicep file: [Microsoft.CognitiveServices/accounts](/azure/templates/microsoft.cognitiveservices/accounts) specifies that it's an Azure AI services resource. The `kind` field in the Bicep file defines the type of resource.
36
+
One Azure resource is defined in the Bicep file. The `kind` field in the Bicep file defines the type of resource.
37
+
38
+
As needed change the `sku` parameter value to the [pricing](https://azure.microsoft.com/pricing/details/cognitive-services/) instance you want. The `sku` depends on the resource `kind` that you are using. For example, use `TextAnalytics` for the Azure AI Language service. The `TextAnalytics` kind uses `S` instead of `S0` for the `sku` value.
38
39
39
40
## Deploy the template
40
41
@@ -51,7 +52,7 @@ One Azure resource is defined in the Bicep file: [Microsoft.CognitiveServices/ac
51
52
|**Subscription**| Select an Azure subscription. |
52
53
|**Resource group**| Select **Create new**, enter a unique name for the resource group, and then select **OK**. |
53
54
|**Region**| Select a region (for example, **East US**). |
54
-
|**Cognitive Service Name**| Replace the value with a unique name for your Azure AI services resource. You'll need the name in the next section when you validate the deployment. |
55
+
|**AI service Name**| Replace the value with a unique name for your Azure AI services resource. You'll need the name in the next section when you validate the deployment. |
55
56
|**Location**| Replace with the region that you selected. |
56
57
|**Sku**| Select the [pricing tier](https://azure.microsoft.com/pricing/details/cognitive-services/) for your resource. |
0 commit comments