internal/arms/API.Eventhub.Managed.json
{
"type": "Microsoft.Web/connections", "apiVersion": "2018-07-01-preview", "name": "##NAME##", "location": "[parameters('logicAppLocation')]", "properties": { "api": { "id": "[subscriptionResourceId('Microsoft.Web/locations/managedApis', parameters('logicAppLocation'), 'eventhubs')]" }, "displayName": "##NAME##", "parameterValueSet": { "name": "managedIdentityAuth", "values": { "namespaceEndpoint": { "value": "[format('sb://{0}.servicebus.windows.net', '##NAMESPACE##')]" } } } } } |