Skip to content

Commit 9d9f980

Browse files
authored
Update Azure Functions deployment instructions link (#44402)
1 parent dd988fa commit 9d9f980

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sdk/ai/azure-ai-agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ def foo(arguments: func.QueueMessage, outputQueue: func.Out[str]) -> None:
762762
To deploy your function to Azure properly, follow Microsoft's official documentation step by step:
763763

764764
[Azure Functions Python Developer Guide](https://learn.microsoft.com/azure/azure-functions/create-first-function-cli-python?tabs=windows%2Cbash%2Cazure-cli%2Cbrowser)
765-
**Note:** The Azure Function may be only used in standard agent setup. Please follow the [instruction](https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup/41-standard-agent-setup) to deploy an agent, capable of calling Azure Functions.
765+
**Note:** The Azure Function may be only used in standard agent setup. Please follow the [instruction](https://github.com/azure-ai-foundry/foundry-samples/tree/main/infrastructure/infrastructure-setup-bicep/41-standard-agent-setup) to deploy an agent, capable of calling Azure Functions.
766766

767767
**Summary of required steps:**
768768

sdk/ai/azure-ai-agents/samples/agents_async/sample_agents_azure_functions_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Please see Getting Started with Azure Functions page for more information on Azure Functions:
2828
https://learn.microsoft.com/azure/azure-functions/functions-get-started
2929
**Note:** The Azure Function may be only used in standard agent setup. Please follow the instruction on the web page
30-
https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup/41-standard-agent-setup
30+
https://github.com/azure-ai-foundry/foundry-samples/tree/main/infrastructure/infrastructure-setup-bicep/41-standard-agent-setup
3131
to deploy an agent, capable of calling Azure Functions.
3232
"""
3333

sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_azure_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
Please see Getting Started with Azure Functions page for more information on Azure Functions:
2727
https://learn.microsoft.com/azure/azure-functions/functions-get-started
2828
**Note:** The Azure Function may be only used in standard agent setup. Please follow the instruction on the web page
29-
https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup/41-standard-agent-setup
29+
https://github.com/azure-ai-foundry/foundry-samples/tree/main/infrastructure/infrastructure-setup-bicep/41-standard-agent-setup
3030
to deploy an agent, capable of calling Azure Functions.
3131
"""
3232

sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_multiple_connected_agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Please see Getting Started with Azure Functions page for more information on Azure Functions:
2828
https://learn.microsoft.com/azure/azure-functions/functions-get-started
2929
**Note:** The Azure Function may be only used in standard agent setup. Please follow the instruction on the web page
30-
https://github.com/azure-ai-foundry/foundry-samples/tree/main/samples/microsoft/infrastructure-setup/41-standard-agent-setup
30+
https://github.com/azure-ai-foundry/foundry-samples/tree/main/infrastructure/infrastructure-setup-bicep/41-standard-agent-setup
3131
to deploy an agent, capable of calling Azure Functions.
3232
"""
3333

0 commit comments

Comments
 (0)