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
- Azure Active Directory (Azure AD) information such as Users and Groups.
42
42
43
-
## Azure goverment tenant (.us)
43
+
## Azure government tenant (.us)
44
44
45
45
The Azure Government tenant includes Microsoft Azure subscription and associated services, such as:
46
46
@@ -55,12 +55,12 @@ The Azure Government tenant includes Microsoft Azure subscription and associated
55
55
56
56
If you want to use Azure AD join or hybrid Azure AD join, consider these preparations:
57
57
58
-
**Azure AD joined Cloud PCs**: If the you want to use an Azure AD join infrastructure and your own network, you'll need a tenant and Azure subscription in the Azure Government cloud. The tenant in the Azure commercial .com domain must be mapped to the tenant in the Azure Government .us domain.
58
+
**Azure AD joined Cloud PCs**: If you want to use an Azure AD join infrastructure and your own network, you'll need a tenant and Azure subscription in the Azure Government cloud. The tenant in the Azure commercial .com domain must be mapped to the tenant in the Azure Government .us domain.
59
59
60
60
**Hybrid Azure AD joined Cloud PCs**: If you want to use a hybrid Azure AD join infrastructure, you'll need to configure your commercial (.com) tenant and your government (.us) tenants before creating your Azure Virtual Networks.
61
61
62
62
## Map the commercial and government tenants
63
-
For the two tenants to be connected and have the ability for a user with an identity in the Azure Commercial cloud to access their Windows 365 Cloud PCs provisioned in the Azure Government, the Tenant Mapping PowerShell script will need to be run. The mapping also enables administrators using their Azure Commercial identity to provision and manage the Windows 365 Cloud PCs in the Azure Government cloud.
63
+
To connect the two tenants, the Tenant Mapping PowerShell script must be run. This mapping will give Azure Commercial cloud users the ability to access their Windows 365 Cloud PCs provisioned in the Azure Government. The mapping also enables administrators using their Azure Commercial identity to provision and manage the Windows 365 Cloud PCs in the Azure Government cloud.
64
64
65
65
1. Find the following information. It will be used later in these steps.
@@ -78,7 +78,7 @@ For the two tenants to be connected and have the ability for a user with an iden
78
78
- Your Commercial tenant ID, which can be found here: https://portal.azure.com/.
79
79
- Your Azure Government tenant ID, which can be found here: https://portal.azure.us/.
80
80
8. When prompted, press Enter to open a web browser and enter your user name and password for your commercial tenant ([email protected]).
81
-
9. When prompted, press Enter to open a web browser and enter your credentials for your Azure government tenant ([email protected]).
81
+
9. When prompted, press Enter to open a web browser and enter your credentials for your Azure Government tenant ([email protected]).
82
82
10. After the mapping completes, you'll see **Added tenant mapping successfully!**
83
83
84
84
## Azure AD join custom image management
@@ -87,7 +87,7 @@ If you're going to use Gallery images to provision Cloud PCs using the Microsoft
87
87
88
88
However, extra steps are needed to upload custom images on the Microsoft Hosted Network for Azure AD join-only Cloud PC. In this case, follow these steps before uploading your Custom Image.
89
89
90
-
You will need Commercial and Gov credentials and line of sight to both tenants to execute the script.
90
+
You'll need Commercial and Gov credentials and line of sight to both tenants to execute the script.
91
91
92
92
1. Make sure you have both commercial and government credentials.
93
93
2. Make sure you have line of sight to both tenants.
@@ -98,7 +98,7 @@ You will need Commercial and Gov credentials and line of sight to both tenants t
98
98
99
99
## Set permissions for networking and custom image management
100
100
101
-
When provisioning Windows 365 Cloud PCs without the Microsoft Hosted Network (MHN), you must define an Azure Network Connection (ANC) resource that the Cloud PCs will use to connect with other resources, including your on-prem infrastructure. This will allow GCC customers to use their own network. There is also an option to enable customers to use custom images when the Windows 365 Cloud PCs are provisioned.
101
+
When provisioning Windows 365 Cloud PCs without the Microsoft Hosted Network (MHN), you must define an Azure Network Connection (ANC) resource that the Cloud PCs will use to connect with other resources, including your on-premises infrastructure. This will allow GCC customers to use their own network. There's also an option to enable customers to use custom images when the Windows 365 Cloud PCs are provisioned.
102
102
103
103
1. Gather the following information. It will be used later in these steps.
104
104
- Commercial Azure tenant ID.
@@ -111,7 +111,7 @@ When provisioning Windows 365 Cloud PCs without the Microsoft Hosted Network (MH
111
111
2. Make sure you have Windows PowerShell version 5.1. Other versions may result in errors when running the script.
112
112
3. Go to the [Windows 365 PowerShell GitHub repository](https://github.com/microsoft/Windows365-PSScripts).
113
113
4. Navigate to the **Windows 365 GCC** folder > right-click **GrantSPRolesInTenant.ps1** > **Save link as** > save the file to a location on your computer.
114
-
5. Open Windows PowerShell 5.1 and run the PowerShell script. First step is to login to your Azure Government cloud tenant.
114
+
5. Open Windows PowerShell 5.1 and run the PowerShell script. First step is to sign in to your Azure Government cloud tenant.
115
115
6. At the prompt, type one of the following options:
116
116
-**2** to grant permissions to create Azure Network Connections (ANC).
117
117
-**3** to grant permissions to create ANCs and upload custom images.
0 commit comments