Skip to content

Commit dee6893

Browse files
authored
Merge pull request #3822 from MicrosoftDocs/master
taking to live
2 parents 69cff19 + 49d8aae commit dee6893

31 files changed

+664
-661
lines changed

powerapps-docs/developer/common-data-service/online-management-api/operations-supported.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ search.app:
1515
---
1616
# Operations supported by Online Management API
1717

18+
> [!NOTE]
19+
> Effective August 26, 2020, the Online Management API is [deprecated](/power-platform/important-changes-coming##online-management-api-powershell-module-and-rest-api-are-deprecated).
20+
1821
You can perform most of the environment-related operations using the API that you can do using the admin center. The API also lets you perform some additional operations such as using tenant application identities to create/manage environments and retrieving service versions (releases) for environments.
1922

2023
For a list of operations supported by the API, see [Online Management API reference](/rest/api/admin.services.crm.dynamics.com/).

powerapps-docs/developer/common-data-service/online-management-api/sample-authentication-helper.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ search.app:
1616
---
1717
# Sample: Authentication helper for the Online Management API
1818

19+
> [!NOTE]
20+
> Effective August 26, 2020, the Online Management API is [deprecated](/power-platform/important-changes-coming##online-management-api-powershell-module-and-rest-api-are-deprecated).
21+
1922
The helper code sample provides the following methods to easily authenticate to Online Management API using the OAuth 2.0 protocol and pass in the access token in the header of your messages.
2023

2124
## DiscoverAuthority method

powerapps-docs/developer/common-data-service/online-management-api/sample-quick-start.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ search.app:
1515
---
1616
# Quick Start Sample: Retrieve Microsoft Dataverse environments using Online Management API
1717

18+
> [!NOTE]
19+
> Effective August 26, 2020, the Online Management API is [deprecated](/power-platform/important-changes-coming##online-management-api-powershell-module-and-rest-api-are-deprecated).
20+
1821
The C# sample demonstrates how to authenticate to the Online Management API and then retrieve all Dataverse environments from your Microsoft 365 tenant.
1922

2023
The sample uses the authentication [helper code](sample-authentication-helper.md) to easily authenticate to Online Management API using the OAuth 2.0 protocol and pass in the access token in header of your request.

powerapps-docs/maker/TOC.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
href: ./canvas-apps/controls/control-export-import.md
404404
- name: Gallery
405405
href: ./canvas-apps/controls/control-gallery.md
406-
- name: Horizontal container (experimental)
406+
- name: Horizontal container
407407
href: ./canvas-apps/controls/control-horizontal-container.md
408408
- name: HTML text
409409
href: ./canvas-apps/controls/control-html-text.md
@@ -449,7 +449,7 @@
449449
href: ./canvas-apps/controls/control-timer.md
450450
- name: Toggle
451451
href: ./canvas-apps/controls/control-toggle.md
452-
- name: Vertical container (experimental)
452+
- name: Vertical container
453453
href: ./canvas-apps/controls/control-vertical-container.md
454454
- name: Video
455455
href: ./canvas-apps/controls/control-audio-video.md
@@ -1291,8 +1291,9 @@
12911291
href: ../mobile/work-in-offline-mode.md
12921292
- name: Create push notifications for Power Apps mobile
12931293
href: ../mobile/power-apps-mobile-notification.md
1294-
1295-
1294+
- name: Troubleshoot issues for the Power Apps mobile app
1295+
href: ../user/powerapps_mobile_troubleshoot.md
1296+
12961297
- name: Portals
12971298
items:
12981299
- name: Portals
@@ -1503,7 +1504,7 @@
15031504
href: ./portals/configure/configure-saml2-provider.md
15041505
- name: Configure Azure AD with SAML 2.0
15051506
href: ./portals/configure/configure-saml2-settings-azure-ad.md
1506-
- name: Configure ADFS with SAML 2.0
1507+
- name: Configure AD FS with SAML 2.0
15071508
href: ./portals/configure/configure-saml2-settings.md
15081509
- name: FAQs when using SAML 2.0
15091510
href: ./portals/configure/configure-saml2-faqs.md
@@ -1513,7 +1514,7 @@
15131514
href: ./portals/configure/configure-ws-federation-provider.md
15141515
- name: Configure WS-Federation with Azure AD
15151516
href: ./portals/configure/configure-ws-federation-settings-azure-ad.md
1516-
- name: Configure WS-Federation with ADFS
1517+
- name: Configure WS-Federation with AD FS
15171518
href: ./portals/configure/configure-ws-federation-settings.md
15181519
- name: Local authentication, registration and other settings
15191520
href: ./portals/configure/set-authentication-identity.md
@@ -2030,8 +2031,6 @@
20302031
href: ./canvas-apps/get-sessionid.md
20312032
- name: Troubleshoot startup issues for Power Apps
20322033
href: ../troubleshooting-startup-issues.md
2033-
- name: Troubleshoot issues for the Power Apps mobile app
2034-
href: ../user/powerapps_mobile_troubleshoot.md
20352034
- name: Troubleshoot Power Query
20362035
href: ./common-data-service/data-platform-cds-newentity-troubleshooting-mashup.md
20372036
- name: Support

powerapps-docs/maker/canvas-apps/build-responsive-apps.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ search.app:
1717

1818
# Building responsive apps
1919

20-
[This article is pre-release documentation and is subject to change.]
21-
2220
Responsiveness refers to the ability of an app to automatically align to different screen sizes and form factors to use the available screen space sensibly, providing great UI and UX in every device, form factor, and screen size.
2321

2422
> [!IMPORTANT]

powerapps-docs/maker/portals/configure/azure-ad-b2c.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Customize the Azure AD B2C user interface for portals. | MicrosoftDocs"
2+
title: "Customize the Azure Active Directory B2C user user interface for portals. | MicrosoftDocs"
33
description: "Instructions to customize the Azure AD B2C user interface for portals."
44
author: sandhangitmsft
55
ms.service: powerapps
@@ -12,9 +12,10 @@ ms.reviewer: tapanm
1212

1313
# Customize the Azure AD B2C user interface for portals
1414

15-
[!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C supports user interface customization. You can customize the user experience for sign-up and sign-in scenarios.
15+
[!include[Azure](../../../includes/pn-azure-shortest.md)] Active Directory B2C (Azure AD B2C) supports user interface customization. You can customize the user experience for sign-up and sign-in scenarios.
16+
17+
### Step 1. Create a web template
1618

17-
### Step 1: Create a web template
1819
Create a web template by using the following values:
1920

2021
**Name**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
@@ -324,24 +325,27 @@ Create a web template by using the following values:
324325
</body>
325326
</html>
326327
```
327-
### Step 2: Create a page template
328+
329+
### Step 2. Create a page template
328330

329331
Create the following page template:
332+
330333
- **Name**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
331334
- **Type**: Web Template
332335
- **Web Template**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
333336
- **Use Website Header and Footer**: Clear this check box
334337

335-
### Step 3: Create a webpage
338+
### Step 3. Create a webpage
336339

337340
Create the following webpage:
341+
338342
- **Name**: Sign-in
339343
- **Parent** Page: Home
340344
- **Partial Url**: azure-ad-b2c-sign-in
341345
- **Page Template**: [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page
342346
- **Publishing State**: Published
343347

344-
### Step 4: Create site settings
348+
### Step 4. Create site settings
345349

346350
Site settings are required to configure cross-origin resource sharing (CORS) to allow [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C to request the custom page and inject the sign-in or sign-up user interface. Create the following site settings.
347351

@@ -353,14 +357,14 @@ Site settings are required to configure cross-origin resource sharing (CORS) to
353357

354358
For a complete list of other CORS settings, see [CORS protocol support](../add-web-resource.md#cors-protocol-support).
355359

356-
### Step 5: [!include[Azure](../../../includes/pn-azure-shortest.md)] configuration
360+
### Step 5. [!include[Azure](../../../includes/pn-azure-shortest.md)] configuration
357361

358362
1. Sign in to your [!include[Azure portal](../../../includes/pn-azure-portal.md)].
359-
2. Navigate to the **[!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Tenant Management** blade.
360-
3. Navigate to **Settings** > **Sign-up or sign-in policies**. A list of available policies is displayed.
363+
2. Go to the **[!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Tenant Management** blade.
364+
3. Go to **Settings** > **Sign-up or sign-in policies**. A list of available policies is displayed.
361365
4. Select the policy you want to edit.
362366
5. Select **Edit**.
363-
6. Select **Edit policy** > **Page UI customization** > **Unified sign-up or sign-in page**
367+
6. Select **Edit policy** > **Page UI customization** > **Unified sign-up or sign-in page**.
364368
7. Set **Use custom page** to **Yes**.
365-
8. Set **Custom page URI** to the URL of the [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page webpage created in step 3 of this procedure. For example, `https://mydomain.com/azure-ad-b2c-sign-in`.
369+
8. Set **Custom page URI** to the URL of the [!include[Azure](../../../includes/pn-azure-shortest.md)] AD B2C Custom Page webpage created in **Step 3. Create a webpage** earlier in this article. For example, `https://mydomain.com/azure-ad-b2c-sign-in`.
366370
9. Select **OK**.

0 commit comments

Comments
 (0)