Skip to content

Commit 1a44b86

Browse files
authored
Merge pull request #126860 from DCtheGeek/dmc-links-aad-condaccess
Links: AAD - Conditional Access
2 parents 5a130f4 + 8cc55ef commit 1a44b86

17 files changed

+40
-40
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@
119119
- name: Azure feedback forum
120120
href: https://feedback.azure.com/forums/169401-azure-active-directory
121121
- name: Microsoft Q&A question page
122-
href: https://docs.microsoft.com/answers/topics/azure-active-directory.html
122+
href: /answers/topics/azure-active-directory.html
123123
- name: Pricing
124124
href: https://azure.microsoft.com/pricing/details/active-directory/
125125
- name: Service updates
126126
href: ../fundamentals/whats-new.md
127127
- name: Stack Overflow
128128
href: https://stackoverflow.com/questions/tagged/azure-active-directory
129129
- name: Videos
130-
href: https://azure.microsoft.com/documentation/videos/index/?services=active-directory
130+
href: https://azure.microsoft.com/documentation/videos/index/?services=active-directory

articles/active-directory/conditional-access/best-practices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ ms.collection: M365-identity-device-management
1717
---
1818
# Best practices for Conditional Access in Azure Active Directory
1919

20-
With [Azure Active Directory (Azure AD) Conditional Access](../active-directory-conditional-access-azure-portal.md), you can control how authorized users access your cloud apps. This article provides you with information about:
20+
With [Azure Active Directory (Azure AD) Conditional Access](./overview.md), you can control how authorized users access your cloud apps. This article provides you with information about:
2121

2222
- Things you should know
2323
- What it is you should avoid doing when configuring Conditional Access policies.
2424

25-
This article assumes that you are familiar with the concepts and the terminology outlined in [What is Conditional Access in Azure Active Directory?](../active-directory-conditional-access-azure-portal.md)
25+
This article assumes that you are familiar with the concepts and the terminology outlined in [What is Conditional Access in Azure Active Directory?](./overview.md)
2626

2727
## What's required to make a policy work?
2828

