Skip to content

Commit 803984d

Browse files
author
Sherry Yang
committed
Add nuance.
1 parent 92ed89c commit 803984d

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 don't publish, 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.
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)