Skip to content

Commit

Permalink
Rebuild ARM templates
Browse files Browse the repository at this point in the history
  • Loading branch information
luxu-ms committed Mar 15, 2024
1 parent 2dc8bac commit 42cc361
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 18 deletions.
5 changes: 3 additions & 2 deletions Environments/APIM/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "11168061523890493302"
"templateHash": "4278591048699575854"
}
},
"parameters": {
Expand Down Expand Up @@ -1583,7 +1583,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "3566538323657511454"
"templateHash": "16069210643566716899"
}
},
"parameters": {
Expand Down Expand Up @@ -1658,6 +1658,7 @@
"properties": {
"minimumTlsVersion": "[parameters('minimumTlsVersion')]",
"allowBlobPublicAccess": "[parameters('allowBlobPublicAccess')]",
"allowSharedKeyAccess": false,
"networkAcls": {
"bypass": "AzureServices",
"defaultAction": "Allow"
Expand Down
9 changes: 5 additions & 4 deletions Environments/FunctionApp/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "16024393491195140895"
"templateHash": "5309824171399817062"
}
},
"parameters": {
Expand Down Expand Up @@ -102,7 +102,8 @@
},
"kind": "StorageV2",
"properties": {
"supportsHttpsTrafficOnly": "[parameters('supportsHttpsTrafficOnly')]"
"supportsHttpsTrafficOnly": "[parameters('supportsHttpsTrafficOnly')]",
"allowSharedKeyAccess": false
},
"tags": "[parameters('tags')]"
},
Expand All @@ -122,8 +123,8 @@
"linuxFxVersion": "[variables('linexFxVersions')[parameters('runtime')]]",
"appSettings": [
{
"name": "AzureWebJobsStorage",
"value": "[format('DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1}', variables('storageAcctName'), listKeys(resourceId('Microsoft.Storage/storageAccounts', variables('storageAcctName')), '2022-05-01').keys[0].value)]"
"name": "AzureWebJobsStorage__accountName",
"value": "[variables('storageAcctName')]"
},
{
"name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING",
Expand Down
19 changes: 12 additions & 7 deletions Environments/OpenAISearch/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "3847265105826312822"
"templateHash": "8618545896355817640"
}
},
"parameters": {
Expand Down Expand Up @@ -650,7 +650,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "9784023372961823844"
"templateHash": "558853153341605687"
}
},
"parameters": {
Expand Down Expand Up @@ -698,7 +698,8 @@
"kind": "[parameters('kind')]",
"properties": {
"customSubDomainName": "[parameters('customSubDomainName')]",
"publicNetworkAccess": "[parameters('publicNetworkAccess')]"
"publicNetworkAccess": "[parameters('publicNetworkAccess')]",
"disableLocalAuth": true
},
"sku": "[parameters('sku')]"
},
Expand Down Expand Up @@ -772,7 +773,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "9784023372961823844"
"templateHash": "558853153341605687"
}
},
"parameters": {
Expand Down Expand Up @@ -820,7 +821,8 @@
"kind": "[parameters('kind')]",
"properties": {
"customSubDomainName": "[parameters('customSubDomainName')]",
"publicNetworkAccess": "[parameters('publicNetworkAccess')]"
"publicNetworkAccess": "[parameters('publicNetworkAccess')]",
"disableLocalAuth": true
},
"sku": "[parameters('sku')]"
},
Expand Down Expand Up @@ -998,6 +1000,9 @@
"publicNetworkAccess": {
"value": "Enabled"
},
"allowSharedKeyAccess": {
"value": false
},
"sku": {
"value": {
"name": "Standard_ZRS"
Expand Down Expand Up @@ -1025,7 +1030,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "546351219266755734"
"templateHash": "10058363838811997106"
}
},
"parameters": {
Expand Down Expand Up @@ -1059,7 +1064,7 @@
},
"allowSharedKeyAccess": {
"type": "bool",
"defaultValue": true
"defaultValue": false
},
"defaultToOAuthAuthentication": {
"type": "bool",
Expand Down
11 changes: 6 additions & 5 deletions Environments/OpenAISummarization/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "4415727950855254716"
"templateHash": "6718158956593452240"
}
},
"parameters": {
Expand Down Expand Up @@ -250,7 +250,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "7233160254411631600"
"templateHash": "9150824237650559673"
}
},
"parameters": {
Expand Down Expand Up @@ -280,7 +280,8 @@
"kind": "OpenAI",
"properties": {
"customSubDomainName": "[parameters('name')]",
"publicNetworkAccess": "Enabled"
"publicNetworkAccess": "Enabled",
"disableLocalAuth": true
},
"sku": {
"name": "S0"
Expand Down Expand Up @@ -438,7 +439,7 @@
"_generator": {
"name": "bicep",
"version": "0.25.53.49325",
"templateHash": "11821310300065265050"
"templateHash": "1905516507240704714"
}
},
"parameters": {
Expand Down Expand Up @@ -472,7 +473,7 @@
},
"allowSharedKeyAccess": {
"type": "bool",
"defaultValue": true
"defaultValue": false
},
"defaultToOAuthAuthentication": {
"type": "bool",
Expand Down

0 comments on commit 42cc361

Please sign in to comment.