Skip to content

Commit ba5b769

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into tracing-web-app-availability-javascript
2 parents 7b893d0 + dca6209 commit ba5b769

File tree

614 files changed

+7955
-4633
lines changed

Some content is hidden

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

614 files changed

+7955
-4633
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,51 @@
431431
"redirect_url": "/azure/key-vault/key-vault-insights-overview",
432432
"redirect_document_id": false
433433
},
434+
{
435+
"source_path_from_root": "/articles/azure-monitor/app/proactive-diagnostics.md" ,
436+
"redirect_url": "/azure/azure-monitor/alerts/proactive-diagnostics",
437+
"redirect_document_id": false
438+
},
439+
{
440+
"source_path_from_root": "/articles/azure-monitor/app/proactive-failure-diagnostics.md" ,
441+
"redirect_url": "/azure/azure-monitor/alerts/proactive-failure-diagnostics",
442+
"redirect_document_id": false
443+
},
444+
{
445+
"source_path_from_root": "/articles/azure-monitor/app/proactive-performance-diagnostics.md" ,
446+
"redirect_url": "/azure/azure-monitor/alerts/proactive-performance-diagnostics",
447+
"redirect_document_id": false
448+
},
449+
{
450+
"source_path_from_root": "/articles/azure-monitor/app/proactive-trace-severity.md" ,
451+
"redirect_url": "/azure/azure-monitor/alerts/proactive-trace-severity",
452+
"redirect_document_id": false
453+
},
454+
{
455+
"source_path_from_root": "/articles/azure-monitor/app/proactive-exception-volume.md" ,
456+
"redirect_url": "/azure/azure-monitor/alerts/proactive-exception-volume",
457+
"redirect_document_id": false
458+
},
459+
{
460+
"source_path_from_root": "/articles/azure-monitor/app/proactive-potential-memory-leak.md" ,
461+
"redirect_url": "/azure/azure-monitor/alerts/proactive-potential-memory-leak",
462+
"redirect_document_id": false
463+
},
464+
{
465+
"source_path_from_root": "/articles/azure-monitor/app/proactive-application-security-detection-pack.md" ,
466+
"redirect_url": "/azure/azure-monitor/alerts/proactive-application-security-detection-pack",
467+
"redirect_document_id": false
468+
},
469+
{
470+
"source_path_from_root": "/articles/azure-monitor/app/proactive-arm-config.md" ,
471+
"redirect_url": "/azure/azure-monitor/alerts/proactive-arm-config",
472+
"redirect_document_id": false
473+
},
474+
{
475+
"source_path_from_root": "/articles/azure-monitor/app/proactive-email-notification.md" ,
476+
"redirect_url": "/azure/azure-monitor/alerts/proactive-email-notification",
477+
"redirect_document_id": false
478+
},
434479
{
435480
"source_path_from_root": "/articles/azure-monitor/app/cloudservices.md" ,
436481
"redirect_url": "/azure/azure-monitor/app/azure-web-apps-net-core",

.openpublishing.redirection.virtual-desktop.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44
"source_path_from_root": "/articles/virtual-desktop/connect-windows-7-and-10.md",
55
"redirect_url": "/azure/virtual-desktop/connect-windows-7-10",
66
"redirect_document_id": true
7+
},
8+
{
9+
"source_path_from_root": "/articles/virtual-desktop/create-file-share.md",
10+
"redirect_url": "/azure/virtual-desktop/fslogix-profile-container-configure-azure-files-active-directory",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/virtual-desktop/azure-files-authorization.md",
15+
"redirect_url": "/azure/virtual-desktop/fslogix-profile-container-configure-azure-files-active-directory",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/virtual-desktop/create-profile-container-adds.md",
20+
"redirect_url": "/azure/virtual-desktop/fslogix-profile-container-configure-azure-files-active-directory",
21+
"redirect_document_id": true
722
}
823
]
924
}

articles/active-directory-b2c/identity-provider-local.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To set your local account sign-in options at the tenant level:
5757
## Configure your user flow
5858

5959
1. In the left menu of the Azure portal, select **Azure AD B2C**.
60-
1. Under **Policies**, select **User flows (policies)**.
60+
1. Under **Policies**, select **User flows**.
6161
1. Select the user flow for which you'd like to configure the sign-up and sign-in experience.
6262
1. Select **Identity providers**
6363
1. Under the **Local accounts**, select one of the following: **Email signup**, **User ID signup**, **Phone signup**, **Phone/Email signup**, or **None**.

articles/active-directory-b2c/whats-new-docs.md

Lines changed: 19 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "What's new in Azure Active Directory business-to-customer (B2C)"
33
description: "New and updated documentation for the Azure Active Directory business-to-customer (B2C)."
4-
ms.date: 05/23/2022
4+
ms.date: 08/01/2022
55
ms.service: active-directory
66
ms.subservice: B2C
77
ms.topic: reference
@@ -15,6 +15,23 @@ manager: CelesteDG
1515

