Skip to content

Commit 35b1244

Browse files
Merge pull request #2948 from santiagxf/santiagxf-patch-1
Update bicep.md
2 parents 5c8dc62 + 03eddd5 commit 35b1244

File tree

1 file changed

+14
-0
lines changed
  • articles/ai-foundry/model-inference/includes/create-model-deployments

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,20 @@ zone_pivot_groups: azure-ai-models-deployment
2727
* **Version**: `2`
2828
* **Deployment type**: Global standard
2929

30+
## About this tutorial
31+
32+
The example in this article is based on code samples contained in the [Azure-Samples/azureai-model-inference-bicep](https://github.com/Azure-Samples/azureai-model-inference-bicep) repository. To run the commands locally without having to copy or paste file content, use the following commands to clone the repository and go to the folder for your coding language:
33+
34+
```azurecli
35+
git clone https://github.com/Azure-Samples/azureai-model-inference-bicep
36+
```
37+
38+
The files for this example are in:
39+
40+
```azurecli
41+
cd azureai-model-inference-bicep/infra
42+
```
43+
3044
## Add the model
3145

3246
1. Use the template `ai-services-deployment-template.bicep` to describe model deployments:

0 commit comments

Comments
 (0)