Skip to content

Commit 3d7c740

Browse files
committed
Merge branch 'main' into release-limited-time-reservations
2 parents 70f3e81 + b53642c commit 3d7c740

File tree

273 files changed

+5178
-2968
lines changed

Some content is hidden

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

273 files changed

+5178
-2968
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23387,6 +23387,11 @@
2338723387
"redirect_url": "/azure/devtest-labs/samples-cli",
2338823388
"redirect_document_id": false
2338923389
},
23390+
{
23391+
"source_path_from_root": "/articles/devtest-labs/how-to-move-schedule-to-new-region.md",
23392+
"redirect_url": "/azure/devtest-labs/how-to-move-labs",
23393+
"redirect_document_id": false
23394+
},
2339023395
{
2339123396
"source_path_from_root": "/articles/azure/virtual-desktop/azure-advisor.md",
2339223397
"redirect_url": "/azure/advisor/advisor-overview",

articles/active-directory/app-provisioning/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ items:
3535
href: on-premises-web-services-connector.md
3636
- name: Provisioning with custom connectors
3737
href: on-premises-custom-connector.md
38-
- name: Provisioning to SAP ECC 7.0
38+
- name: Provisioning to SAP ECC (formerly SAP R/3)
3939
href: on-premises-sap-connector-configure.md
4040
- name: API-driven inbound provisioning tutorials
4141
items:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ This setting has an effect on access attempts made from the following mobile app
176176
| Outlook mobile app | Exchange Online | Android, iOS |
177177
| Power BI app | Power BI service | Windows 10, Windows 8.1, Windows 7, Android, and iOS |
178178
| Skype for Business | Exchange Online| Android, iOS |
179-
| Visual Studio Team Services app | Visual Studio Team Services | Windows 10, Windows 8.1, Windows 7, iOS, and Android |
179+
| Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) app | Azure DevOps Services (formerly Visual Studio Team Services, or VSTS) | Windows 10, Windows 8.1, Windows 7, iOS, and Android |
180180

181181
### Exchange ActiveSync clients
182182

articles/active-directory/develop/msal-android-single-sign-on.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ If the application uses a `WebView` strategy without integrating Microsoft Authe
179179

180180
If the application uses MSAL with a broker like Microsoft Authenticator or Intune Company Portal, then users can have SSO experience across applications if they have an active sign-in with one of the apps.
181181

182+
> [!NOTE]
183+
> MSAL with broker utilizes WebViews instead of Custom Tabs. As a result, the Single Sign-On (SSO) state is not extended to other apps that use Custom Tabs.
184+
182185
### WebView
183186

184187
To use the in-app WebView, put the following line in the app configuration JSON that is passed to MSAL:

articles/active-directory/develop/test-setup-environment.md

Lines changed: 16 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,15 @@ You can [manually create a tenant](quickstart-create-new-tenant.md), which will
6565

6666
For convenience, you may want to invite yourself and other members of your development team to be guest users in the tenant. This will create separate guest objects in the test tenant, but means you only have to manage one set of credentials for your corporate account and your test account.
6767

