You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: windows-365/enterprise/azure-network-connections.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: ErikjeMS
8
8
ms.author: erikje
9
9
manager: dougeby
10
-
ms.date: 08/28/2024
10
+
ms.date: 10/30/2024
11
11
ms.topic: overview
12
12
ms.service: windows-365
13
13
ms.subservice: windows-365-enterprise
@@ -47,8 +47,8 @@ There are two kinds of ANCs based on their join type. Both let you manage traffi
47
47
48
48
When a Cloud PC is provisioned, the information in the ANC is used by the provisioning policy to provision the Cloud PC in the Azure subnet. The information required in an ANC includes:
49
49
50
-
-**Network details**: The Azure subscription, resource group, virtual network, and subnet that the Cloud PC will be associated with. When a provisioning policy runs, it creates a Cloud PC in the Microsoft hosted Azure subscription. To connect to a customer's on-premises network, a virtual network interface card (vNic) is injected into a customer-provided Azure virtual network (vNet). To create this vNic, Windows 365 needs sufficient access to an Azure subscription.
51
-
-**Active Directory domain**: The Active Directory domain to join, an Organizational Unit (OU) destination for the computer object, and Active Directory user credentials with sufficient permissions to perform the domain join. When a provisioning policy runs, the Cloud PC is joined to this Active Directory domain. The credentials will be stored securely in the Windows 365 service.
50
+
-**Network details**: The Azure subscription, resource group, virtual network, and subnet to associate with the Cloud PC. When a provisioning policy runs, it creates a Cloud PC in the Microsoft hosted Azure subscription. To connect to a customer's on-premises network, a virtual network interface card (vNic) is injected into a customer-provided Azure virtual network (vNet). To create this vNic, Windows 365 needs sufficient access to an Azure subscription.
51
+
-**Active Directory domain**: The Active Directory domain to join, an Organizational Unit (OU) destination for the computer object, and Active Directory user credentials with sufficient permissions to perform the domain join. When a provisioning policy runs, the Cloud PC is joined to this Active Directory domain. The credentials are stored securely in the Windows 365 service.
52
52
53
53
During provisioning, the Cloud PC is connected to the Azure subnet and joined to a domain (either Windows Server Active Directory or Microsoft Entra ID). This process results in a Cloud PC that is:
54
54
@@ -61,7 +61,7 @@ The ANC settings are applied to the Cloud PC only at the time of provisioning.
61
61
62
62
### Alternate ANCs
63
63
64
-
To help make provisioning Cloud PCs more reliable in the rare case of capacity constraints in a region, you have the option to assign alternate ANCs to a provisioning policy. You can define the priority order of the ANCs that the policy will use. If the first ANC is unavailable, the policy will automatically use the second ANC in the priority list. If the second one is unavailable, it will move on to the next, and so on. This lets administrators prepare multiple ANCs in different Azure regions, making provisioning more reliable. You don't have to use multiple ANCs. For more information about using alternate ANCs when creating your provisioning policies, see [Create provisioning policies](create-provisioning-policy.md).
64
+
To help make provisioning Cloud PCs more reliable in the rare case of capacity constraints in a region, you can assign alternate ANCs to a provisioning policy. You can define the priority order of the ANCs that the policy uses. If the first ANC is unavailable, the policy automatically uses the second ANC in the priority list. If the second one is unavailable, it moves on to the next, and so on. This process lets administrators prepare multiple ANCs in different Azure regions, making provisioning more reliable. You don't have to use multiple ANCs. For more information about using alternate ANCs when creating your provisioning policies, see [Create provisioning policies](create-provisioning-policy.md).
65
65
66
66
## First health check
67
67
@@ -81,7 +81,7 @@ After provisioning, the information in an ANC is also used to monitor:
81
81
- the connection health between your network-based resources
82
82
- the Cloud PC hosted in the Microsoft hosted subscription
83
83
84
-
Windows 365 will report configuration issues that may cause provisioning failures or poor end-user experiences. This monitoring reduces your management overhead. For more information on these periodic checks, see [Azure network connection health checks](health-checks.md).
84
+
Windows 365 reports configuration issues that may cause provisioning failures or poor end-user experiences. This monitoring reduces your management overhead. For more information on these periodic checks, see [Azure network connection health checks](health-checks.md).
85
85
86
86
## Health check frequency
87
87
@@ -102,13 +102,13 @@ The ANC wizard requires access to Azure and, optionally, on-premises domain reso
102
102
-[Intune Administrator](/azure/active-directory/roles/permissions-reference#intune-administrator) or [Windows 365 Administrator](/azure/active-directory/roles/permissions-reference) role.
103
103
- An Active Directory user account with sufficient permissions to join the AD domain into this Organizational Unit (Microsoft Entra hybrid join ANCs only).
104
104
105
-
To create or edit an ANC, you must at least have the Subscription Reader role in the Azure Subscription where the VNET associated with the ANC was located.
105
+
To create or edit an ANC, you must have at least the Subscription Reader role in the Azure Subscription where the VNET associated with the ANC was located.
106
106
107
107
For a full list of requirements, see [Windows 365 requirements](requirements.md).
108
108
109
109
## Changing an Azure network connection
110
110
111
-
Changing the settings in an ANC won’t affect Cloud PCs previously provisioned with that ANC. Only Cloud PCs provisioned after the changes to the ANC will reflect such later changes.
111
+
Changing the settings in an ANC won’t affect Cloud PCs previously provisioned with that ANC. Only Cloud PCs provisioned after the changes to the ANC reflect such later changes.
112
112
113
113
If you want to change the ANC related settings on a previously provisioned Cloud PC, you must reprovision the Cloud PC. Reprovisioning is a destructive action, so be sure it's an action you really want to take. For more information, see [reprovisioning](provisioning.md#reprovisioning).
114
114
@@ -125,6 +125,10 @@ After completing either of these operations, you can delete the ANC.
125
125
126
126
Each tenant has a limit of 10 Azure network connections. If your organization needs more than 10 Azure network connections, contact support.
127
127
128
+
## Inactive ANCs
129
+
130
+
ANCs that are unused for a period of time become inactive. Inactive ANCs pause running health checks and can't be assigned to a provisioning policy until the ANC is reactivated and health checks complete successfully.
131
+
128
132
## User sign-in
129
133
130
134
When users attempt to sign in to their Cloud PC, user authentication occurs.
Copy file name to clipboardExpand all lines: windows-365/enterprise/create-azure-network-connection.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: ErikjeMS
8
8
ms.author: erikje
9
9
manager: dougeby
10
-
ms.date: 04/01/2024
10
+
ms.date: 10/30/2024
11
11
ms.topic: how-to
12
12
ms.service: windows-365
13
13
ms.subservice: windows-365-enterprise
@@ -68,7 +68,7 @@ When planning your ANC VNets with ExpressRoute as the on-premises connectivity m
68
68
69
69

70
70
71
-
4. Select a **Subscription** and **Resource group** for the new connection. Create a new resource group to contain your Cloud PC resources. Optionally, you can instead select an existing resource group in the list (which grant Windows 365 permissions to the existing resource group). If you don’t have a [healthy ANC](health-checks.md), you won't be able to proceed.
71
+
4. Select a **Subscription** and **Resource group** for the new connection. Create a new resource group to contain your Cloud PC resources. Optionally, you can instead select an existing resource group in the list (which grant Windows 365 permissions to the existing resource group). If you don’t have a [healthy ANC](health-checks.md), you can't proceed.
72
72
5. Select a **Virtual network** and **Subnet**.
73
73
6. Select **Next**.
74
74
7. For hybrid Microsoft Entra join ANCs, on the **AD domain** page, provide the following information:
@@ -88,6 +88,8 @@ When planning your ANC VNets with ExpressRoute as the on-premises connectivity m
88
88
8. Select **Next**.
89
89
9. On the **Review + Create** page, select **Create**.
90
90
91
+
When an ANC is in use, it can't be deleted and certain configuration settings can't be edited. For more information, see [Edit Azure network connection](edit-azure-network-connection.md) and [Delete Azure network connection](delete-azure-network-connection.md).
Copy file name to clipboardExpand all lines: windows-365/enterprise/delete-azure-network-connection.md
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: ErikjeMS
8
8
ms.author: erikje
9
9
manager: dougeby
10
-
ms.date: 07/25/2024
10
+
ms.date: 10/30/2024
11
11
ms.topic: how-to
12
12
ms.service: windows-365
13
13
ms.subservice: windows-365-enterprise
@@ -31,18 +31,29 @@ ms.collection:
31
31
32
32
# Delete Azure network connection
33
33
34
-
Only an unassigned Azure network connection (ANC) can be deleted. If an ANC is in use by a provisioning policy, then you must take one of the following steps:
34
+
Only an unused Azure network connection (ANC) can be deleted.
35
35
36
-
- Remove the ANC from all provisioning policies.
37
-
- Delete the ANC.
38
-
39
-
To delete an Azure network connection:
36
+
To delete an unused ANC:
40
37
41
38
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431) > **Devices** > **Windows 365** (under **Provisioning**) > **Azure network connection**. You must have [Intune Administrator](/azure/active-directory/roles/permissions-reference#intune-administrator) or [Windows 365 Administrator](/azure/active-directory/roles/permissions-reference) permissions.
42
39

43
40
2. Select the ellipses (**…**) next to the connection you want to delete > **Delete**.
44
41
3. Select **Confirm** when asked to delete the connection.
45
42
43
+
## In use ANCs
44
+
45
+
ANCs that are in use can't be deleted. In use ANCs include ANCs that are:
46
+
47
+
- Referenced by a provisioning policy, including as an alternate ANC.
48
+
- Used by a Cloud PC.
49
+
- Configured as backup ANCs for [cross region disaster recovery](cross-region-disaster-recovery.md).
50
+
51
+
If an ANC is in use, then you must take one of the following steps before you can delete it:
52
+
53
+
- Remove the ANC from all provisioning policies.
54
+
- Move Cloud PCs to another ANC or deprovision the Cloud PCs.
55
+
- Remove the ANC from all cross region disaster recovery user settings.
Copy file name to clipboardExpand all lines: windows-365/enterprise/edit-azure-network-connection.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: ErikjeMS
8
8
ms.author: erikje
9
9
manager: dougeby
10
-
ms.date: 07/25/2024
10
+
ms.date: 10/30/2024
11
11
ms.topic: how-to
12
12
ms.service: windows-365
13
13
ms.subservice: windows-365-enterprise
@@ -44,10 +44,16 @@ To edit an Azure network connection:
44
44
1. Sign in to the [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431) > **Devices** > **Windows 365** (under **Provisioning**) > **Azure network connection** > select the connection you want to edit > **Properties**.
45
45
2. For all ANCs, you can edit the **General** settings by selecting **Edit** next to each header. You can edit all settings except **Join type**. For Microsoft Entra hybrid join connections, you can also edit the **AD domain** settings.
46
46
47
-
After the edits have been saved, the ANC checks are run to verify the configuration.
47
+
After the edits are saved, the ANC checks are run to verify the configuration.
48
48
49
49
You can't edit an ANC if it's running checks. You must wait for the checks to pass/fail before edit functionality becomes available.
50
50
51
+
Some configuration settings can't be edited for ANCs that are:
52
+
53
+
- Referenced by a provisioning policy, including as an alternate ANC.
54
+
- Used by a Cloud PC.
55
+
- Configured as backup ANCs for [cross region disaster recovery](cross-region-disaster-recovery.md).
Copy file name to clipboardExpand all lines: windows-365/enterprise/health-checks.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: ErikjeMS
8
8
ms.author: erikje
9
9
manager: dougeby
10
-
ms.date: 08/28/2024
10
+
ms.date: 10/30/2024
11
11
ms.topic: how-to
12
12
ms.service: windows-365
13
13
ms.subservice: windows-365-enterprise
@@ -44,12 +44,13 @@ Statuses include:
44
44
45
45
-**Running checks**: The health checks are currently running. The ANC list view automatically refreshes every five minutes. Wait for the checks to complete before attempting to assign it to a provisioning policy.
46
46
-**Checks successful**: All health checks passed. The ANC is ready for use.
47
-
-**Checks successful with warnings**: All critical health checks passed. However at least one non-critical check may have issues. An example of a check that may trigger this state is the Microsoft Entra hybrid join sync check. Microsoft Entra hybrid join sync can take up to 90 minutes, so we check much of the Microsoft Entra hybrid join sync service but can’t confirm the device sync succeeded until later. ANCs with this status can be used by provisioning policies.
48
-
-**Checks failed**: One or more required checks failed. An ANC can’t be used if it's in a failed state. You’ll have to resolve the underlying issue and Retry the health checks.
47
+
-**Checks successful with warnings**: All critical health checks passed. However at least one noncritical check may have issues. An example of a check that may trigger this state is the Microsoft Entra hybrid join sync check. Microsoft Entra hybrid join sync can take up to 90 minutes. Therefore, we check much of the Microsoft Entra hybrid join sync service but can’t confirm that the device sync succeeded until later. Provisioning policies can use ANCs with this status.
48
+
-**Checks failed**: One or more required checks failed. An ANC can’t be used if it's in a failed state. Resolve the underlying issue and Retry the health checks.
49
+
-**Inactive**: The ANC is inactive and health checks are paused. Reactivate the ANC to restart the health checks. After the health checks are passed, the ANC is ready for use.
49
50
50
51
## Status error details
51
52
52
-
Every failed ANC or success with warning error state includes the technical details behind the failure. Select the **View details** link for each failed check to view more information on the failure. After you’ve fixed the underlying issue, **Retry** the health check to rerun the tests. To retry the health check, you must:
53
+
Every failed ANC or success with warning error state includes the technical details behind the failure. Select the **View details** link for each failed check to view more information on the failure. After you fix the underlying issue, **Retry** the health check to rerun the tests. To retry the health check, you must:
53
54
54
55
- Have the [Intune Administrator](/azure/active-directory/roles/permissions-reference#intune-administrator) or [Windows 365 Administrator](/azure/active-directory/roles/permissions-reference) role.
Copy file name to clipboardExpand all lines: windows-365/enterprise/report-cloud-pc-actions.md
+20-4Lines changed: 20 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: ErikjeMS
8
8
ms.author: erikje
9
9
manager: dougeby
10
-
ms.date: 12/6/2023
10
+
ms.date: 10/30/2024
11
11
ms.topic: overview
12
12
ms.service: windows-365
13
13
ms.subservice: windows-365-enterprise
@@ -31,19 +31,24 @@ ms.collection:
31
31
32
32
# Cloud PC actions report (preview)
33
33
34
-
This report shows you what actions admins have taken on which Cloud PCs, and the status of those actions.
34
+
This report shows you the status and completion progress of actions admins have taken on Cloud PCs, for both:
35
+
36
+
- Single actions on the **Devices** tab.
37
+
- Multiple devices using **Bulk device actions** on the **Bulk batches** tab.
38
+
39
+
The report shows action statuses for the last 90 days.
35
40
36
41
The Cloud PC actions report is in [public preview](..\public-preview.md).
37
42
38
43
## Use the Cloud PC actions report
39
44
40
45
To get to the **Cloud PC actions** report, sign in to [Microsoft Intune admin center](https://go.microsoft.com/fwlink/?linkid=2109431), select **Devices** > **Monitor** > **Cloud PC actions (preview)**.
41
46
42
-
## Report data
47
+
## Devices tab
43
48
44
49
:::image type="content" source="./media/report-cloud-pc-actions/report.png" alt-text="Screenshot of the Cloud PC actions report." lightbox="./media/report-cloud-pc-actions/report.png":::
45
50
46
-
The report shows the following columns:
51
+
The tab shows the following columns:
47
52
48
53
-**Device name**
49
54
-**Primary user UPN**
@@ -64,6 +69,17 @@ The report shows the following columns:
64
69
-**Review required**: An admin must take action to complete the action. For example, assigning a target license to a device in **Resize Pending License** state for the **Resize** action.
65
70
-**Date initiated**
66
71
72
+
## Bulk batches tab
73
+
74
+
When an admin takes an action on multiple Cloud PCs at once using **Bulk device actions**, the actions are combined into a batch.
75
+
76
+
The tab shows the following columns:
77
+
78
+
-**Batch name** - An automatically generated name for a batch of devices undergoing a remote action.
79
+
-**Action** - Same as **Devices** tab.
80
+
-**Completion** - The progress of the action on the batch of devices.
Copy file name to clipboardExpand all lines: windows-365/enterprise/whats-new.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,32 @@ For more information about public preview items, see [Public preview in Windows
55
55
### Windows 365 app
56
56
-->
57
57
58
+
<!-- ########################## -->
59
+
## Week of October 28, 2024 (Service release 2410)
60
+
61
+
<!-- vvvvvvvvvvvvvvvvvvvvvv -->
62
+
### Device management
63
+
64
+
#### Bulk Troubleshoot action now generally available<!--51893512-->
65
+
66
+
The Troubleshoot action in bulk has moved out of preview and into general availability.
67
+
68
+
For more information, see [Remotely manage Windows 365 devices](remotely-manage-cloud-pc.md).
69
+
70
+
<!-- vvvvvvvvvvvvvvvvvvvvvv -->
71
+
### Monitor and troubleshoot
72
+
73
+
### Update to Cloud PC action status report<!--49451077-->
74
+
75
+
The Cloud PC action status report now shows batches of devices on which actions were triggered. You can see the batch current progress. For more information, see [Cloud PC actions report ](report-cloud-pc-actions.md).
0 commit comments