The sites/slots/hybridConnectionNamespaces/relays resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays resource, add the following JSON to your template.
{
"type": "Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays",
"apiVersion": "2022-09-01",
"name": "string",
"kind": "string",
"properties": {
"hostname": "string",
"port": "int",
"relayArmUri": "string",
"relayName": "string",
"sendKeyName": "string",
"sendKeyValue": "string",
"serviceBusNamespace": "string",
"serviceBusSuffix": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Web/sites/slots/hybridConnectionNamespaces/relays' |
apiVersion | The resource api version | '2022-09-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
kind | Kind of resource. | string |
properties | HybridConnection resource specific properties | 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 |