We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8ec3d commit 987a958Copy full SHA for 987a958
sdk/keyvault/test-resources.json
@@ -132,6 +132,13 @@
132
"metadata": {
133
"description": "Test attestation service for Secure Key Release"
134
}
135
+ },
136
+ "storageEndpointSuffix": {
137
+ "type": "string",
138
+ "defaultValue": "core.windows.net",
139
+ "metadata": {
140
+ "description": "The url suffix to use when accessing the storage data plane."
141
+ }
142
143
},
144
"variables": {
@@ -478,6 +485,10 @@
478
485
"type": "string",
479
486
"value": "[parameters('testApplicationOid')]"
480
487
488
+ "KEYVAULT_STORAGE_ENDPOINT_SUFFIX": {
489
490
+ "value": "[parameters('storageEndpointSuffix')]"
491
481
492
"BLOB_STORAGE_ACCOUNT_NAME": {
482
493
483
494
"value": "[variables('primaryAccountName')]"
0 commit comments