Skip to content

Commit 5e28d2f

Browse files
Merge pull request MicrosoftDocs#4461 from MicrosoftDocs/main638227981528680054sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 031b82a + 2e94246 commit 5e28d2f

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

powerapps-docs/developer/data-platform/org-service/samples/azure-aware-custom-plugin.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Azure aware custom plug-in (Microsoft Dataverse) | Microsoft Docs" # Intent and product brand in a unique string of 43-59 chars including spaces
33
description: "This sample plug-in can post the pipeline execution context to the Azure Service Bus." # 115-145 characters including spaces. This abstract displays in the search result.
4-
ms.date: 04/03/2022
4+
ms.date: 06/19/2023
55
author: jaredha
66
ms.author: jaredha
77
ms.reviewer: jdaly
@@ -20,10 +20,18 @@ The plug-in demonstrates how to obtain the execution context and the tracing ser
2020
## How to run this sample
2121

2222
1. Download or clone the [Samples](https://github.com/Microsoft/PowerApps-Samples) repo so that you have a local copy.
23-
2. Open the sample solution in Visual Studio and sign the assembly with a key.
24-
3. Register the plug-in using the **Plugin Registration Tool**.
23+
1. Open the `Azureplugin.sln` solution file located at `PowerApps-Samples\dataverse\orgsvc\C#\Azureplugin` with Visual Studio.
24+
1. Sign the assembly with a key.
25+
1. Register the plug-in using the **Plugin Registration Tool**.
2526

2627
> [!NOTE]
2728
> This sample requires a service endpoint to be created first, and its ID passed to the plug-in constructor through the unsecure configuration parameter when the plug-in step is registered.
2829
30+
More information:
31+
32+
[Write a custom Azure-aware plug-in](../../write-custom-azure-aware-plugin.md)
33+
[Register a plug-in](../../register-plug-in.md)
34+
35+
36+
2937
[!INCLUDE[footer-include](../../../../includes/footer-banner.md)]

powerapps-docs/developer/data-platform/write-custom-azure-aware-plugin.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Write a custom Azure-aware plug-in (Microsoft Dataverse) | Microsoft Docs"
33
description: "Learn how to write plug-in code that can post a message or the execution context of the current database transaction to the Azure Service Bus."
4-
ms.date: 04/03/2022
4+
ms.date: 06/19/2023
55
author: divkamath
66
ms.author: dikamath
77
ms.reviewer: pehecke
@@ -132,10 +132,11 @@ For a plug-in registered to execute asynchronously, the <xref:Microsoft.Xrm.Sdk.
132132

133133
### See also
134134

135-
[Azure extensions for Dynamics 365](azure-integration.md)<br />
136-
[Send Dynamics 365 data over the Microsoft Azure Service Bus](work-data-azure-solution.md)<br />
137-
[Write a plug-In](write-plug-in.md)<br />
138-
[Event execution pipeline](event-framework.md)<br />
135+
[Azure extensions for Dynamics 365](azure-integration.md)
136+
[Send Dynamics 365 data over the Microsoft Azure Service Bus](work-data-azure-solution.md)
137+
[Sample: Azure aware custom plug-in](org-service/samples/azure-aware-custom-plugin.md)
138+
[Write a plug-In](write-plug-in.md)
139+
[Event execution pipeline](event-framework.md)
139140
[Register and deploy plug-Ins](register-plug-in.md)
140141

141142
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)