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-studio/how-to/flow-deploy.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,6 @@ You can also specify the connections used by the endpoint when it performs infer
158
158
159
159
Once you configured and reviewed all the steps above, you can select **Review + Create** to finish the creation.
160
160
161
-
:::image type="content" source="../media/prompt-flow/how-to-deploy-for-real-time-inference/deploy-advanced-outputs-connections.png" alt-text="Screenshot of the advanced output and connections settings." lightbox = "../media/prompt-flow/how-to-deploy-for-real-time-inference/deploy-advanced-outputs-connections.png":::
162
-
163
161
> [!NOTE]
164
162
> Expect the endpoint creation to take approximately more than 15 minutes, as it contains several stages including creating endpoint, registering model, creating deployment, etc.
165
163
>
@@ -174,7 +172,7 @@ If you enable this, tracing data and system metrics during inference time (such
174
172
> [!IMPORTANT]
175
173
> Granting permissions (adding role assignment) is only enabled to the **Owner** of the specific Azure resources. You might need to ask your Azure subscription owner (who might be your IT admin) for help.
176
174
>
177
-
> It's recommended to grant roles to the **user-assigned** identity **before the deployment creation**.
175
+
> It's recommended to grant roles to the **user-assigned** identity as soon as the endpoint creation completes.
178
176
> It might take more than 15 minutes for the granted permission to take effect.
179
177
180
178
You can grant the required permissions in Azure portal UI by following steps.
@@ -210,7 +208,7 @@ You can grant the required permissions in Azure portal UI by following steps.
210
208
211
209
There will be notifications after you finish the deploy wizard. After the endpoint and deployment are created successfully, you can select **View details** in the notification to deployment detail page.
212
210
213
-
You can also directly go to the **Deployments** page from the left navigation, select the deployment, and check the status.
211
+
You can also directly go to the **Model + endpoints** page from the left navigation, select the deployment, and check the status.
214
212
215
213
## Test the endpoint
216
214
@@ -246,8 +244,8 @@ If you aren't going use the endpoint after completing this tutorial, you should
246
244
> [!NOTE]
247
245
> The complete deletion might take approximately 20 minutes.
248
246
249
-
## Next Steps
247
+
## Next steps
250
248
251
249
- Learn more about what you can do in [Azure AI Foundry](../what-is-ai-studio.md)
252
250
- Get answers to frequently asked questions in the [Azure AI FAQ article](../faq.yml)
253
-
-[Enable trace and collect feedback for your deployment](./develop/trace-production-sdk.md)
251
+
-[Enable trace and collect feedback for your deployment](./develop/trace-production-sdk.md)
0 commit comments