Skip to content

Commit 5539b81

Browse files
authored
Merge pull request #15697 from MicrosoftDocs/main
8/20/2024 AM Publish
2 parents 6fae9a9 + c79f639 commit 5539b81

28 files changed

+88
-161
lines changed

azure-stack/asdk/asdk-admin-basics.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ description: Learn how to do basic admin tasks for the Azure Stack Development K
44
author: sethmanheim
55

66
ms.topic: article
7-
ms.date: 10/29/2021
7+
ms.date: 08/19/2024
88
ms.author: sethm
9-
ms.reviewer: misainat
10-
ms.lastreviewed: 10/15/2019
119

1210
# Intent: As an ASDK user, I want to familiarize myself with the admin basics so my users can become productive as quickly as possible.
1311
# Keyword: asdk admin basics
@@ -16,22 +14,22 @@ ms.lastreviewed: 10/15/2019
1614

1715

1816
# ASDK admin basics
17+
1918
There are several things you need to know if you're new to Azure Stack Development Kit (ASDK) administration. This guidance provides an overview of your role as an Azure Stack operator in the evaluation environment. Familiarizing yourself with this info ensures your test users will become productive as quickly as possible.
2019

2120
First, you should review the [What is Azure Stack Development Kit?](asdk-what-is.md) article to make sure you understand the purpose of the ASDK and its limitations. You should use the development kit as a "sandbox," where you can evaluate Azure Stack to develop and test your apps in a non-production environment.
2221

2322
Like Azure, Azure Stack innovates rapidly so we'll regularly release new builds of the ASDK. However, you can't upgrade the ASDK like you can Azure Stack integrated systems deployments. So, if you want to move to the latest build, you must completely [redeploy the ASDK](asdk-redeploy.md). You can't apply update packages. This process takes time, but the benefit is that you can try out the latest features as soon as they become available.
2423

2524
## What account should I use?
25+
2626
There are a few account considerations you should be aware of when managing Azure Stack. This is especially true in deployments using Windows Server Active Directory Federation Services (AD FS) as the identity provider instead of Microsoft Entra ID. The following account considerations apply to both Azure Stack integrated systems and ASDK deployments:
2727

2828
|Account|Microsoft Entra ID|AD FS|
2929
|-----|-----|-----|
3030
|Local Admin (.\Administrator)|ASDK host admin|ASDK host admin|
3131
|AzureStack\AzureStackAdmin|ASDK host admin<br><br>Can be used to sign in to the Azure Stack administrator portal<br><br>Access to view and administer Service Fabric rings|ASDK host admin<br><br>No access to the Azure Stack administrator portal<br><br>Access to view and administer Service Fabric rings<br><br>No longer owner of the Default Provider Subscription (DPS)|
3232
|AzureStack\CloudAdmin|Can access and run permitted commands within the Privileged Endpoint|Can access and run permitted commands within the Privileged Endpoint<br><br>Can't sign in to the ASDK host<br><br>Owner of the Default Provider Subscription (DPS)|
33-
|Microsoft Entra Global Administrator|Used during installation<br><br>Owner of the Default Provider Subscription (DPS)|Not applicable|
34-
|
3533