1616
Welcome to what's new in Azure Active Directory B2C documentation. This article lists new docs that have been added and those that have had significant updates in the last three months. To learn what's new with the B2C service, see [What's new in Azure Active Directory](../active-directory/fundamentals/whats-new.md) and [Azure AD B2C developer release notes](custom-policy-developer-notes.md)
1717

18+
## July 2022
19+
20+
### New articles
21+
22+
- [Configure authentication in a sample React single-page application by using Azure Active Directory B2C](configure-authentication-sample-react-spa-app.md)
23+
- [Configure authentication options in a React application by using Azure Active Directory B2C](enable-authentication-react-spa-app-options.md)
24+
- [Enable authentication in your own React Application by using Azure Active Directory B2C](enable-authentication-react-spa-app.md)
25+
26+
### Updated articles
27+
28+
- [Enable custom domains for Azure Active Directory B2C](custom-domain.md)
29+
- [Set up sign-up and sign-in with a Twitter account using Azure Active Directory B2C](identity-provider-twitter.md)
30+
- [Page layout versions](page-layout.md)
31+
- [Monitor Azure AD B2C with Azure Monitor](azure-monitor.md)
32+
- [Enable JavaScript and page layout versions in Azure Active Directory B2C](javascript-and-page-layout.md)
33+
- [Localization string IDs](localization-string-ids.md)
34+
1835
## June 2022
1936

2037
### New articles
@@ -137,28 +154,4 @@ Welcome to what's new in Azure Active Directory B2C documentation. This article
137154
- [Billing model for Azure Active Directory B2C](billing.md)
138155
- [Configure SAML identity provider options with Azure Active Directory B2C](identity-provider-generic-saml-options.md)
139156
- [About claim resolvers in Azure Active Directory B2C custom policies](claim-resolver-overview.md)
140-
- [Add AD FS as a SAML identity provider using custom policies in Azure Active Directory B2C](identity-provider-adfs-saml.md)
141-
142-
## December 2021
143-
144-
### New articles
145-
146-
- [TOTP display control](display-control-time-based-one-time-password.md)
147-
- [Set up sign-up and sign-in with a SwissID account using Azure Active Directory B2C](identity-provider-swissid.md)
148-
- [Set up sign-up and sign-in with a PingOne account using Azure Active Directory B2C](identity-provider-ping-one.md)
149-
- [Tutorial: Configure Haventec with Azure Active Directory B2C for single step, multifactor passwordless authentication](partner-haventec.md)
150-
- [Tutorial: Acquire an access token for calling a web API in Azure AD B2C](tutorial-acquire-access-token.md)
151-
- [Tutorial: Sign in and sign out users with Azure AD B2C in a Node.js web app](tutorial-authenticate-nodejs-web-app-msal.md)
152-
- [Tutorial: Call a web API protected with Azure AD B2C](tutorial-call-api-with-access-token.md)
153-
154-
### Updated articles
155-
156-
- [About claim resolvers in Azure Active Directory B2C custom policies](claim-resolver-overview.md)
157-
- [Azure Active Directory B2C service limits and restrictions](service-limits.md)
158-
- [Add Conditional Access to user flows in Azure Active Directory B2C](conditional-access-user-flow.md)
159-
- [Display controls](display-controls.md)
160-
- ['Azure AD B2C: Frequently asked questions (FAQ)'](faq.yml)
161-
- [Manage Azure AD B2C with Microsoft Graph](microsoft-graph-operations.md)
162-
- [Define an Azure AD MFA technical profile in an Azure AD B2C custom policy](multi-factor-auth-technical-profile.md)
163-
- [Enable multifactor authentication in Azure Active Directory B2C](multi-factor-authentication.md)
164-
- [String claims transformations](string-transformations.md)
157+
- [Add AD FS as a SAML identity provider using custom policies in Azure Active Directory B2C](identity-provider-adfs-saml.md)

articles/active-directory/authentication/concept-mfa-data-residency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: multi-factor-authentication
66
ms.service: active-directory
77
ms.subservice: authentication
88
ms.topic: conceptual
9-
ms.date: 02/16/2021
9+
ms.date: 08/01/2022
1010

1111
ms.author: justinha
1212
author: justinha
@@ -26,7 +26,7 @@ The Azure AD multifactor authentication service has datacenters in the United St
2626

2727
* Multifactor authentication phone calls originate from datacenters in the customer's region and are routed by global providers. Phone calls using custom greetings always originate from data centers in the United States.
2828
* General purpose user authentication requests from other regions are currently processed based on the user's location.
29-
* Push notifications that use the Microsoft Authenticator app are currently processed in regional datacenters based on the user's location. Vendor-specific device services, such as Apple Push Notification Service, might be outside the user's location.
29+
* Push notifications that use the Microsoft Authenticator app are currently processed in regional datacenters based on the user's location. Vendor-specific device services, such as Apple Push Notification Service or Google Firebase Cloud Messaging, might be outside the user's location.
3030

3131
## Personal data stored by Azure AD multifactor authentication
3232

122 KB
Loading

articles/active-directory/cloud-infrastructure-entitlement-management/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Organizations have to consider permissions management as a central piece of thei
2626
- IT security teams are under increased pressure to ensure access to their expanding cloud estate is secure and compliant.
2727
- The inconsistency of cloud providers' native access management models makes it even more complex for Security and Identity to manage permissions and enforce least privilege access policies across their entire environment.
2828

29-
:::image type="content" source="media/cloudknox-overview/cloudknox-key-cases.png" alt-text="CloudKnox Permissions Management.":::
29+
:::image type="content" source="media/overview/key-use-cases.png" alt-text="Diagram of Microsoft Entra Permissions Management use cases." lightbox="media/overview/key-use-cases.png":::
3030

3131
## Key use cases
3232

articles/active-directory/conditional-access/TOC.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,14 @@
3939
href: service-dependencies.md
4040
- name: Location conditions
4141
href: location-condition.md
42-
- name: Continuous access evaluation
43-
href: concept-continuous-access-evaluation.md
4442
- name: Workload identities
4543
href: workload-identity.md
46-
- name: CAE for workload identities
47-
href: concept-continuous-access-evaluation-workload.md
44+
- name: Continuous access evaluation
45+
items:
46+
- name: CAE for users
47+
href: concept-continuous-access-evaluation.md
48+
- name: CAE for workload identities
49+
href: concept-continuous-access-evaluation-workload.md
4850
- name: Filter for devices
4951
href: concept-condition-filters-for-devices.md
5052
- name: What if tool

0 commit comments

Comments
 (0)