Skip to content

Commit ffaab5f

Browse files
Merge pull request #54005 from sherzyang/main
Add detail to content.
2 parents 92ed89c + 3469e7f commit ffaab5f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,10 @@ print(f"Response output: {response.output_text}")
128128

129129
### Publishing an agent
130130

131-
**Publishing** an agent changes it from a saved development asset to a managed Azure resource with a stable endpoint. A published agent can be shared without exposing the Foundry project or source code. You can publish an agent through the Foundry portal.
131+
**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.
132+
133+
>[!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. After you publish an agent, your agent gets its own unique endpoint that is different from the Foundry project endpoint.
132135
133136
![Screenshot of publishing agent in the Foundry portal.](../media/publish-agent.png)
134137
![Screenshot of agent after it is published in the Foundry portal with the endpoint information.](../media/agent-published.png)

0 commit comments

Comments
 (0)