Skip to content

Commit aaf927d

Browse files
fix: Update search service network access settings to enable public access and disable private endpoints
1 parent 18c2cd2 commit aaf927d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,8 +1351,8 @@ module searchService 'br/public:avm/res/search/search-service:0.11.1' = {
13511351
semanticSearch: 'free'
13521352
// Use the deployment tags provided to the template
13531353
tags: tags
1354-
publicNetworkAccess: enablePrivateNetworking ? 'Disabled' : 'Enabled'
1355-
privateEndpoints: enablePrivateNetworking
1354+
publicNetworkAccess: 'Enabled'
1355+
privateEndpoints: false
13561356
? [
13571357
{
13581358
name: 'pep-${aiSearchName}'

0 commit comments

Comments
 (0)