You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/deploy-custom-policies-devops.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: celestedg
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: how-to
12
-
ms.date: 02/14/2020
12
+
ms.date: 05/18/2021
13
13
ms.author: mimart
14
14
ms.subservice: B2C
15
15
---
@@ -22,17 +22,17 @@ There are three primary steps required for enabling Azure Pipelines to manage cu
22
22
23
23
1. Create a web application registration in your Azure AD B2C tenant
24
24
1. Configure an Azure Repo
25
-
1. Configure an Azure Pipeline
25
+
1. Configure Azure Pipelines
26
26
27
27
> [!IMPORTANT]
28
-
> Managing Azure AD B2C custom policies with an Azure Pipeline currently uses **preview** operations available on the Microsoft Graph API `/beta` endpoint. Use of these APIs in production applications is not supported. For more information, see the [Microsoft Graph REST API beta endpoint reference](/graph/api/overview?toc=.%2fref%2ftoc.json&view=graph-rest-beta&preserve-view=true).
28
+
> Managing Azure AD B2C custom policies with Azure Pipelines currently uses **preview** operations available on the Microsoft Graph API `/beta` endpoint. Use of these APIs in production applications is not supported. For more information, see the [Microsoft Graph REST API beta endpoint reference](/graph/api/overview?toc=.%2fref%2ftoc.json&view=graph-rest-beta&preserve-view=true).
29
29
30
30
## Prerequisites
31
31
32
32
*[Azure AD B2C tenant](tutorial-create-tenant.md), and credentials for a user in the directory with the [B2C IEF Policy Administrator](../active-directory/roles/permissions-reference.md#b2c-ief-policy-administrator) role
33
33
*[Custom policies](tutorial-create-user-flows.md?pivots=b2c-custom-policy) uploaded to your tenant
34
34
*[Management app](microsoft-graph-get-started.md) registered in your tenant with the Microsoft Graph API permission *Policy.ReadWrite.TrustFramework*
35
-
*[Azure Pipeline](https://azure.microsoft.com/services/devops/pipelines/), and access to an [Azure DevOps Services project][devops-create-project]
35
+
*[Azure Pipelines](https://azure.microsoft.com/services/devops/pipelines/), and access to an [Azure DevOps Services project][devops-create-project]
36
36
37
37
## Client credentials grant flow
38
38
@@ -103,7 +103,7 @@ With a management application registered, you're ready to configure a repository
103
103
exit 0
104
104
```
105
105
106
-
## Configure your Azure pipeline
106
+
## Configure Azure Pipelines
107
107
108
108
With your repository initialized and populated with your custom policy files, you're ready to set up the release pipeline.
0 commit comments