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