Skip to content

Commit

Permalink
Merge pull request #291 from Azure-Samples/marlenezw-patch-1
Browse files Browse the repository at this point in the history
Update hub-dependencies.bicep
  • Loading branch information
marlenezw authored Dec 9, 2024
2 parents 116c802 + 2096e0d commit 93c7e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/core/ai/hub-dependencies.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ module searchService '../search/search-services.bicep' = {
name: 'search'
params: {
name: searchServiceName
location: location
location: 'eastus'
semanticSearch: 'standard'
disableLocalAuth: true
}
Expand Down

0 comments on commit 93c7e7d

Please sign in to comment.