Skip to content

Commit faa5edb

Browse files
authored
Merge pull request #211789 from MicrosoftDocs/main
9/19 PM Publish
2 parents a1b5bdf + 716fc5a commit faa5edb

File tree

204 files changed

+1566
-621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+1566
-621
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10880,6 +10880,11 @@
1088010880
"source_path_from_root": "/articles/active-directory/fundamentals/keep-me-signed-in.md",
1088110881
"redirect_url": "/azure/active-directory/fundamentals/customize-branding",
1088210882
"redirect_document_id": false
10883+
},
10884+
{
10885+
"source_path_from_root": "/articles/active-directory/cloud-infrastructure-entitlement-management/product-integrations.md",
10886+
"redirect_url": "/azure/active-directory/fundamentals/cloud-infrastructure-entitlement-management",
10887+
"redirect_document_id": false
1088310888
}
1088410889

1088510890
]

articles/active-directory-b2c/self-asserted-technical-profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ The following example demonstrates the use of a self-asserted technical profile
174174

175175
### Output claims sign-up or sign-in page
176176

177-
In a combined sign-up and sign-in page, note the following when using a content definition [DataUri](contentdefinitions.md#datauri) element the specifies a `unifiedssp` or `unifiedssd` page type:
177+
In a combined sign-up and sign-in page, note the following when using a content definition [DataUri](contentdefinitions.md#datauri) element that specifies a `unifiedssp` or `unifiedssd` page type:
178178

179179
- Only the username and password claims are rendered.
180180
- The first two output claims must be the username and the password (in this order).

articles/active-directory/cloud-infrastructure-entitlement-management/product-integrations.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

articles/active-directory/develop/app-resilience-continuous-access-evaluation.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,13 @@ const msalInstance = new PublicClientApplication(msalConfig);
159159

160160
You can test your application by signing in a user and then using the Azure portal to revoke the user's session. The next time the app calls the CAE-enabled API, the user will be asked to reauthenticate.
161161

162+
## Code samples
163+
164+
- [React single-page application using MSAL React to sign-in users against Azure Active Directory](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph)
165+
- [Enable your ASP.NET Core web app to sign in users and call Microsoft Graph with the Microsoft identity platform](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-1-Call-MSGraph)
166+
162167
## Next steps
163168

164169
- [Continuous access evaluation](../conditional-access/concept-continuous-access-evaluation.md) conceptual overview
165170
- [Claims challenges, claims requests, and client capabilities](claims-challenge.md)
166-
- [React single-page application using MSAL React to sign-in users against Azure Active Directory](https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial/tree/main/2-Authorization-I/1-call-graph)
167-
- [Enable your ASP.NET Core web app to sign in users and call Microsoft Graph with the Microsoft identity platform](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/tree/master/2-WebApp-graph-user/2-1-Call-MSGraph)
171+

articles/active-directory/governance/configure-logic-app-lifecycle-workflows.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ Making an Azure Logic app compatible to run with the **Custom Task Extension** r
2424
- Enable system assigned managed identity.
2525
- Configure AuthZ policies.
2626

27-
> [!NOTE]
28-
> For our public preview we will provide a UI and a deployment script that will automate the following steps.
29-
3027
To configure those you'll follow these steps:
3128

3229
1. Open the Azure Logic App you want to use with Lifecycle Workflow. Logic Apps may greet you with an introduction screen, which you can close with the X in the upper right corner.
@@ -211,19 +208,21 @@ To configure those you'll follow these steps:
211208
212209
1. Create two authorization policies based on the tables below:
213210
211+
Policy name: AzureADLifecycleWorkflowsAuthPolicy
212+
214213
|Claim |Value |
215214
|---------|---------|
216215
|Issuer | https://sts.windows.net/(Tenant ID)/ |
217216
|Audience | Application ID of your Logic Apps Managed Identity |
218-
|appID | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
217+
|appid | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
219218
220219
Policy name: AzureADLifecycleWorkflowsAuthPolicyV2App
221220
222221
|Claim |Value |
223222
|---------|---------|
224223
|Issuer | https://login.microsoftonline.com/(Tenant ID)/v2.0 |
225224
|Audience | Application ID of your Logic Apps Managed Identity |
226-
|appID | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
225+
|azp | ce79fdc4-cd1d-4ea5-8139-e74d7dbe0bb7 |
227226
228227
1. Save the Authorization policy.
229228
> [!NOTE]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you are using the Azure portal to create a workflow, you can customize existi
3636
1. select **Workflows (Preview)**
3737

3838
1. On the workflows screen, select the workflow template that you want to use.
39-
:::image type="content" source="media/create-lifecycle-workflow/template-list.png" alt-text="Screenshot of a list of lifecycle workflows templates.":::
39+
:::image type="content" source="media/create-lifecycle-workflow/template-list.png" alt-text="Screenshot of a list of lifecycle workflows templates." lightbox="media/create-lifecycle-workflow/template-list.png":::
4040
1. Enter a unique display name and description for the workflow and select **Next**.
4141
:::image type="content" source="media/create-lifecycle-workflow/template-basics.png" alt-text="Screenshot of workflow template basic information.":::
4242

83.9 KB
Loading

articles/active-directory/hybrid/reference-connect-version-history.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,6 @@ There are no functional changes in this release.
345345
346346
This release addresses a vulnerability as documented in [this CVE](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2021-36949). For more information about this vulnerability, see the CVE.
347347

348-
To download the latest version of Azure AD Connect 1.6, see the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=103336).
349-
350348
### Release status
351349

352350
8/10/2021: Released for download only, not available for auto-upgrade

articles/app-service/environment/how-to-upgrade-preference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: Configure upgrade preference for App Service Environment
3-
description: Configure the upgrade preference for the Azure App Service Environment.
2+
title: Configure upgrade preference for App Service Environment planned maintenance
3+
description: Configure the upgrade preference for the Azure App Service Environment planned maintenance.
44
author: madsd
55
ms.topic: tutorial
6-
ms.date: 01/08/2022
6+
ms.date: 09/19/2022
77
zone_pivot_groups: app-service-cli-portal
88
---
99

10-
# Upgrade preference for App Service Environments
10+
# Upgrade preference for App Service Environment planned maintenance
1111

12-
Azure App Service is regularly updated to provide new features, new runtime versions, performance improvements, and bug fixes. The upgrade happens automatically. The upgrades are applied progressively through the regions following [Azure Safe Deployment Practices](https://azure.microsoft.com/blog/advancing-safe-deployment-practices/). An App Service Environment is an Azure App Service feature that provides a fully isolated and dedicated environment for running App Service apps securely at high scale. Because of the isolated nature of App Service Environment, you have an opportunity to influence the upgrade process.
12+
Azure App Service is regularly updated to provide new features, new runtime versions, performance improvements, and bug fixes. This is also known as planned maintenance. The upgrade happens automatically. The upgrades are applied progressively through the regions following [Azure Safe Deployment Practices](https://azure.microsoft.com/blog/advancing-safe-deployment-practices/). An App Service Environment is an Azure App Service feature that provides a fully isolated and dedicated environment for running App Service apps securely at high scale. Because of the isolated nature of App Service Environment, you have an opportunity to influence the upgrade process.
1313

1414
If you don't have an App Service Environment, see [How to Create an App Service Environment v3](./creation.md).
1515

1616
> [!NOTE]
1717
> This article covers the features, benefits, and use cases of App Service Environment v3, which is used with App Service Isolated v2 plans.
1818
>
1919
20-
With App Service Environment v3, you can specify your preference for when and how the upgrade is applied. The upgrade can be applied automatically or manually. Even with your preference set to automatic, you have some options to influence the timing.
20+
With App Service Environment v3, you can specify your preference for when and how the planned maintenance is applied. The upgrade can be applied automatically or manually. Even with your preference set to automatic, you have some options to influence the timing.
2121

2222
## Automatic upgrade preference
2323

articles/app-service/environment/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
href: configure-network-settings.md
4242
- name: Custom domain suffix
4343
href: how-to-custom-domain-suffix.md
44-
- name: Upgrade preference
44+
- name: Upgrade preference for planned maintenance
4545
href: how-to-upgrade-preference.md
4646
- name: Migrate to App Service Environment v3
4747
href: migration-alternatives.md

0 commit comments

Comments
 (0)