Skip to content

Commit

Permalink
Adding sample manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Den Delimarsky committed Jul 10, 2018
1 parent b33bde5 commit 13dcde2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
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.
13 changes: 13 additions & 0 deletions service-bus-dotnet-msg.yml
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

0 comments on commit 13dcde2

Please sign in to comment.