From 1cff064eb79c377c1c18a915ced8dfeeb19552c9 Mon Sep 17 00:00:00 2001 From: Aymen TROUDI Date: Fri, 6 Dec 2024 20:15:34 +0100 Subject: [PATCH] Update Readme --- README.md | 6 ++++-- ServiceBusDemo.sln | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ad65ad..ddc9c65 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ +[![.NET](https://github.com/aimenux/ServiceBusDemo/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/aimenux/ServiceBusDemo/actions/workflows/ci.yml) + # ServiceBusDemo ``` Playing with service bus ``` -> In this repo, i m using [service bus](https://hub.docker.com/r/microsoft/azure-messaging-servicebus-emulator) in order to send and receive messages. +> In this repo, i m using [service bus](https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-messaging-overview) in order to send and receive messages. > -> :one: `Example01` : use worker template with [ServiceBusClient](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebusclient?view=azure-dotnet) +> :one: `Example01` : use worker template with [ServiceBusClient](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebusclient) > > :two: `Example02` : use worker template with [ServiceBusReceiver](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebussender) and [ServiceBusSender](https://learn.microsoft.com/en-us/dotnet/api/azure.messaging.servicebus.servicebusreceiver) > diff --git a/ServiceBusDemo.sln b/ServiceBusDemo.sln index 62d41a2..79256e0 100644 --- a/ServiceBusDemo.sln +++ b/ServiceBusDemo.sln @@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{D68FAF4D global.json = global.json README.md = README.md .gitignore = .gitignore + .github\workflows\ci.yml = .github\workflows\ci.yml EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example02", "src\Example02\Example02.csproj", "{C5AA6BD9-2F7B-4F7C-AE2E-3BAE12B34E29}"