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-foundry/model-inference/includes/create-resources/bicep.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ The tutorial helps you create:
40
40
> * (Optionally) An Azure AI project and hub.
41
41
> * (Optionally) A connection between the hub and the models in Azure AI Services.
42
42
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
+
43
45
You are using the following assets to create those resources:
44
46
45
47
1. Use the template `modules/ai-services-template.bicep` to describe your Azure AI Services resource:
@@ -118,4 +120,4 @@ In your console, follow these steps:
118
120
--template-file deploy.bicep
119
121
```
120
122
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.
0 commit comments