Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sinedied committed Jul 31, 2024
1 parent 35d9011 commit ae31d89
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -242,25 +242,6 @@ module openAi 'core/ai/cognitiveservices.bicep' = if (empty(openAiUrl)) {
}
}

// module cosmosDb './core/database/cosmos/sql/cosmos-sql-db.bicep' = {
// name: 'cosmosDb'
// scope: resourceGroup
// params: {
// accountName: '${abbrs.documentDBDatabaseAccounts}${resourceToken}'
// location: location
// tags: tags
// containers: [
// {
// name: 'testcontainer'
// id: 'testcontainer'
// partitionKey: '/id'
// }
// ]
// databaseName: 'testdb'
// disableLocalAuth: false
// }
// }

module search 'core/search/search-services.bicep' = {
name: 'search'
scope: resourceGroup
Expand Down

0 comments on commit ae31d89

Please sign in to comment.