Skip to content

Commit 587dd2f

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into pl-faq-fix
2 parents 6867011 + 1227834 commit 587dd2f

8 files changed

+165
-179
lines changed

articles/active-directory/governance/create-lifecycle-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If you are using the Azure portal to create a workflow, you can customize existi
4242

4343
1. On the **configure scope** page select the **Trigger type** and execution conditions to be used for this workflow. For more information on what can be configured, see: [Configure scope](understanding-lifecycle-workflows.md#configure-scope).
4444

45-
1. Under rules, select the **Property**, **Operator**, and give it a **value**. The following picture gives an example of a rule being set up for a sales department.
45+
1. Under rules, select the **Property**, **Operator**, and give it a **value**. The following picture gives an example of a rule being set up for a sales department. For a full list of user properties supported by Lifecycle Workflows, see [Supported user properties and query parameters](/graph/api/resources/identitygovernance-rulebasedsubjectset?view=graph-rest-beta#supported-user-properties-and-query-parameters?toc=/azure/active-directory/governance/toc.json&bc=/azure/active-directory/governance/breadcrumb/toc.json)
4646

4747
:::image type="content" source="media/create-lifecycle-workflow/template-scope.png" alt-text="Screenshot of Lifecycle Workflows template scope configuration options.":::
4848

articles/active-directory/governance/understanding-lifecycle-workflows.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ You can add extra expressions using **And/Or** to create complex conditionals, a
9090

9191
[![Extra expressions.](media/understanding-lifecycle-workflows/workflow-8.png)](media/understanding-lifecycle-workflows/workflow-8.png#lightbox)
9292

93+
> [!NOTE]
94+
> For a full list of user properties supported by Lifecycle Workflows, see [Supported user properties and query parameters](/graph/api/resources/identitygovernance-rulebasedsubjectset?view=graph-rest-beta#supported-user-properties-and-query-parameters?toc=/azure/active-directory/governance/toc.json&bc=/azure/active-directory/governance/breadcrumb/toc.json)
95+
9396
For more information, see [Create a lifecycle workflow.](create-lifecycle-workflow.md)
9497

9598

-5.79 KB
Loading
5.47 KB
Loading
5.3 KB
Loading
19.9 KB
Loading

articles/azure-app-configuration/quickstart-feature-flag-aspnet-core.md

Lines changed: 149 additions & 164 deletions
Large diffs are not rendered by default.

includes/azure-app-configuration-navbar.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,38 @@
22
title: include file
33
description: include file
44
services: azure-app-configuration
5-
author: AlexandraKemperMS
5+
author: zhenlan
66

77
ms.service: azure-app-configuration
88
ms.topic: include
9-
ms.date: 11/11/2020
10-
ms.author: alkemper
9+
ms.date: 10/28/2022
10+
ms.author: zhenlwa
1111
ms.custom: include file
1212
---
1313

1414
```html
15-
//...
1615
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
1716
<div class="container">
18-
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">TestFeatureFlags</a>
17+
<a class="navbar-brand" asp-area="" asp-page="/Index">TestAppConfigNet3</a>
1918
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-collapse" aria-controls="navbarSupportedContent"
20-
aria-expanded="false" aria-label="Toggle navigation">
21-
<span class="navbar-toggler-icon"></span>
19+
aria-expanded="false" aria-label="Toggle navigation">
20+
<span class="navbar-toggler-icon"></span>
2221
</button>
2322
<div class="navbar-collapse collapse d-sm-inline-flex flex-sm-row-reverse">
2423
<ul class="navbar-nav flex-grow-1">
2524
<li class="nav-item">
26-
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Index">Home</a>
25+
<a class="nav-link text-dark" asp-area="" asp-page="/Index">Home</a>
2726
</li>
2827
<feature name="Beta">
29-
<li class="nav-item">
30-
<a class="nav-link text-dark" asp-area="" asp-controller="Beta" asp-action="Index">Beta</a>
31-
</li>
28+
<li class="nav-item">
29+
<a class="nav-link text-dark" asp-area="" asp-page="/Beta">Beta</a>
30+
</li>
3231
</feature>
3332
<li class="nav-item">
34-
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
33+
<a class="nav-link text-dark" asp-area="" asp-page="/Privacy">Privacy</a>
3534
</li>
3635
</ul>
3736
</div>
3837
</div>
3938
</nav>
40-
//...
41-
```
39+
```

0 commit comments

Comments
 (0)