@@ -151,5 +151,5 @@ For more information, see [Migrate classic policies in the Azure portal](policy-
151151

152152
If you want to know:
153153

154-
- How to configure a Conditional Access policy, see [Require MFA for specific apps with Azure Active Directory Conditional Access](app-based-mfa.md).
155-
- How to plan your Conditional Access policies, see [How to plan your Conditional Access deployment in Azure Active Directory](plan-conditional-access.md).
154+
- How to configure a Conditional Access policy, see [Require MFA for specific apps with Azure Active Directory Conditional Access](../authentication/tutorial-enable-azure-mfa.md).
155+
- How to plan your Conditional Access policies, see [How to plan your Conditional Access deployment in Azure Active Directory](plan-conditional-access.md).

articles/active-directory/conditional-access/block-legacy-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ You can select all available grant controls for the **Other clients** condition;
120120
## Next steps
121121

122122
- [Determine impact using Conditional Access report-only mode](howto-conditional-access-report-only.md)
123-
- If you are not familiar with configuring Conditional Access policies yet, see [require MFA for specific apps with Azure Active Directory Conditional Access](app-based-mfa.md) for an example.
123+
- If you are not familiar with configuring Conditional Access policies yet, see [require MFA for specific apps with Azure Active Directory Conditional Access](../authentication/tutorial-enable-azure-mfa.md) for an example.
124124
- For more information about modern authentication support, see [How modern authentication works for Office 2013 and Office 2016 client apps](/office365/enterprise/modern-auth-for-office-2013-and-2016)
125-
- [How to set up a multifunction device or application to send email using Office 365 and Microsoft 365](/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-office-3)
125+
- [How to set up a multifunction device or application to send email using Office 365 and Microsoft 365](/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-office-3)

articles/active-directory/conditional-access/concept-conditional-access-cloud-apps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ In addition to the Microsoft apps, administrators can add any Azure AD registere
112112

113113
- Applications published through [Azure AD Application Proxy](../manage-apps/what-is-application-proxy.md)
114114
- [Applications added from the gallery](../manage-apps/add-application-portal.md)
115-
- [Custom applications not in the gallery](../manage-apps/add-non-gallery-app.md)
115+
- [Custom applications not in the gallery](../manage-apps/view-applications-portal.md)
116116
- [Legacy applications published through app delivery controllers and networks](../manage-apps/secure-hybrid-access.md)
117117
- Applications that use [password based single sign-on](../manage-apps/configure-password-single-sign-on-non-gallery-applications.md)
118118

@@ -129,4 +129,4 @@ User actions are tasks that can be performed by a user. The only currently suppo
129129
- [Conditional Access: Conditions](concept-conditional-access-conditions.md)
130130

131131
- [Conditional Access common policies](concept-conditional-access-policy-common.md)
132-
- [Client application dependencies](service-dependencies.md)
132+
- [Client application dependencies](service-dependencies.md)

articles/active-directory/conditional-access/concept-conditional-access-policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A policy can contain multiple [conditions](concept-conditional-access-conditions
4141

4242
#### Sign-in risk
4343

44-
For organizations with [Azure AD Identity Protection](../identity-protection/overview.md), the risk detections generated there can influence your Conditional Access policies.
44+
For organizations with [Azure AD Identity Protection](../identity-protection/overview-identity-protection.md), the risk detections generated there can influence your Conditional Access policies.
4545

4646
#### Device platforms
4747

@@ -130,4 +130,4 @@ The article [Common Conditional Access policies](concept-conditional-access-poli
130130

131131
[Managing device compliance with Intune](/intune/device-compliance-get-started)
132132

133-
[Microsoft Cloud App Security and Conditional Access](/cloud-app-security/proxy-intro-aad)
133+
[Microsoft Cloud App Security and Conditional Access](/cloud-app-security/proxy-intro-aad)

articles/active-directory/conditional-access/howto-conditional-access-policy-risk-user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ There are two locations where this policy may be assigned. Organizations should
2626
1. Sign in to the **Azure portal** as a global administrator, security administrator, or Conditional Access administrator.
2727
1. Browse to **Azure Active Directory** > **Security** > **Conditional Access**.
2828
1. Select **New policy**.
29-
1. Give your policy a name. We recommend that organizations create a meaningful standard for the names of their policies. For more info, [set naming standards for your policies](https://docs.microsoft.com/azure/active-directory/conditional-access/plan-conditional-access#set-naming-standards-for-your-policies).
29+
1. Give your policy a name. We recommend that organizations create a meaningful standard for the names of their policies. For more info, [set naming standards for your policies](./plan-conditional-access.md#set-naming-standards-for-your-policies).
3030
1. Under **Assignments**, select **Users and groups**.
3131
1. Under **Include**, select **All users**.
3232
1. Under **Exclude**, select **Users and groups** and choose your organization's emergency access or break-glass accounts.
@@ -63,4 +63,4 @@ There are two locations where this policy may be assigned. Organizations should
6363

6464
[Simulate sign in behavior using the Conditional Access What If tool](troubleshoot-conditional-access-what-if.md)
6565

66-
[What is Azure Active Directory Identity Protection?](../identity-protection/overview.md)
66+
[What is Azure Active Directory Identity Protection?](../identity-protection/overview-identity-protection.md)

articles/active-directory/conditional-access/howto-conditional-access-policy-risk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ There are two locations where this policy may be assigned. Organizations should
6767

6868
[Simulate sign in behavior using the Conditional Access What If tool](troubleshoot-conditional-access-what-if.md)
6969

70-
[What is Azure Active Directory Identity Protection?](../identity-protection/overview.md)
70+
[What is Azure Active Directory Identity Protection?](../identity-protection/overview-identity-protection.md)

articles/active-directory/conditional-access/howto-conditional-access-report-only.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ To view the result of a report-only policy for a particular sign-in:
4848

4949
In order to view the aggregate impact of Conditional Access policies using the new Conditional Access Insights workbook, you must integrate Azure Monitor with Azure AD and export the sign-in logs. There are two steps to set up this integration:
5050

51-
1. [Sign up for an Azure Monitor subscription and create a workspace](/azure/azure-monitor/learn/quick-create-workspace).
52-
1. [Export the Sign-in logs from Azure AD to Azure Monitor](/azure/active-directory/reports-monitoring/howto-integrate-activity-logs-with-log-analytics).
51+
1. [Sign up for an Azure Monitor subscription and create a workspace](../../azure-monitor/learn/quick-create-workspace.md).
52+
1. [Export the Sign-in logs from Azure AD to Azure Monitor](../reports-monitoring/howto-integrate-activity-logs-with-log-analytics.md).
5353

5454
More information about Azure Monitor pricing can be found on the [Azure Monitor pricing page](https://azure.microsoft.com/pricing/details/monitor/). Resources to estimate costs, set a daily cap, or customize the data retention period, can be found in the article, [Manage usage and costs with Azure Monitor Logs](../../azure-monitor/platform/manage-cost-storage.md#estimating-the-costs-to-manage-your-environment).
5555

@@ -86,4 +86,4 @@ The Conditional Access Policies dropdown is populated by querying the most recen
8686

8787
[Conditional Access common policies](concept-conditional-access-policy-common.md)
8888

89-
For more information about Azure AD workbooks, see the article, [How to use Azure Monitor workbooks for Azure Active Directory reports](../reports-monitoring/howto-use-azure-monitor-workbooks.md).
89+
For more information about Azure AD workbooks, see the article, [How to use Azure Monitor workbooks for Azure Active Directory reports](../reports-monitoring/howto-use-azure-monitor-workbooks.md).

articles/active-directory/conditional-access/howto-conditional-access-session-lifetime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,5 @@ To make sure that your policy works as expected, the recommended best practice i
133133

134134
## Next steps
135135

136-
* If you want to know how to configure a Conditional Access policy, see the article [Require MFA for specific apps with Azure Active Directory Conditional Access](app-based-mfa.md).
137-
* If you are ready to configure Conditional Access policies for your environment, see the article [Best practices for Conditional Access in Azure Active Directory](best-practices.md).
136+
* If you want to know how to configure a Conditional Access policy, see the article [Require MFA for specific apps with Azure Active Directory Conditional Access](../authentication/tutorial-enable-azure-mfa.md).
137+
* If you are ready to configure Conditional Access policies for your environment, see the article [Best practices for Conditional Access in Azure Active Directory](best-practices.md).

articles/active-directory/conditional-access/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ Customers with [Microsoft 365 Business Premium licenses](/office365/servicedescr
9797

9898
- [Building a Conditional Access policy piece by piece](concept-conditional-access-policies.md)
9999
- [Plan your Conditional Access deployment](plan-conditional-access.md)
100-
- [Learn about Identity Protection](../identity-protection/overview-v2.md)
100+
- [Learn about Identity Protection](../identity-protection/overview-identity-protection.md)
101101
- [Learn about Microsoft Cloud App Security](/cloud-app-security/what-is-cloud-app-security)
102-
- [Learn about Microsoft Intune](/intune/index)
102+
- [Learn about Microsoft Intune](/intune/index)

0 commit comments

Comments
 (0)