Skip to content

Commit 0ab82eb

Browse files
authored
Merge pull request #187625 from rolyon/rolyon-rbac-conditional-access-azure-management-redirect
[Azure RBAC] Redirect Conditional Access for Microsoft Azure Management
2 parents 5ece001 + 61f3d79 commit 0ab82eb

File tree

8 files changed

+10
-56
lines changed

8 files changed

+10
-56
lines changed

.openpublishing.redirection.active-directory.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@
357357
},
358358
{
359359
"source_path_from_root": "/articles/active-directory/conditional-access-azure-management.md",
360-
"redirect_url": "/azure/role-based-access-control/conditional-access-azure-management",
361-
"redirect_document_id": true
360+
"redirect_url": "/azure/active-directory/conditional-access/concept-conditional-access-cloud-apps",
361+
"redirect_document_id": false
362362
},
363363
{
364364
"source_path_from_root": "/articles/active-directory/role-based-access-control-custom-roles.md",

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22357,6 +22357,11 @@
2235722357
"redirect_url": "/azure/role-based-access-control/role-assignments-portal",
2235822358
"redirect_document_id": false
2235922359
},
22360+
{
22361+
"source_path_from_root": "/articles/role-based-access-control/conditional-access-azure-management.md",
22362+
"redirect_url": "/azure/active-directory/conditional-access/concept-conditional-access-cloud-apps",
22363+
"redirect_document_id": true
22364+
},
2236022365
{
2236122366
"source_path_from_root": "/articles/scheduler/get-started-portal.md",
2236222367
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",

articles/active-directory/fundamentals/5-secure-access-b2b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ We recommend the following restrictions for guest users.
127127

128128
* **Block access to the Azure portal. You can make rare necessary exceptions**.
129129

130-
* Create a Conditional Access policy that includes either All guest and external users and then [implement a policy to block access](../../role-based-access-control/conditional-access-azure-management.md).
130+
* Create a Conditional Access policy that includes either All guest and external users and then [implement a policy to block access](../conditional-access/concept-conditional-access-cloud-apps.md).
131131

132132

133133

articles/active-directory/fundamentals/active-directory-access-create-new-tenant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ If you're not going to continue to use this application, you can delete the tena
8383

8484
- Add groups and members, see [Create a basic group and add members](active-directory-groups-create-azure-portal.md)
8585

86-
- Learn about [role-based access using Privileged Identity Management](../../role-based-access-control/best-practices.md) and [Conditional Access](../../role-based-access-control/conditional-access-azure-management.md) to help manage your organization's application and resource access.
86+
- Learn about [Azure role-based access control (Azure RBAC)](../../role-based-access-control/overview.md) and [Conditional Access](../conditional-access/overview.md) to help manage your organization's application and resource access.
8787

8888
- Learn about Azure AD, including [basic licensing information, terminology, and associated features](active-directory-whatis.md).

articles/active-directory/fundamentals/protect-m365-from-on-premises-attacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ We recommend the following provisioning methods:
129129

130130
* Limit guest access to browsing groups and other properties in the directory. Use the external collaboration settings to restrict guests' ability to read groups they're not members of.
131131

132-
* Block access to the Azure portal. You can make rare necessary exceptions. Create a Conditional Access policy that includes all guests and external users. Then [implement a policy to block access](../../role-based-access-control/conditional-access-azure-management.md).
132+
* Block access to the Azure portal. You can make rare necessary exceptions. Create a Conditional Access policy that includes all guests and external users. Then [implement a policy to block access](../conditional-access/concept-conditional-access-cloud-apps.md).
133133

134134
* **Disconnected forests**: Use [Azure AD cloud provisioning](../cloud-sync/what-is-cloud-sync.md). This method enables you to connect to disconnected forests, eliminating the need to establish cross-forest connectivity or trusts, which can broaden the effect of an on-premises breach.
135135

articles/role-based-access-control/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353
- name: Security controls by Azure Policy
5454
displayName: regulatory, compliance, standards, domains
5555
href: ./security-controls-policy.md
56-
- name: Conditional Access for Azure management
57-
href: conditional-access-azure-management.md
5856
- name: How-to guides
5957
items:
6058
- name: List role definitions

articles/role-based-access-control/conditional-access-azure-management.md

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

0 commit comments

Comments
 (0)