From c43f99f083bb44f8026c9558b1df278371211f19 Mon Sep 17 00:00:00 2001 From: Guy Gregory Date: Tue, 22 Jul 2025 17:00:04 +0100 Subject: [PATCH] Update main.bicep corrected a couple of minor typos in comments and field description 'Foundry' and 'Cosmos DB' --- .../infrastructure-setup/41-standard-agent-setup/main.bicep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/microsoft/infrastructure-setup/41-standard-agent-setup/main.bicep b/samples/microsoft/infrastructure-setup/41-standard-agent-setup/main.bicep index 397dd61a..9aaf1ed5 100644 --- a/samples/microsoft/infrastructure-setup/41-standard-agent-setup/main.bicep +++ b/samples/microsoft/infrastructure-setup/41-standard-agent-setup/main.bicep @@ -25,7 +25,7 @@ param location string = 'eastus' @maxLength(9) @description('The name of the Azure AI Foundry resource.') -param aiServices string = 'foundy' +param aiServices string = 'foundry' @description('Name for your project resource.') param firstProjectName string = 'project' @@ -196,7 +196,7 @@ module storageAccountRoleAssignment 'modules-standard/azure-storage-account-role } } -// The Comos DB Operator role must be assigned before the caphost is created +// The Cosmos DB Operator role must be assigned before the caphost is created module cosmosAccountRoleAssignments 'modules-standard/cosmosdb-account-role-assignment.bicep' = { name: 'cosmos-account-ra-${uniqueSuffix}-deployment' scope: resourceGroup(cosmosDBSubscriptionId, cosmosDBResourceGroupName)