Skip to content

Commit 629b569

Browse files
committed
More term changes
1 parent 86b59d6 commit 629b569

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

powerapps-docs/developer/common-data-service/walkthrough-register-azure-aware-plug-in-using-plug-in-registration-tool.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ The following prerequisites must be completed before you start this walkthrough:
3131
- Your Dataverse system user account must have the System Customizer or System Administrator role.
3232
- Have access to a Azure platform service namespace that is configured for SAS authorization, to which Dataverse will post a message.
3333
- If you plan to use any other Azure messaging entity other than a queue, for example a relay, there must be a listener application actively listening to the specified solution endpoint for Dataverse to successfully post to the Azure Service Bus. For more information, see [Write a Listener for an Azure Solution](write-listener-application-azure-solution.md).
34-
- A configured service endpoint with SAS authorization is available in the target organization. More information: [Walkthrough: Configure Microsoft Azure (SAS) for integration with CDS](walkthrough-configure-azure-sas-integration.md).
34+
- A configured service endpoint with SAS authorization is available in the target organization. More information: [Walkthrough: Configure Microsoft Azure (SAS) for integration with Dataverse](walkthrough-configure-azure-sas-integration.md).
3535

3636
## Steps
3737

3838
This walkthrough contains the following steps:
3939

40-
1. [Connect to CDS](#BKMK_Connect)
40+
1. [Connect to Dataverse](#BKMK_Connect)
4141
1. [Register a service endpoint step for an event](#BKMK_Register)
4242
1. [Test the endpoint registration](#BKMK_Test)
4343

4444
<a name="BKMK_Connect"></a>
4545

46-
## Connect to CDS
46+
## Connect to Dataverse
4747

4848
Follow the steps below to connect to Dataverse using the Plug-in Registration tool.
4949

@@ -89,6 +89,6 @@ You can now unregister the endpoint, if so desired, by selecting it in the tool'
8989

9090
### See also
9191

92-
[Azure integration for CDS](azure-integration.md)<br />
93-
[Introduction to Microsoft Azure Integration with CDS](azure-integration.md)
92+
[Azure integration for Dataverse](azure-integration.md)<br />
93+
[Introduction to Microsoft Azure Integration with Dataverse](azure-integration.md)
9494

powerapps-docs/developer/common-data-service/webapi/samples/cdswebapiservice-async-parallel-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ search.app:
2121

2222
This sample demonstrates using Task Parallel Library (TPL) dataflow components [Dataflow (Task Parallel Library)](/dotnet/standard/parallel-programming/dataflow-task-parallel-library) with asynchronous requests.
2323

24-
TPL provides capabilities to add parallelism and concurrency to applications. These capabilities are an important part of maximizing throughput when performing operations that will add or update data within CDS.
24+
TPL provides capabilities to add parallelism and concurrency to applications. These capabilities are an important part of maximizing throughput when performing operations that will add or update data within Dataverse.
2525

2626
This sample uses the CDSWebApiService class asynchronous methods within asynchronous operations. Because the CDSWebApiService class can manage Service Protection API limits, this code can be resilient to the transient 429 errors that clients should expect. It will retry a configurable number of times. More information: [Service Protection API Limits](../../api-limits.md)
2727

powerapps-docs/developer/common-data-service/webapi/samples/cdswebapiservice-parallel-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ search.app:
1919

2020
[!INCLUDE[cc-data-platform-banner](../../../../includes/cc-data-platform-banner.md)]
2121

22-
This example shows how to use a [System.Threading.Tasks.Parallel.ForEach Method](/dotnet/api/system.threading.tasks.parallel.foreach) loop to enable data parallelism over a set of records to create in CDS.
22+
This example shows how to use a [System.Threading.Tasks.Parallel.ForEach Method](/dotnet/api/system.threading.tasks.parallel.foreach) loop to enable data parallelism over a set of records to create in Dataverse.
2323

2424
This sample uses the CDSWebApiService class synchronous methods within operations. Because the CDSWebApiService class can manage Service Protection API limits, this code can be resilient to the transient 429 errors that clients should expect. It will retry a configurable number of times.
2525

0 commit comments

Comments
 (0)