68-
1. Sign in to the [Azure portal](https://portal.azure.com), then select **Azure Active Directory**.
69-
2. Go to **Users**.
70-
3. Click on **New guest user** and invite your work account email address.
71-
4. Repeat for other members of the development and/or testing team for your application.
68+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least an [Application Developer](../roles/permissions-reference.md#application-developer).
69+
1. Browse to **Identity** > **Users** > **All users**.
70+
1. Select **New user** > **Invite external user** and invite your work account email address.
71+
1. Repeat for other members of the development and/or testing team for your application.
7272

7373
You can also create test users in your test tenant. If you used one of the Microsoft 365 sample packs, you may already have some test users in your tenant. If not, you should be able to create some yourself as the tenant administrator.
7474

75-
1. Sign in to the [Azure portal](https://portal.azure.com), then select on **Azure Active Directory**.
76-
2. Go to **Users**.
77-
3. Click **New user** and create some new test users in your directory.
75+
1. Browse to **Identity** > **Users** > **All users**.
76+
1. Select **New user** > **Create new user** and create some new test users in your directory.
7877

7978
### Get an Azure AD subscription (optional)
8079

@@ -96,26 +95,22 @@ Replicating Conditional Access policies ensures you don't encounter unexpected b
9695

9796
Viewing your production tenant Conditional Access policies may need to be performed by a company administrator.
9897

99-
1. Sign in to the [Azure portal](https://portal.azure.com) using your production tenant account.
10098
1. Go to **Azure Active Directory** > **Enterprise applications** > **Conditional Access**.
10199
1. View the list of policies in your tenant. Click the first one.
102100
1. Navigate to **Cloud apps or actions**.
103101
1. If the policy only applies to a select group of apps, then move on to the next policy. If not, then it will likely apply to your app as well when you move to production. You should copy the policy over to your test tenant.
104102

105103
In a new tab or browser session, sign in to the [Azure portal](https://portal.azure.com) to access your test tenant.
106104

107-
1. Go to **Azure Active Directory** > **Enterprise applications** > **Conditional Access**.
108-
1. Click on **New policy**
105+
1. Browse to **Identity** > **Applications** > **Enterprise applications** > **Conditional Access**.
106+
1. Select **Create new policy**
109107
1. Copy the settings from the production tenant policy, identified through the previous steps.
110108

111109
#### Permission grant policies
112110

113111
Replicating permission grant policies ensures you don't encounter unexpected prompts for admin consent when moving to production.
114112

115-
1. Sign in to the [Azure portal](https://portal.azure.com) using your production tenant account.
116-
1. Click on **Azure Active Directory**.
117-
1. Go to **Enterprise applications**.
118-
1. From your production tenant, go to **Azure Active Directory** > **Enterprise applications** > **Consent and permissions** > **User consent** settings. Copy the settings there to your test tenant.
113+
Browse to **Identity** > **Applications** > **Enterprise applications** > **Consent and permissions** > **User consent** settings. Copy the settings there to your test tenant.
119114

120115
#### Token lifetime policies
121116

@@ -134,20 +129,18 @@ You'll need to create an app registration to use in your test environment. This
134129

135130
You'll need to create some test users with associated test data to use while testing your scenarios. This step might need to be performed by an admin.
136131

137-
1. Sign in to the [Azure portal](https://portal.azure.com), then select **Azure Active Directory**.
138-
2. Go to **Users**.
139-
3. Select **New user** and create some new test users in your directory.
132+
1. Browse to **Identity** > **Users** > **All users**.
133+
1. Select **New user** > **Create new user** and create some new test users in your directory.
140134

141135
### Add the test users to a group (optional)
142136

143137
For convenience, you can assign all these users to a group, which makes other assignment operations easier.
144138

145-
1. Sign in to the [Azure portal](https://portal.azure.com), then select **Azure Active Directory**.
146-
2. Go to **Groups**.
147-
3. Click **New group**.
148-
4. Select either **Security** or **Microsoft 365** for group type.
149-
5. Name your group.
150-
6. Add the test users created in the previous step.
139+
1. Browse to **Identity** > **Groups** > **All groups**.
140+
1. Select **New group**.
141+
1. Select either **Security** or **Microsoft 365** for group type.
142+
1. Name your group.
143+
1. Add the test users created in the previous step.
151144

152145
### Restrict your test application to specific users
153146

articles/active-directory/devices/concept-primary-refresh-token.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ The following diagrams illustrate the underlying details in issuing, renewing, a
158158
> [!NOTE]
159159
> In Azure AD joined devices, Azure AD PRT issuance (steps A-F) happens synchronously before the user can logon to Windows. In hybrid Azure AD joined devices, on-premises Active Directory is the primary authority. So, the user is able to login hybrid Azure AD joined Windows after they can acquire a TGT to login, while the PRT issuance happens asynchronously. This scenario does not apply to Azure AD registered devices as logon does not use Azure AD credentials.
160160
161+
> [!NOTE]
162+
> In a Hybrid Azure AD joined Windows environment, the issuance of the PRT occurs asynchronously. The issuance of the PRT may fail due to issues with the federation provider. This failure can result in sign on issues when users try to access cloud resources. It is important to troubleshoot this scenario with the federation provider.
163+
161164
| Step | Description |
162165
| :---: | --- |
163166
| A | User enters their password in the sign in UI. LogonUI passes the credentials in an auth buffer to LSA, which in turns passes it internally to CloudAP. CloudAP forwards this request to the CloudAP plugin. |

articles/active-directory/fundamentals/security-defaults.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ It's important to verify the identity of users who want to access Azure Resource
147147
After you enable security defaults in your tenant, any user accessing the following services must complete multifactor authentication:
148148

149149
- Azure portal
150+
- Microsoft Entra admin center
150151
- Azure PowerShell
151152
- Azure CLI
152153

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

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,24 @@ Lifecycle workflows allow for tasks associated with the lifecycle process to be
1919
- **Tasks**: Actions taken when a workflow is triggered.
2020
- **Execution conditions**: The who and when of a workflow. These conditions define which users (scope) this workflow should run against, and when (trigger) the workflow should run.
2121

22-
You can create and customize workflows for common scenarios by using templates, or you can build a workflow from scratch without using a template. Currently, if you use the Azure portal, any workflow that you create must be based on a template. If you want to create a workflow without using a template, use Microsoft Graph.
22+
You can create and customize workflows for common scenarios by using templates, or you can build a workflow from scratch without using a template. Currently, if you use the Microsoft Entra admin center, any workflow that you create must be based on a template. If you want to create a workflow without using a template, use Microsoft Graph.
2323

2424
## Prerequisites
2525

2626
[!INCLUDE [Microsoft Entra ID Governance license](../../../includes/active-directory-entra-governance-license.md)]
2727

2828

29-
## Create a lifecycle workflow by using a template in the Azure portal
29+
## Create a lifecycle workflow by using a template in the Microsoft Entra admin center
3030

31-
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
3231

33-
If you're using the Azure portal to create a workflow, you can customize existing templates to meet your organization's needs. These templates include one for pre-hire common scenarios.
3432

35-
To create a workflow based on a template:
36-
37-
1. Sign in to the [Azure portal](https://portal.azure.com).
33+
If you're using the Microsoft Entra admin center to create a workflow, you can customize existing templates to meet your organization's needs. These templates include one for pre-hire common scenarios.
3834

39-
1. Select **Azure Active Directory** > **Identity Governance**.
35+
To create a workflow based on a template:
4036

41-
1. On the left menu, select **Lifecycle Workflows**.
37+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Lifecycle Workflows Administrator](../roles/permissions-reference.md#lifecycle-workflows-administrator).
4238

43-
1. Select **Workflows**.
39+
1. Browse to **Identity governance** > **Lifecycle workflows** > **Create a workflow**.
4440

4541
1. On the **Choose a workflow** page, select the workflow template that you want to use.
4642

articles/active-directory/governance/manage-workflow-properties.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ You can update the following basic information without creating a new workflow.
2828

2929
If you change any other parameters, a new version is required to be created as outlined in the [Managing workflow versions](manage-workflow-tasks.md) article.
3030

31-
If done via the Azure portal, the new version is created automatically. If done using Microsoft Graph, you must manually create a new version of the workflow. For more information, see [Edit the properties of a workflow using Microsoft Graph](#edit-the-properties-of-a-workflow-using-microsoft-graph).
31+
If done via the Microsoft Entra Admin center, the new version is created automatically. If done using Microsoft Graph, you must manually create a new version of the workflow. For more information, see [Edit the properties of a workflow using Microsoft Graph](#edit-the-properties-of-a-workflow-using-microsoft-graph).
3232

33-
## Edit the properties of a workflow using the Azure portal
33+
## Edit the properties of a workflow using the Microsoft Entra Admin center
3434

35-
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
36-
37-
To edit the properties of a workflow using the Azure portal, you do the following steps:
35+
To edit the properties of a workflow using the Microsoft Entra admin center, you do the following steps:
3836

3937
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Lifecycle Workflows Administrator](../roles/permissions-reference.md#lifecycle-workflows-administrator).
4038

articles/active-directory/governance/manage-workflow-tasks.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@ ms.custom: template-how-to
1616

1717
Workflows created with Lifecycle Workflows are able to grow and change with the needs of your organization. Workflows exist as versions from creation. When making changes to other than basic information, you create a new version of the workflow. For more information, see [Manage a workflow's properties](manage-workflow-properties.md).
1818

19-
Changing a workflow's tasks or execution conditions requires the creation of a new version of that workflow. Tasks within workflows can be added, reordered, and removed at will. Updating a workflow's tasks or execution conditions within the Azure portal will trigger the creation of a new version of the workflow automatically. Making these updates in Microsoft Graph will require the new workflow version to be created manually.
19+
Changing a workflow's tasks or execution conditions requires the creation of a new version of that workflow. Tasks within workflows can be added, reordered, and removed at will. Updating a workflow's tasks or execution conditions within the Microsoft Entra admin center will trigger the creation of a new version of the workflow automatically. Making these updates in Microsoft Graph will require the new workflow version to be created manually.
2020

2121

22-
## Edit the tasks of a workflow using the Azure portal
22+
## Edit the tasks of a workflow using the Microsoft Entra admin center
2323

24-
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
25-
26-
27-
Tasks within workflows can be added, edited, reordered, and removed at will. To edit the tasks of a workflow using the Azure portal, you complete the following steps:
24+
Tasks within workflows can be added, edited, reordered, and removed at will. To edit the tasks of a workflow using the Microsoft Entra admin center, you complete the following steps:
2825

2926
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Lifecycle Workflows Administrator](../roles/permissions-reference.md#lifecycle-workflows-administrator).
3027

@@ -45,9 +42,9 @@ Tasks within workflows can be added, edited, reordered, and removed at will. To
4542
1. After making changes, select **save** to capture changes to the tasks.
4643

4744

48-
## Edit the execution conditions of a workflow using the Azure portal
45+
## Edit the execution conditions of a workflow using the Microsoft Entra admin center
4946

50-
To edit the execution conditions of a workflow using the Azure portal, you do the following steps:
47+
To edit the execution conditions of a workflow using the Microsoft Entra admin center, you do the following steps:
5148

5249

5350
1. On the left menu of Lifecycle Workflows, select **Workflows**.
@@ -66,7 +63,7 @@ To edit the execution conditions of a workflow using the Azure portal, you do th
6663
1. After making changes, select **save** to capture changes to the execution conditions.
6764

6865

69-
## See versions of a workflow using the Azure portal
66+
## See versions of a workflow using the Microsoft Entra admin center
7067

7168
1. On the left menu of Lifecycle Workflows, select **Workflows**.
7269

0 commit comments

Comments
 (0)