Updated test-resources to add eventhubs host name (#4854)
This commit is contained in:
parent
0d26f247ec
commit
15a8a7b0da
@ -136,6 +136,10 @@
|
||||
"type": "string",
|
||||
"value": "[variables('eventHubName')]"
|
||||
},
|
||||
"EVENTHUBS_HOST": {
|
||||
"type": "string",
|
||||
"value": "[concat(parameters('baseName'), '.servicebus.windows.net')]"
|
||||
},
|
||||
"EVENTHUB_CONNECTION_STRING": {
|
||||
"type": "string",
|
||||
"value": "[listKeys(resourceId('Microsoft.EventHub/namespaces/authorizationRules', variables('namespaceName'), 'RootManageSharedAccessKey'), variables('apiVersion')).primaryConnectionString]"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user