File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 41
41
"type" : " string" ,
42
42
"defaultValue" : " javaeventhub"
43
43
},
44
- "eventHubNamespaceHostNameSuffix " : {
44
+ "serviceBusEndpointSuffix " : {
45
45
"type" : " string" ,
46
- "defaultValue" : " servicebus.windows.net"
46
+ "defaultValue" : " .servicebus.windows.net" ,
47
+ "metadata" : {
48
+ "description" : " The url suffix to use when creating eventhubs connection strings."
49
+ }
47
50
},
48
51
"location" : {
49
52
"type" : " string" ,
334
337
},
335
338
"AZURE_EVENTHUBS_FULLY_QUALIFIED_DOMAIN_NAME" : {
336
339
"type" : " string" ,
337
- "value" : " [concat(variables('eventHubsNamespaceName'), '.', parameters('eventHubNamespaceHostNameSuffix '))]"
340
+ "value" : " [concat(variables('eventHubsNamespaceName'), parameters('serviceBusEndpointSuffix '))]"
338
341
},
339
342
"AZURE_MONITOR_DCE" : {
340
343
"type" : " string" ,
You can’t perform that action at this time.
0 commit comments