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)