Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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)
Expand Down