Skip to content

Commit e6ddba3

Browse files
ryazhang-microsoftcheukchuen
authored andcommitted
ACL Deployment Customizations writeLBAddressPrefix (#30480)
* add field in request body writeLBAddressPrefix * add workerThreads * add example * Update ConfidentialLedger_Create.json --------- Co-authored-by: ryazhang <ryazhang.microsoft.com>
1 parent 9944a17 commit e6ddba3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2024-07-09-preview/confidentialledger.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,6 +785,17 @@
785785
"readOnly": false,
786786
"description": "Number of CCF nodes in the ACC Ledger.",
787787
"$ref": "#/definitions/NodeCount"
788+
},
789+
"writeLBAddressPrefix": {
790+
"type": "string",
791+
"readOnly": false,
792+
"description": "Prefix for the write load balancer. Example: write"
793+
},
794+
"workerThreads": {
795+
"type": "integer",
796+
"format": "int32",
797+
"readOnly": false,
798+
"description": "Number of additional threads processing incoming client requests in the enclave (modify with care!)"
788799
}
789800
}
790801
},

specification/confidentialledger/resource-manager/Microsoft.ConfidentialLedger/preview/2024-07-09-preview/examples/ConfidentialLedger_Create.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"hostLevel": "Info",
2525
"maxBodySizeInMb": 1,
2626
"subjectName": "CN=CCF Node",
27-
"nodeCount": 3
27+
"nodeCount": 3,
28+
"writeLBAddressPrefix": "write",
29+
"workerThreads": 0
2830
},
2931
"location": "EastUS",
3032
"tags": {

0 commit comments

Comments
 (0)