Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#83063 from spelluru/relay0723
Browse files Browse the repository at this point in the history
Updated steps to create the namespace
  • Loading branch information
Ja-Dunn committed Jul 23, 2019
2 parents e1b8543 + 77454a0 commit a79f99a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 234 deletions.
5 changes: 5 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -13845,6 +13845,11 @@
"redirect_url": "https://aka.ms/data-classification-cloud",
"redirect_document_id": false
},
{
"source_path": "articles/service-bus-relay/relay-wcf-dotnet-get-started.md",
"redirect_url": "/azure/service-bus-relay/service-bus-relay-tutorial",
"redirect_document_id": false
},
{
"source_path": "articles/service-bus-relay/service-bus-dotnet-how-to-use-relay.md",
"redirect_url": "/azure/service-bus-relay/relay-wcf-dotnet-get-started",
Expand Down
2 changes: 0 additions & 2 deletions articles/service-bus-relay/TOC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
items:
- name: Create a namespace
href: relay-create-namespace-portal.md
- name: Use WCF Relay to expose WCF services to external clients
href: relay-wcf-dotnet-get-started.md
- name: Available APIs
href: relay-api-overview.md
items:
Expand Down
2 changes: 1 addition & 1 deletion articles/service-bus-relay/relay-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The [Azure Relay service](relay-what-is-it.md) facilitates your hybrid applicati
A [namespace](relay-create-namespace-portal.md) is a scoping container that you can use to address Relay resources within your application. You must create a namespace to use Relay. This is one of the first steps in getting started.

### What happened to Service Bus Relay service?
The previously named Service Bus Relay service is now called [WCF Relay](relay-wcf-dotnet-get-started.md). You can continue to use this service as usual. The Hybrid Connections feature is an updated version of a service that's been transplanted from Azure BizTalk Services. WCF Relay and Hybrid Connections both continue to be supported.
The previously named Service Bus Relay service is now called [WCF Relay](service-bus-relay-tutorial.md). You can continue to use this service as usual. The Hybrid Connections feature is an updated version of a service that's been transplanted from Azure BizTalk Services. WCF Relay and Hybrid Connections both continue to be supported.

## Pricing
This section answers some frequently asked questions about the Relay pricing structure. You also can see the [Azure Support FAQs](https://azure.microsoft.com/support/faq/) for general Azure pricing information. For complete information about Relay pricing, see [Service Bus pricing details][Pricing overview].
Expand Down
229 changes: 0 additions & 229 deletions articles/service-bus-relay/relay-wcf-dotnet-get-started.md

This file was deleted.

2 changes: 1 addition & 1 deletion articles/service-bus-relay/relay-what-is-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For details on the Hybrid Connection protocol, see [Hybrid Connections protocol
> Hybrid Connections of Azure Relay replaces the old Hybrid Connections feature of BizTalk Services. The Hybrid Connections feature in BizTalk Services was built on the Azure Service Bus WCF Relay. The Hybrid Connections capability in Azure Relay complements the pre-existing WCF Relay feature. These two service capabilities (WCF Relay and Hybrid Connections) exist side-by-side in the Azure Relay service. They share a common gateway, but are otherwise different implementations.
## WCF Relay
WCF Relay works with the full .NET Framework and for WCF. You create a connection between your on-premises service and the relay service using a suite of WCF "relay" bindings. The relay bindings map to new transport binding elements designed to create WCF channel components that integrate with Service Bus in the cloud. For more information, see [getting started with WCF Relay](relay-wcf-dotnet-get-started.md).
WCF Relay works with the full .NET Framework and for WCF. You create a connection between your on-premises service and the relay service using a suite of WCF "relay" bindings. The relay bindings map to new transport binding elements designed to create WCF channel components that integrate with Service Bus in the cloud. For more information, see [getting started with WCF Relay](service-bus-relay-tutorial.md).

## Hybrid Connections vs. WCF Relay
Hybrid Connections and WCF Relay both enable secure connection to assets that exist within a corporate network. Use of one over the other depends on your particular needs, as described in the following table:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,6 @@ After building the solution, do the following to run the application:
Now that you've built an application that uses the Azure Relay service, see the following articles to learn more:

* [Azure Relay overview](relay-what-is-it.md)
* [How to use the WCF relay service with .NET](relay-wcf-dotnet-get-started.md)
* [How to use the WCF relay service with .NET](service-bus-relay-tutorial.md)

[Azure portal]: https://portal.azure.com

0 comments on commit a79f99a

Please sign in to comment.