Skip to content

Commit

Permalink
Merge pull request #322 from SkillsFundingAgency/DASD-10291-RBAC
Browse files Browse the repository at this point in the history
Set AI search API access control to RBAC
  • Loading branch information
HussainsGitHub authored Feb 14, 2024
2 parents 071177b + 50a9623 commit 423a8c8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/azure-search.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
"northeurope",
"westeurope"
]
},
"aiSearchDisableLocalAuth": {
"type" : "bool",
"defaultValue": true
}
},
"resources": [
Expand All @@ -87,7 +91,8 @@
"replicaCount": "[parameters('aiSearchReplicaCount')]",
"partitionCount": "[parameters('aiSearchPartitionCount')]",
"hostingMode": "[parameters('aiSearchHostingMode')]",
"publicNetworkAccess": "[parameters('aiSearchPublicNetworkAccess')]"
"publicNetworkAccess": "[parameters('aiSearchPublicNetworkAccess')]",
"disableLocalAuth": "[parameters('aiSearchDisableLocalAuth')]"
}
}
],
Expand Down

0 comments on commit 423a8c8

Please sign in to comment.