Skip to content

Commit d3e3db6

Browse files
authored
Merge pull request #51275 from KevSch/kevin-retire-4
Retire Implement message-based communication workflows with Azure Service Bus
2 parents 71e15ba + 3da0624 commit d3e3db6

29 files changed

+51
-1309
lines changed

.openpublishing.redirection.json

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,52 @@
4040
"redirect_url": "https://learn.microsoft.com/azure/app-service/tutorial-java-spring-cosmosdb",
4141
"redirect_document_id": false
4242
},
43-
{
43+
{
44+
"source_path_from_root": "/learn-pr/azure/implement-message-workflows-with-service-bus/1-introduction.yml",
45+
"redirect_url": "https://learn.microsoft.com/training/paths/architect-messaging-serverless",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path_from_root": "/learn-pr/azure/implement-message-workflows-with-service-bus/2-choose-a-messaging-platform.yml",
50+
"redirect_url": "https://learn.microsoft.com/training/paths/architect-messaging-serverless",
51+
"redirect_document_id": false
52+
},
53+
{
54+
"source_path_from_root": "/learn-pr/azure/implement-message-workflows-with-service-bus/3-exercise-implement-a-service-bus-topic-and-queue.yml",
55+
"redirect_url": "https://learn.microsoft.com/training/paths/architect-messaging-serverless",
56+
"redirect_document_id": false
57+
},
58+
{
59+
"source_path_from_root": "/learn-pr/azure/implement-message-workflows-with-service-bus/4-write-code-that-uses-service-bus-queues.yml",
60+
"redirect_url": "https://learn.microsoft.com/training/paths/architect-messaging-serverless",
61+
"redirect_document_id": false
62+
},
63+
{
64+
"source_path_from_root": "/learn-pr/azure/implement-message-workflows-with-service-bus/5-exercise-write-code-that-uses-service-bus-queues.yml",
65+
"redirect_url": "https://learn.microsoft.com/training/paths/architect-messaging-serverless",
66+
"redirect_document_id": false
67+
},
68+
{
69+
"source_path_from_root": "/learn-pr/azure/implement-message-workflows-with-service-bus/6-write-code-that-uses-service-bus-topics.yml",
70+
"redirect_url": "https://learn.microsoft.com/training/paths/architect-messaging-serverless",
71+
"redirect_document_id": false
72+
},
73+
{
74+
"source_path_from_root": "/learn-pr/azure/implement-message-workflows-with-service-bus/7-exercise-write-code-that-uses-service-bus-topics.yml",
75+
"redirect_url": "https://learn.microsoft.com/training/paths/architect-messaging-serverless",
76+
"redirect_document_id": false
77+
},
78+
{
79+
"source_path_from_root": "/learn-pr/azure/implement-message-workflows-with-service-bus/8-summary.yml",
80+
"redirect_url": "https://learn.microsoft.com/training/paths/architect-messaging-serverless",
81+
"redirect_document_id": false
82+
},
83+
{
84+
"source_path_from_root": "/learn-pr/azure/implement-message-workflows-with-service-bus/index.yml",
85+
"redirect_url": "https://learn.microsoft.com/training/paths/architect-messaging-serverless",
86+
"redirect_document_id": false
87+
},
88+
{
4489
"source_path_from_root": "/learn-pr/azure/intro-to-arc-enabled-data-services/1-introduction.yml",
4590
"redirect_url": "https://learn.microsoft.com/training/modules/upload-download-and-manage-data-with-azure-storage-explorer",
4691
"redirect_document_id": false

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ achievements:
2020
title: Introduction to Azure Arc-enabled data services
2121
summary: In this module, you learn the fundamentals of hybrid computing and Azure Arc.
2222
iconUrl: /training/achievements/intro-to-arc-enabled-data-services.svg
23+
- uid: learn.implement-message-workflows-with-service-bus.badge
24+
type: badge
25+
title: Implement message-based communication workflows with Azure Service Bus
26+
summary: Write C# code in a custom application that sends and receives messages using Azure Service Bus topics and queues.
27+
iconUrl: /training/achievements/implement-message-workflows-with-service-bus.svg
2328
- uid: learn.intro-to-azure-data-explorer.badge
2429
type: badge
2530
title: Introduction to Azure Data Explorer

learn-pr/azure/implement-message-workflows-with-service-bus/1-introduction.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/implement-message-workflows-with-service-bus/2-choose-a-messaging-platform.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/azure/implement-message-workflows-with-service-bus/3-exercise-implement-a-service-bus-topic-and-queue.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

learn-pr/azure/implement-message-workflows-with-service-bus/4-write-code-that-uses-service-bus-queues.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

learn-pr/azure/implement-message-workflows-with-service-bus/5-exercise-write-code-that-uses-service-bus-queues.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

learn-pr/azure/implement-message-workflows-with-service-bus/6-write-code-that-uses-service-bus-topics.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

learn-pr/azure/implement-message-workflows-with-service-bus/7-exercise-write-code-that-uses-service-bus-topics.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

learn-pr/azure/implement-message-workflows-with-service-bus/8-summary.yml

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)