Skip to content

Commit 4499c6a

Browse files
committed
Ommited bold and italic instances
1 parent 8932f20 commit 4499c6a

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

powerapps-docs/developer/common-data-service/overview.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-
Power Apps offers users, businesses, independent software vendors (ISVs), and systems integrators (SIs) a powerful platform for building line-of-business apps. **Dataverse** is the underlying data platform for Power Apps that contains the core functionality such as server-side logic (plug-ins and workflows), business process flows, a highly sophisticated security model, and an extensible platform for developers to build apps.
22+
Power Apps offers users, businesses, independent software vendors (ISVs), and systems integrators (SIs) a powerful platform for building line-of-business apps. **Common Data Service** is the underlying data platform for Power Apps that contains the core functionality such as server-side logic (plug-ins and workflows), business process flows, a highly sophisticated security model, and an extensible platform for developers to build apps.
2323

2424
There are many aspects to how developers can contribute to creating apps that use Dataverse. While it is possible to build an application with code using Dataverse as your data source, most projects will use either [model-driven apps](/powerapps/maker/model-driven-apps/model-driven-app-overview) or [canvas apps](/powerapps/maker/canvas-apps/getting-started) to generate the experience that people will use.
2525

powerapps-docs/developer/common-data-service/walkthrough-blazor-webassembly-single-tenant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ To connect to Dataverse, you must configure permissions for the app to connect.
159159

160160
:::image type="content" source="media/blazor-webassembly-walkthrough-add-permissions.png" alt-text="The registered application API Permissions settings page.":::
161161

162-
1. In the **Request API permissions** area, select **APIs my organization uses** and search for *Dataverse*.
162+
1. In the **Request API permissions** area, select **APIs my organization uses** and search for *Common Data Service*.
163163

164164
:::image type="content" source="media/blazor-webassembly-walkthrough-search-common-data-service-api.png" alt-text="Searching for the Dataverse permissions.":::
165165

166-
1. Select **Dataverse**.
166+
1. Select **Common Data Service**.
167167
1. Select the **user_impersonation** permission
168168

169169
:::image type="content" source="media/blazor-webassembly-walkthrough-user-impersonation-permission.png" alt-text="Adding the Dataverse user_impersonation permission.":::

powerapps-docs/developer/common-data-service/walkthrough-register-app-azure-active-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ App registration can also be done by an application developer or individual user
6565

6666
![Add app permission](media/azure-api-permissions-page.png "Add app permission")
6767

68-
7. Search for and choose **Dataverse** under the **APIs my organization uses** tab.
68+
7. Search for and choose **Common Data Service** under the **APIs my organization uses** tab.
6969

7070
![Select API](media/app-registration-select-api-page.png "Select API")
7171
> [!TIP]
72-
> If you are presented with more than one **Dataverse** item in the search list, choose any one of them. In the next step the service name and URL will be shown. At that point you can go back to the API search and choose a different Dataverse list item if needed.
72+
> If you are presented with more than one **Common Data Service** item in the search list, choose any one of them. In the next step the service name and URL will be shown. At that point you can go back to the API search and choose a different Dataverse list item if needed.
7373
7474
8. Click on **Delegated permissions** and check the options and click on **Add permissions**.
7575

powerapps-docs/developer/common-data-service/write-plug-in.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Run-time information about plug-ins and custom workflow extensions is captured a
198198
|TerminateMemoryContributionPercent|The plug-in type percentage contribution to Worker process termination due to excessive memory usage. |
199199
|TerminateOtherContributionPercent|The plug-in type percentage contribution to Worker process termination due to unknown reasons. |
200200

