-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4eb7d23
commit 2a41163
Showing
1 changed file
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ extensions: | |
description: "Azure Service Bus basic scenario sample." | ||
--- | ||
|
||
# Getting started on managing Service Bus Publish-Subscribe with basic features in C# # | ||
# Getting started on managing Service Bus Publish-Subscribe with basic features in C# | ||
|
||
Azure Service Bus basic scenario sample. | ||
- Create namespace. | ||
|
@@ -34,20 +34,17 @@ To run this sample: | |
|
||
Set the environment variable `AZURE_AUTH_LOCATION` with the full path for an auth file. See [how to create an auth file](https://github.com/Azure/azure-libraries-for-net/blob/master/AUTH.md). | ||
|
||
git clone https://github.com/Azure-Samples/service-bus-dotnet-manage-publish-subscribe-with-basic-features.git | ||
|
||
cd service-bus-dotnet-manage-publish-subscribe-with-basic-features | ||
|
||
dotnet build | ||
|
||
bin\Debug\net452\ServiceBusPublishSubscribeBasic.exe | ||
```bash | ||
git clone https://github.com/Azure-Samples/service-bus-dotnet-manage-publish-subscribe-with-basic-features.git | ||
cd service-bus-dotnet-manage-publish-subscribe-with-basic-features | ||
dotnet build | ||
bin\Debug\net452\ServiceBusPublishSubscribeBasic.exe | ||
``` | ||
|
||
## More information ## | ||
|
||
[Azure Management Libraries for C#](https://github.com/Azure/azure-sdk-for-net/tree/Fluent) | ||
[Azure .Net Developer Center](https://azure.microsoft.com/en-us/develop/net/) | ||
If you don't have a Microsoft Azure subscription you can get a FREE trial account [here](http://go.microsoft.com/fwlink/?LinkId=330212) | ||
|
||
--- | ||
|
||
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments. |