Skip to content

Commit 3469e7f

Browse files
author
Sherry Yang
committed
Update.
1 parent f3b5999 commit 3469e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/includes/4-creating-an-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ print(f"Response output: {response.output_text}")
131131
**Publishing** an agent changes it from a saved development asset to a managed Azure resource with a dedicated endpoint. A published agent can be shared without exposing the Foundry project or source code. You can publish an agent through the Foundry portal.
132132

133133
>[!NOTE]
134-
>You don't need to publish an agent in order to use its endpoint. However, when you use the unpublished endpoint, you're essentially using the agent as a development asset inside your Foundry project. That is great for iteration, but not ideal for distribution, governance, or stable integrations.
134+
>You don't need to publish an agent in order to use its endpoint. However, when you use the unpublished endpoint, you're essentially using the agent as a development asset inside your Foundry project. That is great for iteration, but not ideal for distribution, governance, or stable integrations. After you publish an agent, your agent gets its own unique endpoint that is different from the Foundry project endpoint.
135135
136136
![Screenshot of publishing agent in the Foundry portal.](../media/publish-agent.png)
137137
![Screenshot of agent after it is published in the Foundry portal with the endpoint information.](../media/agent-published.png)

0 commit comments

Comments
 (0)