201-
This data is also available for you to browse using the [Power Platform Admin Center](https://admin.powerplatform.microsoft.com/). Select **Analytics** > **Microsoft Dataverse** > **Plug-ins**.
201+
This data is also available for you to browse using the [Power Platform Admin Center](https://admin.powerplatform.microsoft.com/). Select **Analytics** > **Common Data Service** > **Plug-ins**.
202202

203203

204204
## Next steps

powerapps-docs/maker/common-data-service/data-platform-powerbi-connector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ To use Power BI with Dataverse, you need the following items:
4545

4646
<!-- ![Power BI Desktop](./media/data-platform-cds-powerbi-connector/CreateReport1.png "Power BI Desktop") -->
4747

48-
2. Type *common* in the **Search** box, select **Dataverse**, and then select **Connect**.
48+
2. Type *common* in the **Search** box, select **Common Data Service**, and then select **Connect**.
4949

5050
> [!div class="mx-imgBorder"]
5151
> ![Power BI Desktop connect to Dataverse](./media/data-platform-cds-powerbi-connector/CreateReport2.png "Power BI Desktop connect to Dataverse")
5252
53-
3. In the **Dataverse** dialog box that appears, paste in your Dataverse environment URL into the **Server Url** box and select **OK**. You might be prompted to sign in using the same credentials you use to connect to Power Apps and Dataverse. Select **Connect**.
53+
3. In the **Common Data Service** dialog box that appears, paste in your Dataverse environment URL into the **Server Url** box and select **OK**. You might be prompted to sign in using the same credentials you use to connect to Power Apps and Dataverse. Select **Connect**.
5454

5555
<!-- ![Power BI Desktop](./media/data-platform-cds-powerbi-connector/CreateReport3.png "Power BI Desktop") -->
5656

powerapps-docs/maker/common-data-service/self-service-data-prep-with-dataflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ There are multiple scenarios and examples where dataflows can enable you to get
135135
better control—and faster insights—from your business data. Other people in
136136
your organization can leverage dataflows either via Dataverse, the
137137
Power Platform Dataflow connector in Power BI, or via direct access to Dataflow’s
138-
**Dataverse** folder in your organization’s Azure Data Lake Storage Gen2
138+
**Common Data Service** folder in your organization’s Azure Data Lake Storage Gen2
139139
account. Using a standard data model (schema) defined by the Common Data Model,
140140
business applications can depend on a table’s schema, and be abstracted from
141141
how the data was created or from which data source. When a dataflow completes a

powerapps-docs/maker/common-data-service/why-cds-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ At a high level, the following constitute Microsoft Power Platform requests:
127127

128128
- **Power Automate**: All Power Automate step actions.
129129

130-
- **Dataverse**: All create, update, delete (CRUD) operations, in addition to special operations like "share" or "assign." These can come from any client or app, using any SOAP or REST endpoint. These include&mdash;but aren't limited to&mdash;plug-ins, asynchronous workflows, and custom controls making the abovementioned operations.
130+
- **Common Data Service**: All create, update, delete (CRUD) operations, in addition to special operations like "share" or "assign." These can come from any client or app, using any SOAP or REST endpoint. These include&mdash;but aren't limited to&mdash;plug-ins, asynchronous workflows, and custom controls making the abovementioned operations.
131131

132132
The specific number of allowed requests that a user can make in a 24-hour period is governed by the user's license.
133133

powerapps-docs/maker/dev-community-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ With the individual environment, you get the following functionality:
5353
| Use premium connectors like Salesforce, DB2 and many more |Yes |
5454
| Access on‐premises data using an on-premises gateway |Yes |
5555
| Create custom connectors to connect to your own systems |Yes. You can create unlimited custom connectors |
56-
| **Dataverse** | |
56+
| **Common Data Service** | |
5757
| Create and run applications on the Dataverse |Yes |
5858
| Model your data in the Dataverse |Yes |
5959
| Create a database in the Dataverse |Yes |

powerapps-docs/sample-apps/crisis-financial-impact-tracker/configure-dashboards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To configure a Power BI report by using a blank report canvas:
4444
> [!div class="mx-imgBorder"]
4545
> ![Power BI Desktop](./media/powerbidesktop.png "Power BI Desktop")
4646
47-
2. Select **Get data** > **Power Platform** > **Dataverse**, and then select **Connect**.
47+
2. Select **Get data** > **Power Platform** > **Common Data Service**, and then select **Connect**.
4848

4949
> [!div class="mx-imgBorder"]
5050
> ![Get Data](./media/pbigetdata1.png "Get data")

powerapps-docs/sample-apps/emergency-response-data-transfer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,16 +68,16 @@ This step is required for both hospital and regional solutions.
6868

6969
1. From the left navigation pane, expand **Data** and select **Connections**.
7070

71-
1. Select **New Connection**, and then type **Dataverse** in the search box.
71+
1. Select **New Connection**, and then type **Common Data Service** in the search box.
7272

73-
1. From the search results, select **+** next to **Dataverse** connector to add a connection.
73+
1. From the search results, select **+** next to **Common Data Service** connector to add a connection.
7474

7575
> [!div class="mx-imgBorder"]
7676
> ![Common Data Service connector](media/cds-connector.png)
7777
7878
1. On the next screen, select **Create**. Select or specify the credentials to create the connector. On successful authentication, your connection will be created.
7979

80-
1. Select **New Connection**, and then type **Dataverse** in the search box.
80+
1. Select **New Connection**, and then type **Common Data Service** in the search box.
8181

8282
1. From the search results, select **+** next to **Dataverse (current environment)** connector to add a connection.
8383

0 commit comments

Comments
 (0)