From fcb1e18228d423bf47eb1d9ad3ffe43ef8cf39aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcio=20Rog=C3=A9rio=20Nizzola?= Date: Thu, 23 Apr 2026 15:22:43 -0300 Subject: [PATCH] Update Azure Functions publish command with flag Added --dotnet-isolated flag to Azure Functions publish command. --- pt/labs/foundry/lab03-anders-executor-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt/labs/foundry/lab03-anders-executor-agent.md b/pt/labs/foundry/lab03-anders-executor-agent.md index c92a37d..e72f7fa 100644 --- a/pt/labs/foundry/lab03-anders-executor-agent.md +++ b/pt/labs/foundry/lab03-anders-executor-agent.md @@ -254,7 +254,7 @@ Se vocĂȘ tem o [Azure Functions Core Tools](https://learn.microsoft.com/azure/az ```powershell cd pt\labs\foundry\code\api\FxContosoRetail -func azure functionapp publish func-contosoretail- +func azure functionapp publish func-contosoretail- --dotnet-isolated ``` > Substitua `` pelo sufixo de 5 caracteres obtido durante o setup (por exemplo, `func-contosoretail-a1b2c`).