Microsoft.Web sites/slots/hybridConnectionNamespaces/relays 2021-01-01
The sites/slots/hybridConnectionNamespaces/relays resource type can be deployed to: Resource groups.
To learn about resource group deployments, see Bicep or ARM template.
Template format
To create a Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays resource, add the following Bicep or JSON to your template.
resource symbolicname 'Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays@2021-01-01' = {
name: 'string'
kind: 'string'
parent: resourceSymbolicName
properties: {
hostname: 'string'
port: int
relayArmUri: 'string'
relayName: 'string'
sendKeyName: 'string'
sendKeyValue: 'string'
serviceBusNamespace: 'string'
serviceBusSuffix: 'string'
}
}
Property values
sites/slots/hybridConnectionNamespaces/relays
| Name | Description | Value |
|---|---|---|
| type | The resource type For Bicep, set this value in the resource declaration. |
'Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays' |
| apiVersion | The resource api version For Bicep, set this value in the resource declaration. |
'2021-01-01' |
| name | The resource name See how to set names and types for child resources in Bicep or JSON ARM templates. |
string (required) |
| kind | Kind of resource. | string |
| parent | In Bicep, you can specify the parent resource for a child resource. You only need to add this property when the child resource is declared outside of the parent resource. For more information, see Child resource outside parent resource. |
Symbolic name for resource of type: hybridConnectionNamespaces |
| properties | HybridConnection resource specific properties | HybridConnectionProperties |
HybridConnectionProperties
| Name | Description | Value |
|---|---|---|
| hostname | The hostname of the endpoint. | string |
| port | The port of the endpoint. | int |
| relayArmUri | The ARM URI to the Service Bus relay. | string |
| relayName | The name of the Service Bus relay. | string |
| sendKeyName | The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus. | string |
| sendKeyValue | The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned normally, use the POST /listKeys API instead. |
string |
| serviceBusNamespace | The name of the Service Bus namespace. | string |
| serviceBusSuffix | The suffix for the service bus endpoint. By default this is .servicebus.windows.net | string |