diff --git a/samples/csharp/foundry-ai-teammate/infra/main.bicep b/samples/csharp/foundry-ai-teammate/infra/main.bicep index 6ba87dcc..a3edeac1 100644 --- a/samples/csharp/foundry-ai-teammate/infra/main.bicep +++ b/samples/csharp/foundry-ai-teammate/infra/main.bicep @@ -42,7 +42,7 @@ param maibName string = '${agentName}-maib' // ================================================================================================= @description('Name of the Bot Service') -param botName string = '${agentName}-bot' +param botName string = 'bot-${environmentName}' @description('Display name of the bot') param botDisplayName string = '${agentName} Bot'