Skip to content

Commit 11c254b

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-rbac-principal-type-no-rest
2 parents 7021ac4 + 228588e commit 11c254b

File tree

3 files changed

+13
-35
lines changed

3 files changed

+13
-35
lines changed

articles/azure-functions/functions-bindings-storage-table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ The Table storage input binding supports the following scenarios:
524524
525525
* **Read one or more rows in JavaScript**
526526

527-
Set the `filter` and `take` properties. Don't set `partitionKey` or `rowKey`. Access the input table entity (or entities) using `context.bindings.<name>`. The deserialized objects have `RowKey` and `PartitionKey` properties.
527+
Set the `filter` and `take` properties. Don't set `partitionKey` or `rowKey`. Access the input table entity (or entities) using `context.bindings.<BINDING_NAME>`. The deserialized objects have `RowKey` and `PartitionKey` properties.
528528

529529
## Output
530530

@@ -781,7 +781,7 @@ The Table storage output binding supports the following scenarios:
781781

782782
* **Write one or more rows in JavaScript**
783783

784-
In JavaScript functions, access the table output using `context.bindings.<name>`.
784+
In JavaScript functions, access the table output using `context.bindings.<BINDING_NAME>`.
785785

786786
## Exceptions and return codes
787787

articles/dms/tutorial-rds-mysql-server-azure-db-for-mysql-online.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.service: dms
1010
ms.workload: data-services
1111
ms.custom: mvc, tutorial
1212
ms.topic: article
13-
ms.date: 07/31/2019
13+
ms.date: 09/21/2019
1414
---
1515

1616
# Tutorial: Migrate RDS MySQL to Azure Database for MySQL online using DMS
@@ -104,15 +104,15 @@ To complete this tutorial, you need to:
104104
FROM
105105
(SELECT
106106
KCU.REFERENCED_TABLE_SCHEMA as SchemaName,
107-
KCU.TABLE_NAME,
108-
KCU.COLUMN_NAME,
109-
CONCAT('ALTER TABLE ', KCU.TABLE_NAME, ' DROP FOREIGN KEY ', KCU.CONSTRAINT_NAME) AS DropQuery,
107+
KCU.TABLE_NAME,
108+
KCU.COLUMN_NAME,
109+
CONCAT('ALTER TABLE ', KCU.TABLE_NAME, ' DROP FOREIGN KEY ', KCU.CONSTRAINT_NAME) AS DropQuery,
110110
CONCAT('ALTER TABLE ', KCU.TABLE_NAME, ' ADD CONSTRAINT ', KCU.CONSTRAINT_NAME, ' FOREIGN KEY (`', KCU.COLUMN_NAME, '`) REFERENCES `', KCU.REFERENCED_TABLE_NAME, '` (`', KCU.REFERENCED_COLUMN_NAME, '`) ON UPDATE ',RC.UPDATE_RULE, ' ON DELETE ',RC.DELETE_RULE) AS AddQuery
111-
FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE KCU, information_schema.REFERENTIAL_CONSTRAINTS RC
112-
WHERE
113-
KCU.CONSTRAINT_NAME = RC.CONSTRAINT_NAME
114-
AND KCU.REFERENCED_TABLE_SCHEMA = RC.UNIQUE_CONSTRAINT_SCHEMA
115-
AND KCU.REFERENCED_TABLE_SCHEMA = ('SchemaName') Queries
111+
FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE KCU, information_schema.REFERENTIAL_CONSTRAINTS RC
112+
WHERE
113+
KCU.CONSTRAINT_NAME = RC.CONSTRAINT_NAME
114+
AND KCU.REFERENCED_TABLE_SCHEMA = RC.UNIQUE_CONSTRAINT_SCHEMA
115+
AND KCU.REFERENCED_TABLE_SCHEMA = 'SchemaName') Queries
116116
GROUP BY SchemaName;
117117
```
118118

articles/marketplace/cloud-partner-portal/dyn365ce/cpp-customer-engagement-offer.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,6 @@ ms.author: pabutler
1111

1212
# Dynamics 365 for Customer Engagement offer
1313

14-
| | |
15-
| --- | --- |
16-
| <div style="font-size:1em"> This section explains how to publish a Dynamics 365 for Customer Engagement solution to the Microsoft [AppSource Marketplace](https://appsource.microsoft.com). All apps for Dynamics 365 for Customer Engagement (Sales, Service, Project Service, and Field Service) must go through our certification process and support a trial experience. The certification process checks your solution for standard requirements, compatibility, and proper practices. The trial experience allows users to deploy your solution to a live Dynamics 365 environment. </div>| ![Dynamics 365 Customer Engagement icon](./media/dynce-icon1.png) |
14+
The [Cloud Partner Portal](https://cloudpartner.azure.com/) no longer supports the creation and management of Dynamics 365 Customer Engagement offers. Instead, this functionality has been moved to the Microsoft [Partner Center portal](https://partner.microsoft.com/). For more information, see [Create a new Dynamics 365 for Customer Engagement & PowerApps offer](https://docs.microsoft.com/azure/marketplace/partner-center-portal/create-new-customer-engagement-offer).
1715

18-
19-
## Publishing overview
20-
21-
The following video, [Deliver a compelling experience on Microsoft AppSource
22-
(Build 2018)](https://www.youtube.com/watch?v=WWBFuNHC0J4), provides an
23-
overview of the AppSource Marketplace and the benefits of this ecosystem. Next
24-
it demonstrates an example of a custom Dynamics 365 for Customer Engagement
25-
application, the benefits of providing a Test Drive trial, and how to publish to
26-
AppSource.
27-
28-
> [!Video https://channel9.msdn.com/events/Build/2018/THR1202/player]
29-
30-
31-
## Publishing process
32-
33-
The subsequent articles in this section guide you through the process of creating and publishing a Dynamics 365 for Customer Engagement application. We recommend reading the parallel information in the Dynamics 365 documentation section [Publish your app on AppSource](https://docs.microsoft.com/dynamics365/customer-engagement/developer/publish-app-appsource).
34-
35-
36-
## Next steps
37-
38-
Before creating a new Dynamics 365 for Customer Engagement offer, you must meet the [prerequisites](./cpp-prerequisites.md) for this offer type.
16+
Before you create a new Dynamics 365 for Customer Engagement offer, you should read [Create a Partner Center account](https://docs.microsoft.com/azure/marketplace/partner-center-portal/create-account) and then open the [Commercial Marketplace dashboard](https://partner.microsoft.com/dashboard/directory) with the **Overview** page selected. Follow the instructions in [Create a new Dynamics 365 for Customer Engagement & PowerApps offer](https://docs.microsoft.com/azure/marketplace/partner-center-portal/create-new-customer-engagement-offer) to create your offer.

0 commit comments

Comments
 (0)