-
Notifications
You must be signed in to change notification settings - Fork 39
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
Den Delimarsky
committed
Jul 10, 2018
1 parent
b33bde5
commit 13dcde2
Showing
2 changed files
with
23 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Contributing to Azure samples | ||
|
||
Thank you for your interest in contributing to Azure samples! | ||
|
||
## Ways to contribute | ||
|
||
You can contribute to [Azure samples](https://azure.microsoft.com/documentation/samples/) in a few different ways: | ||
|
||
- Submit feedback on [this sample page](https://azure.microsoft.com/documentation/samples/service-bus-dotnet-messaging-performance/) whether it was helpful or not. | ||
- Submit issues through [issue tracker](https://github.com/Azure-Samples/service-bus-dotnet-messaging-performance/issues) on GitHub. We are actively monitoring the issues and improving our samples. | ||
# Contributing to Azure samples | ||
|
||
Thank you for your interest in contributing to Azure samples! | ||
|
||
## Ways to contribute | ||
|
||
You can contribute to [Azure samples](https://azure.microsoft.com/documentation/samples/) in a few different ways: | ||
|
||
- Submit feedback on [this sample page](https://azure.microsoft.com/documentation/samples/service-bus-dotnet-messaging-performance/) whether it was helpful or not. | ||
- Submit issues through [issue tracker](https://github.com/Azure-Samples/service-bus-dotnet-messaging-performance/issues) on GitHub. We are actively monitoring the issues and improving our samples. | ||
- If you wish to make code changes to samples, or contribute something new, please follow the [GitHub Forks / Pull requests model](https://help.github.com/articles/fork-a-repo/): Fork the sample repo, make the change and propose it back by submitting a pull request. |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### YamlMime:Sample | ||
sample: | ||
- name: Service Bus Premium Messaging .NET Performance Test | ||
description: The sample in this repo can be used to help benchmark Service Bus Premium Messaging throughput, and can be used to study performance best practices. | ||
generateZip: true | ||
author: celemensv | ||
readme: readme.md | ||
languages: | ||
- csharp | ||
technologies: | ||
- service-bus | ||
- service-bus-messaging | ||
- azure |