Skip to content

Commit bb673fd

Browse files
committed
GitHub PR 75226
1 parent fb12e75 commit bb673fd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/active-directory-b2c/deploy-custom-policies-devops.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: celestedg
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 02/14/2020
12+
ms.date: 05/18/2021
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -22,17 +22,17 @@ There are three primary steps required for enabling Azure Pipelines to manage cu
2222

2323
1. Create a web application registration in your Azure AD B2C tenant
2424
1. Configure an Azure Repo
25-
1. Configure an Azure Pipeline
25+
1. Configure Azure Pipelines
2626

2727
> [!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).
2929
3030
## Prerequisites
3131

3232
* [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
3333
* [Custom policies](tutorial-create-user-flows.md?pivots=b2c-custom-policy) uploaded to your tenant
3434
* [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]
3636

3737
## Client credentials grant flow
3838

@@ -103,7 +103,7 @@ With a management application registered, you're ready to configure a repository
103103
exit 0
104104
```
105105
106-
## Configure your Azure pipeline
106+
## Configure Azure Pipelines
107107
108108
With your repository initialized and populated with your custom policy files, you're ready to set up the release pipeline.
109109

0 commit comments

Comments
 (0)