Skip to content

Commit

Permalink
updated steps for creating a relay namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
spelluru committed Jul 23, 2019
1 parent b278c70 commit 71322ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion articles/service-bus-relay/relay-wcf-dotnet-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ access these services at a fine-grained level. It provides a powerful and secure

This article discusses how to use Azure Relay to create a WCF web service, exposed using a TCP channel binding, that implements a secure conversation between two parties.

[!INCLUDE [service-bus-create-namespace-portal](../../includes/service-bus-create-namespace-portal.md)]
## Create a Relay namespace
The first step is to create a namespace, and to obtain a [Shared Access Signature (SAS)](../service-bus-messaging/service-bus-sas.md) key. A namespace provides an application boundary for each application exposed through the relay service. A SAS key is automatically generated by the system when a service namespace is created. The combination of service namespace and SAS key provides the credentials for Azure to authenticate access to an application.

[!INCLUDE [relay-create-namespace-portal](../../includes/relay-create-namespace-portal.md)]

## Get the Service Bus NuGet package
The [Service Bus NuGet package](https://www.nuget.org/packages/WindowsAzure.ServiceBus) is the easiest way to get the Service Bus API and to configure your application with all of the Service Bus dependencies. To install the NuGet package in your project, do the following:
Expand Down

0 comments on commit 71322ef

Please sign in to comment.