Skip to content

Commit 859da85

Browse files
Merge pull request #2902 from santiagxf/santiagxf-patch-1
Update bicep.md
2 parents b27911f + d906121 commit 859da85

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

articles/ai-foundry/model-inference/how-to/quickstart-create-resources.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ zone_pivot_groups: azure-ai-models-deployment
2626
::: zone pivot="programming-language-bicep"
2727
[!INCLUDE [bicep](../includes/create-resources/bicep.md)]
2828
::: zone-end
29-
30-
## Next steps
31-
32-
* [Develop applications using Azure AI model inference service in Azure AI services](../supported-languages.md)

articles/ai-foundry/model-inference/includes/create-resources/bicep.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ The tutorial helps you create:
4040
> * (Optionally) An Azure AI project and hub.
4141
> * (Optionally) A connection between the hub and the models in Azure AI Services.
4242
43+
Notice that **you have to deploy an Azure AI project and hub** if you plan to use the Azure AI Foundry portal for managing the resource, using playground, or any other feature from the portal.
44+
4345
You are using the following assets to create those resources:
4446

4547
1. Use the template `modules/ai-services-template.bicep` to describe your Azure AI Services resource:
@@ -54,7 +56,7 @@ You are using the following assets to create those resources:
5456

5557
:::code language="bicep" source="~/azureai-model-inference-bicep/infra/modules/ai-services-deployment-template.bicep":::
5658

57-
3. For convenience, we define the model we want to have available in the service using a JSON file. The file [__infra/models.json__](https://github.com/Azure-Samples/azureai-model-inference-bicep/blob/main/infra/models.json) contains a list of JSON object with keys `name`,`version`, `provider`, and `sku`, which defines the models the deployment will provision. Since the models support pay-as-you-go, adding model deployments doesn't incur on extra cost. Modify the file removing/adding the model entries you want to have available. The following example **shows only the first 7 lines** of the JSON file:
59+
3. For convenience, we define the model we want to have available in the service using a JSON file. The file [__infra/models.json__](https://github.com/Azure-Samples/azureai-model-inference-bicep/blob/main/infra/models.json) contains a list of JSON object with keys `name`,`version`, `provider`, and `sku`, which defines the models the deployment will provision. Since the models support pay-as-you-go, adding model deployments doesn't incur on extra cost. Modify the file by **removing/adding the model entries you want to have available**. The following example **shows only the first 7 lines** of the JSON file:
5860

5961
__models.json__
6062

@@ -118,4 +120,9 @@ In your console, follow these steps:
118120
--template-file deploy.bicep
119121
```
120122
121-
7. The template outputs the Azure AI model inference endpoint that you can use to consume any of the model deployments you have created.
123+
7. The template outputs the Azure AI model inference endpoint that you can use to consume any of the model deployments you have created.
124+
125+
## Next steps
126+
127+
> [!div class="nextstepaction"]
128+
> [Use the inference endpoint](../../how-to/inference.md)

articles/ai-foundry/model-inference/includes/create-resources/portal.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@ To create a project with an Azure AI Services account, follow these steps:
5454

5555
10. To use Azure AI model inference, you need to add model deployments to your Azure AI services account.
5656

57-
> [!div class="nextstepaction"]
58-
> [Add and configure models](../../how-to/create-model-deployments.md)
57+
## Next steps
58+
59+
> [!div class="nextstepaction"]
60+
> [Add and configure models](../../how-to/create-model-deployments.md)

0 commit comments

Comments
 (0)