Skip to content

Commit 4914f94

Browse files
update location parameter to use solutionLocation for OpenAI private endpoint
1 parent 3e33443 commit 4914f94

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ module openaiPrivateEndpoint 'br/public:avm/res/network/private-endpoint:0.8.1'
853853
params: {
854854
name: 'pep-${openAiAccountName}'
855855
customNetworkInterfaceName: 'nic-${openAiAccountName}'
856-
location: aiDeploymentsLocation
856+
location: solutionLocation
857857
tags: tags
858858
privateLinkServiceConnections: [
859859
{

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"_generator": {
77
"name": "bicep",
88
"version": "0.41.2.15936",
9-
"templateHash": "15909948909942494488"
9+
"templateHash": "10312392234570679648"
1010
}
1111
},
1212
"parameters": {
@@ -41537,7 +41537,7 @@
4153741537
"value": "[format('nic-{0}', variables('openAiAccountName'))]"
4153841538
},
4153941539
"location": {
41540-
"value": "[parameters('aiDeploymentsLocation')]"
41540+
"value": "[variables('solutionLocation')]"
4154141541
},
4154241542
"tags": {
4154341543
"value": "[parameters('tags')]"

0 commit comments

Comments
 (0)