Skip to content

Commit 13dcde2

Browse files
author
Den Delimarsky
committed
Adding sample manifest.
1 parent b33bde5 commit 13dcde2

File tree

2 files changed

+23
-10
lines changed

2 files changed

+23
-10
lines changed

CONTRIBUTING.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Contributing to Azure samples
2-
3-
Thank you for your interest in contributing to Azure samples!
4-
5-
## Ways to contribute
6-
7-
You can contribute to [Azure samples](https://azure.microsoft.com/documentation/samples/) in a few different ways:
8-
9-
- Submit feedback on [this sample page](https://azure.microsoft.com/documentation/samples/service-bus-dotnet-messaging-performance/) whether it was helpful or not.
10-
- 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.
1+
# Contributing to Azure samples
2+
3+
Thank you for your interest in contributing to Azure samples!
4+
5+
## Ways to contribute
6+
7+
You can contribute to [Azure samples](https://azure.microsoft.com/documentation/samples/) in a few different ways:
8+
9+
- Submit feedback on [this sample page](https://azure.microsoft.com/documentation/samples/service-bus-dotnet-messaging-performance/) whether it was helpful or not.
10+
- 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.
1111
- 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.

service-bus-dotnet-msg.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:Sample
2+
sample:
3+
- name: Service Bus Premium Messaging .NET Performance Test
4+
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.
5+
generateZip: true
6+
author: celemensv
7+
readme: readme.md
8+
languages:
9+
- csharp
10+
technologies:
11+
- service-bus
12+
- service-bus-messaging
13+
- azure

0 commit comments

Comments
 (0)