fresh-lifeguard-12682
11/09/2020, 2:17 AMvar webApiHybridConnection = new HybridConnection(
hybridConnectionName,
new Pulumi.Azure.AppService.HybridConnectionArgs
{
AppServiceName = appServiceName,
ResourceGroupName = resourceGroupName,
RelayId = "what goes here?",
Hostname = "",
Port = 443,
SendKeyName = $"{_nameSet.AppServiceName(new ServiceName(ServiceName))}-sk",
});
tall-librarian-49374
11/09/2020, 6:32 AMazure.relay.Namespace
? I would expect you need its id
.fresh-lifeguard-12682
11/09/2020, 3:36 PMtall-librarian-49374
11/09/2020, 6:52 PMfresh-lifeguard-12682
11/09/2020, 7:25 PMRelayId = $"/subscriptions/{subscriptionId}/resourceGroups/{hybridConnectionResourceGroupName}/providers/Microsoft.Relay/namespaces/{hybridConnectionNamespaceName}/hybridConnections/{hybridConnectionName}",