3634
## What tools do I use to manage?
3735
You can use the Azure Stack administrator portal `https://adminportal.local.azurestack.external` or PowerShell to manage Azure Stack. The easiest way to learn the basic concepts is through the portal. If you want to use PowerShell, you need to install [PowerShell for Azure Stack](asdk-post-deploy.md#install-azure-stack-powershell) and [download the Azure Stack tools from GitHub](asdk-post-deploy.md#download-the-azure-stack-tools).

azure-stack/asdk/asdk-deploy-considerations.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ description: Learn about the hardware, software, and environment requirements fo
44
author: sethmanheim
55

66
ms.topic: article
7-
ms.date: 09/23/2020
7+
ms.date: 08/19/2024
88
ms.author: sethm
9-
ms.reviewer: misainat
10-
ms.lastreviewed: 09/23/2020
119

1210
# Intent: As an ASDK user, I want to know the requirements for properly deploying the ASDK.
1311
# Keyword: asdk requirements
@@ -91,7 +89,7 @@ If your environment isn't connected to the internet, or you don't want to use Mi
9189
<a name='azure-active-directory-accounts'></a>
9290

9391
### Microsoft Entra accounts
94-
To deploy Azure Stack by using a Microsoft Entra account, you must prepare a Microsoft Entra account before you run the deployment PowerShell script. This account becomes the Global Admin for the Microsoft Entra tenant. It's used to provision and delegate apps and service principals for all Azure Stack services that interact with Microsoft Entra ID and Graph API. It's also used as the owner of the default provider subscription (which you can later change). You can sign in to your Azure Stack system's administrator portal by using this account.
92+
To deploy Azure Stack by using a Microsoft Entra account, you must prepare a Microsoft Entra account before you run the deployment PowerShell script. This account becomes the administrator for the Microsoft Entra tenant. It's used to provision and delegate apps and service principals for all Azure Stack services that interact with Microsoft Entra ID and Graph API. It's also used as the owner of the default provider subscription (which you can later change). You can sign in to your Azure Stack system's administrator portal by using this account.
9593

9694
1. Create a Microsoft Entra account that is the directory admin for at least one Microsoft Entra ID. If you already have one, you can use that. Otherwise, you can create one for free at [https://azure.microsoft.com/free/](https://azure.microsoft.com/free/) (in China, visit <https://go.microsoft.com/fwlink/?LinkID=717821> instead). If you plan to later [register Azure Stack with Azure](asdk-register.md), you must also have a subscription in this newly created account.
9795

@@ -100,13 +98,11 @@ To deploy Azure Stack by using a Microsoft Entra account, you must prepare a Mic
10098

10199
| **Microsoft Entra account** | **Supported?** |
102100
| --- | --- |
103-
| Work or school account with valid global Azure subscription |Yes |
104-
| Microsoft Account with valid global Azure subscription |Yes |
101+
| Work or school account with valid Azure subscription |Yes |
102+
| Microsoft Account with valid Azure subscription |Yes |
105103
| Work or school account with valid China Azure subscription |Yes |
106104
| Work or school account with valid US Government Azure subscription |Yes |
107105

108-
After deployment, Microsoft Entra global admin permission isn't required. However, some operations may require the global admin credential. Examples of such operations include a resource provider installer script or a new feature requiring a permission to be granted. You can either temporarily reinstate the account's global admin permissions or use a separate global admin account that's an owner of the *default provider subscription*.
109-
110106
## Network
111107
### Switch
112108
One available port on a switch for the ASDK machine.

azure-stack/asdk/asdk-deploy-powershell.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ description: Learn how to deploy the ASDK from the command line using PowerShell
44
author: sethmanheim
55

66
ms.topic: article
7-
ms.date: 10/14/2020
7+
ms.date: 08/19/2024
88
ms.author: sethm
9-
ms.reviewer: misainat
10-
ms.lastreviewed: 10/14/2020
119

1210
# Intent: As an ASDK user, I want to deploy the ASDK using the command line in Powershell so I can evaluate Azure Stack features.
1311
# Keyword: deploy asdk command line
@@ -84,9 +82,7 @@ Run the following PowerShell commands to deploy the ASDK using Microsoft Entra I
8482
.\InstallAzureStackPOC.ps1 -AdminPassword $adminpass.Password
8583
```
8684

87-
A few minutes into ASDK installation you'll be prompted for Microsoft Entra credentials. Provide the global admin credentials for your Microsoft Entra tenant.
88-
89-
After deployment, Microsoft Entra global admin permission isn't required. However, some operations may require the global admin credential. Examples of such operations include a resource provider installer script or a new feature requiring a permission to be granted. You can either temporarily reinstate the account's global admin permissions or use a separate global admin account that's an owner of the *default provider subscription*.
85+
A few minutes into ASDK installation you'll be prompted for Microsoft Entra credentials. Provide the Microsoft Entra admin credentials for your tenant.
9086

9187
### Deploy Azure Stack using AD FS
9288
To deploy the ASDK **using AD FS as the identity provider**, run the following PowerShell commands (you just need to add the -UseADFS parameter):
@@ -115,15 +111,15 @@ If your Microsoft Entra identity is only associated with **one** Microsoft Entra
115111
```powershell
116112
cd C:\CloudDeployment\Setup
117113
$adminpass = Get-Credential Administrator
118-
$aadcred = Get-Credential "<Azure AD global administrator account name>"
114+
$aadcred = Get-Credential "<Microsoft Entra administrator account name>"
119115
.\InstallAzureStackPOC.ps1 -AdminPassword $adminpass.Password -InfraAzureDirectoryTenantAdminCredential $aadcred -TimeServer 52.168.138.145 #Example time server IP address.
120116
```
121117

122118
If your Microsoft Entra identity is associated with **greater than one** Microsoft Entra directory:
123119
```powershell
124120
cd C:\CloudDeployment\Setup
125121
$adminpass = Get-Credential Administrator
126-
$aadcred = Get-Credential "<Azure AD global administrator account name>" #Example: [email protected]
122+
$aadcred = Get-Credential "<Microsoft Entra administrator account name>" #Example: [email protected]
127123
.\InstallAzureStackPOC.ps1 -AdminPassword $adminpass.Password -InfraAzureDirectoryTenantAdminCredential $aadcred -InfraAzureDirectoryTenantName "<Azure AD directory in the form of domainname.onmicrosoft.com or an Azure AD verified custom domain name>" -TimeServer 52.168.138.145 #Example time server IP address.
128124
```
129125

azure-stack/asdk/asdk-install.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ description: Learn how to install the Azure Stack Development Kit (ASDK).
44
author: sethmanheim
55

66
ms.topic: article
7-
ms.date: 05/06/2019
7+
ms.date: 08/19/2024
88
ms.author: sethm
9-
ms.reviewer: misainat
10-
ms.lastreviewed: 02/08/2019
119

1210
# Intent: As an ASDK user, I want to install the ASDK so I can start using it.
1311
# Keyword: install asdk
@@ -34,9 +32,7 @@ The steps in this article show you how to deploy the ASDK using a graphical user
3432

3533
![Identity provider type drop-down in ASDK](media/asdk-install/2.PNG)
3634

37-
If you choose an Azure subscription identity provider, you need an internet connection, the full name of a Microsoft Entra directory tenant in the form of *domainname*.onmicrosoft.com, or a Microsoft Entra ID verified custom domain name. You also need global admin credentials for the specified directory.
38-
39-
After deployment, Microsoft Entra global admin permission isn't required. However, some operations may require the global admin credential. For example, a resource provider installer script or a new feature requiring a permission to be granted. You can either temporarily reinstate the account's global admin permissions or use a separate global admin account that's an owner of the *default provider subscription*.
35+
If you choose an Azure subscription identity provider, you need an internet connection, the full name of a Microsoft Entra directory tenant in the form of *domainname*.onmicrosoft.com, or a Microsoft Entra ID verified custom domain name. You also need admin credentials for the specified directory.
4036

4137
When using AD FS as the identity provider, the default stamp directory service is used. The default account to sign in with is [email protected], and the password to use is the one you provided as part of setup.
4238

@@ -67,7 +63,7 @@ The steps in this article show you how to deploy the ASDK using a graphical user
6763
> [!TIP]
6864
> Here you can also copy the PowerShell setup commands that'll be used to install the ASDK. This is helpful if you ever need to [redeploy the ASDK on the host computer using PowerShell](asdk-deploy-powershell.md).
6965
70-
8. If you're doing a Microsoft Entra deployment, you'll be prompted to enter your Microsoft Entra global admin account credentials a few minutes after setup starts.
66+
8. If you're doing a Microsoft Entra deployment, you'll be prompted to enter your Microsoft Entra admin account credentials a few minutes after setup starts.
7167

7268
9. The deployment process will take a few hours, during which time the host computer will automatically reboot once. If you want to monitor the deployment progress, sign in as azurestack\AzureStackAdmin after the ASDK host restarts. When the deployment succeeds, the PowerShell console displays: **COMPLETE: Action 'Deployment'**.
7369
> [!IMPORTANT]
@@ -85,4 +81,5 @@ If the deployment fails for some reason, you can [redeploy](asdk-redeploy.md) fr
8581
```
8682

8783
## Next steps
84+
8885
[Post deployment configuration](asdk-post-deploy.md)

azure-stack/asdk/asdk-register.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
title: Register the ASDK with Azure
33
description: Learn how to register the Azure Stack Development Kit (ASDK) with Azure to enable marketplace syndication and usage reporting.
44
author: sethmanheim
5-
65
ms.topic: article
76
ms.custom:
87
- devx-track-azurepowershell
9-
ms.date: 1/20/2021
8+
ms.date: 08/19/2024
109
ms.author: sethm
11-
ms.reviewer: misainat
12-
ms.lastreviewed: 1/20/2021
1310

14-
# Intent: As an ASDK user, I want to register my ASDK with Azure so I can download marketplace items and report data back to global Azure.
11+
# Intent: As an ASDK user, I want to register my ASDK with Azure so I can download marketplace items and report data back to Azure.
1512
# Keyword: register asdk azure
1613
---
1714

@@ -34,7 +31,7 @@ $ExecutionContext.SessionState.LanguageMode
3431

3532
Ensure the output returns **FullLanguage**. If any other language mode is returned, registration needs to be run on another computer or the language mode set to **FullLanguage** before continuing.
3633

37-
The Microsoft Entra account used for registration needs to have access to the Azure subscription and have permissions to create identity apps and service principals in the directory associated with that subscription. We recommend you register Azure Stack Hub with Azure by [creating a service account to use for registration](../operator/azure-stack-registration-role.md) rather than using global admin credentials.
34+
The Microsoft Entra account used for registration needs to have access to the Azure subscription and have permissions to create identity apps and service principals in the directory associated with that subscription. We recommend you register Azure Stack Hub with Azure by [creating a service account to use for registration](../operator/azure-stack-registration-role.md).
3835

3936
## Register the ASDK
4037

azure-stack/hci/upgrade/install-enable-network-atc.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: ronmiab
55
ms.author: robess
66
ms.topic: how-to
77
ms.reviewer: alkohli
8-
ms.date: 08/14/2024
8+
ms.date: 08/19/2024
99
#Customer intent: As a Senior Content Developer, I want to provide customers with content and steps to help them successfully install and enable Network ATC on their existing Azure Stack HCI, version 22H2 cluster.
1010
---
1111

@@ -132,7 +132,7 @@ In this example, there are two intents that are managed across cluster nodes.
132132
1. **Management and compute**: This intent uses a dedicated pair of network adapter ports.
133133
2. **Storage**: This intent uses a dedicated pair of network adapter ports.
134134

135-
:::image type="content" source="media/install-and-enable-network-atc/group-management-and-compute.png" alt-text="Screenshot of an Azure Stack HCI cluster with a grouped management and compute intent." lightbox="media/install-and-enable-network-atc/group-management-and-compute.png":::
135+
:::image type="content" source="media/install-enable-network-atc/group-management-and-compute.png" alt-text="Screenshot of an Azure Stack HCI cluster with a grouped management and compute intent." lightbox="media/install-enable-network-atc/group-management-and-compute.png":::
136136

137137
Here's an example to implement this host network pattern:
138138

@@ -148,7 +148,7 @@ In this example, there's a single intent managed across cluster nodes.
148148
149149
- **Management, Compute, and Storage**: This intent uses a dedicated pair of network adapter ports.
150150
151-
:::image type="content" source="media/install-and-enable-network-atc/group-all-traffic.png" alt-text="Screenshot of an Azure Stack HCI cluster with all traffic on a single intent." lightbox="media/install-and-enable-network-atc/group-all-traffic.png":::
151+
:::image type="content" source="media/install-enable-network-atc/group-all-traffic.png" alt-text="Screenshot of an Azure Stack HCI cluster with all traffic on a single intent." lightbox="media/install-enable-network-atc/group-all-traffic.png":::
152152
153153
Here's an example to implement this host network pattern:
154154
@@ -163,7 +163,7 @@ In this example, there are two intents that are managed across cluster nodes.
163163
1. **Management**: This intent uses a dedicated pair of network adapter ports.
164164
2. **Compute and Storage**: This intent uses a dedicated pair of network adapter ports.
165165
166-
:::image type="content" source="media/install-and-enable-network-atc/group-compute-and-storage.png" alt-text="Screenshot of an Azure Stack HCI cluster with a grouped compute and storage intent." lightbox="media/install-and-enable-network-atc/group-compute-and-storage.png":::
166+
:::image type="content" source="media/install-enable-network-atc/group-compute-and-storage.png" alt-text="Screenshot of an Azure Stack HCI cluster with a grouped compute and storage intent." lightbox="media/install-enable-network-atc/group-compute-and-storage.png":::
167167
168168
Here's an example to implement this host network pattern:
169169
@@ -181,7 +181,7 @@ In this example, there are three intents that are managed across cluster nodes.
181181
2. **Compute**: This intent uses a dedicated pair of network adapter ports.
182182
3. **Storage**: This intent uses a dedicated pair of network adapter ports.
183183
184-
:::image type="content" source="media/install-and-enable-network-atc/fully-disaggregated.png" alt-text="Screenshot of an Azure Stack HCI cluster with a fully disaggregated intent." lightbox="media/install-and-enable-network-atc/fully-disaggregated.png":::
184+
:::image type="content" source="media/install-enable-network-atc/fully-disaggregated.png" alt-text="Screenshot of an Azure Stack HCI cluster with a fully disaggregated intent." lightbox="media/install-enable-network-atc/fully-disaggregated.png":::
185185
186186
Here's an example to implement this host network pattern:
187187
@@ -233,7 +233,7 @@ If the **ConfigurationStatus** shows **Failed**, check to see if the error messa
233233

234234
In this step, you move from the node deployed with Network ATC to the next node and migrate the VMs from this second node. You must verify that the second node has the same `VMSwitch` name as the node deployed with Network ATC.
235235

236-
This is a non-disruptive change and can be done on all the nodes simultaneously. Run the following command:
236+
This is a nondisruptive change and can be done on all the nodes simultaneously. Run the following command:
237237

238238
```powershell
239239
#Run on the node where you configured Network ATC
@@ -269,4 +269,4 @@ Resume-ClusterNode
269269
270270
## Next step
271271

272-
Learn how to [Assess solution upgrade readiness for Azure Stack HCI](./validate-solution-upgrade-readiness.md).
272+
Learn how to [Assess solution upgrade readiness for Azure Stack HCI](./validate-solution-upgrade-readiness.md).

0 commit comments

Comments
 (0)