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: azure-stack/includes/note-powershell-adfs.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,8 @@ author: sethmanheim
3
3
ms.author: sethm
4
4
ms.service: azure-stack
5
5
ms.topic: include
6
-
ms.date: 2/1/2021
7
-
ms.reviewer: thoroet
8
-
ms.lastreviewed: 08/04/2020
6
+
ms.date: 01/24/2025
9
7
---
10
8
11
-
> [!Note]
12
-
> AD FS only supports interactive authentication with user identities. If a credential object is required, you must use a service principal (SPN). For more information on setting up a service principal with Azure Stack Hub and AD FS as your identity management service, see [Manage an AD FS app identity](../operator/give-app-access-to-resources.md#manage-an-azure-ad-app).
9
+
> [!NOTE]
10
+
> AD FS only supports interactive authentication with user identities. If a credential object is required, you must use a service principal (SPN). For more information about setting up a service principal with Azure Stack Hub and AD FS as your identity management service, see [Manage an AD FS app identity](../operator/give-app-access-to-resources.md#manage-an-azure-ad-app).
Copy file name to clipboardExpand all lines: azure-stack/includes/remove-account-az.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,11 @@
2
2
title: Include for Remove-AzureRmAccount
3
3
description: An include file that explains how to run Remove-AzureRmAccount.
4
4
author: sethmanheim
5
-
6
5
ms.topic: include
7
-
ms.date: 11/23/2020
6
+
ms.date: 01/23/2025
8
7
ms.author: sethm
9
-
ms.reviewer: avishwan
10
8
ms.lastreviewed: 11/23/2020
11
9
---
12
10
13
-
>[!Note]
14
-
>If your session expires, your password has changed, or you simply wish to switch accounts, run the following cmdlet before you sign in using Connect-AzAccount: `Remove-AzAccount -Scope Process`
11
+
>[!NOTE]
12
+
>If your session expires, your password has changed, or you want to switch accounts, run the following cmdlet before you sign in using `Connect-AzAccount`: `Remove-AzAccount -Scope Process`.
Copy file name to clipboardExpand all lines: azure-stack/operator/azure-stack-powershell-configure-admin.md
+7-72Lines changed: 7 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,11 @@
2
2
title: Connect to Azure Stack Hub with PowerShell
3
3
description: Learn how to connect to Azure Stack Hub with PowerShell.
4
4
author: sethmanheim
5
-
6
5
ms.topic: article
7
-
ms.date: 2/1/2021
6
+
ms.date: 01/24/2025
8
7
ms.author: sethm
9
8
ms.reviewer: thoroet
10
-
ms.lastreviewed: 2/1/2021
9
+
ms.lastreviewed: 02/01/2021
11
10
12
11
# Intent: As an Azure Stack operator, I want to learn how to connect to Azure Stack using Powershell.
13
12
# Keyword: connect azure stack powershell
@@ -17,7 +16,7 @@ ms.lastreviewed: 2/1/2021
17
16
18
17
# Connect to Azure Stack Hub with PowerShell
19
18
20
-
You can configure Azure Stack Hub to use PowerShell to manage resources like creating offers, plans, quotas, and alerts. This topic helps you configure the operator environment.
19
+
You can configure Azure Stack Hub to use PowerShell to manage resources like creating offers, plans, quotas, and alerts. This article helps you configure the operator environment.
21
20
22
21
## Prerequisites
23
22
@@ -30,11 +29,9 @@ Run the following prerequisites either from the [Azure Stack Development Kit (AS
30
29
31
30
## Connect with Microsoft Entra ID
32
31
33
-
To configure the Azure Stack Hub operator environment with PowerShell, run one of the scripts below. Replace the Microsoft Entra tenantName and Azure Resource Manager endpoint values with your own environment configuration.
34
-
35
-
### [Az modules](#tab/az1)
32
+
To configure the Azure Stack Hub operator environment with PowerShell, run the following script. Replace the Microsoft Entra tenantName and Azure Resource Manager endpoint values with your own environment configuration.
# Register an Azure Resource Manager environment that targets your Azure Stack Hub instance. Get your Azure Resource Manager endpoint value from your service provider.
@@ -51,79 +48,17 @@ To configure the Azure Stack Hub operator environment with PowerShell, run one o
51
48
# can be easily targeted at your Azure Stack Hub instance.
# Register an Azure Resource Manager environment that targets your Azure Stack Hub instance. Get your Azure Resource Manager endpoint value from your service provider.
Connect to the Azure Stack Hub operator environment with PowerShell with Microsoft Entra ID Federated Services (Azure AD FS). For the ASDK, this Azure Resource Manager endpoint is set to `https://adminmanagement.local.azurestack.external`. To get the Azure Resource Manager endpoint for Azure Stack Hub integrated systems, contact your service provider.
80
51
81
-
### [Az modules](#tab/az2)
82
-
83
-
```powershell
84
-
# Register an Azure Resource Manager environment that targets your Azure Stack Hub instance. Get your Azure Resource Manager endpoint value from your service provider.
# Register an Azure Resource Manager environment that targets your Azure Stack Hub instance. Get your Azure Resource Manager endpoint value from your service provider.
Now that you've got everything set-up, use PowerShell to create resources within Azure Stack Hub. For example, you can create a resource group for an app and add a virtual machine. Use the following command to create a resource group named **MyResourceGroup**.
56
+
Now that you have everything setup, use PowerShell to create resources within Azure Stack Hub. For example, you can create a resource group for an app and add a virtual machine. Use the following command to create a resource group named **MyResourceGroup**:
Copy file name to clipboardExpand all lines: azure-stack/user/azure-stack-kubernetes-aks-engine-overview.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,10 @@
1
1
---
2
-
title: What is AKS engine on Azure Stack Hub?
2
+
title: What is the AKS engine on Azure Stack Hub?
3
3
description: Learn how to use the AKS engine command-line tool to deploy and manage a Kubernetes cluster on Azure and Azure Stack Hub.
4
4
author: sethmanheim
5
-
6
5
ms.topic: article
7
-
ms.date: 12/19/2022
6
+
ms.date: 01/24/2025
8
7
ms.author: sethm
9
-
ms.reviewer: waltero
10
8
ms.lastreviewed: 09/02/2020
11
9
12
10
# Intent: As an Azure Stack Hub user, I want to learn how to use the AKS engine command-line so that I can deploy and manage a Kubernetes cluster on Azure and Azure Stack Hub.
@@ -15,31 +13,29 @@ ms.lastreviewed: 09/02/2020
15
13
---
16
14
17
15
18
-
# What is AKS engine on Azure Stack Hub?
16
+
# What is the AKS engine on Azure Stack Hub?
19
17
20
18
You can use the AKS engine command-line tool to deploy and manage a Kubernetes cluster on Azure and Azure Stack Hub. Use AKS engine to create, upgrade, and scale Azure Resource Manager native clusters. You can use the engine to deploy a cluster in both connected and disconnected environments. This article provides an overview of AKS engine, supported scenarios for using the engine with Azure Stack Hub, and an introduction to operations such as deploy, upgrade, and scale.
21
19
22
-
## Overview of AKS engine
20
+
## Overview of the AKS engine
23
21
24
-
[AKS engine](https://github.com/Azure/aks-engine) provides a command-line tool to bootstrap Kubernetes clusters on Azure and Azure Stack Hub. By using the Azure Resource Manager, AKS engine helps you create and maintain clusters running on VMs, virtual networks, and other infrastructure-as-a-service (IaaS) resources in Azure Stack Hub.
22
+
The [AKS engine](https://github.com/Azure/aks-engine) provides a command-line tool to bootstrap Kubernetes clusters on Azure and Azure Stack Hub. By using the Azure Resource Manager, AKS engine helps you create and maintain clusters running on VMs, virtual networks, and other infrastructure-as-a-service (IaaS) resources in Azure Stack Hub.
25
23
26
24
## AKS engine on Azure Stack Hub considerations
27
25
28
-
Before you use AKS engine on Azure Stack Hub, it's important to understand the differences between Azure Stack Hub and Azure. This section identifies different features and key considerations when using Azure Stack Hub with AKS engine to manage your Kubernetes cluster.
29
-
30
-
For more information on the specifics of AKS engine on Azure Stack Hub and its differences with respect to Azure, see [AKS engine on Azure Stack Hub](https://github.com/Azure/aks-engine/blob/master/docs/topics/azure-stack.md).
26
+
Before you use the AKS engine on Azure Stack Hub, it's important to understand the differences between Azure Stack Hub and Azure. This section identifies different features and key considerations when using Azure Stack Hub with AKS engine to manage your Kubernetes cluster.
31
27
32
-
For more information on AKS engine and Azure Stack Hub, see [Support policies for AKS engine on Azure Stack Hub](azure-stack-kubernetes-aks-engine-support.md).
28
+
For more information about the AKS engine and Azure Stack Hub, see [Support policies for AKS engine on Azure Stack Hub](azure-stack-kubernetes-aks-engine-support.md).
33
29
34
-
## Install AKS engine and deploy a Kubernetes cluster
30
+
## Install the AKS engine and deploy a Kubernetes cluster
35
31
36
-
To deploy a Kubernetes cluster with AKS engine on Azure Stack Hub:
32
+
To deploy a Kubernetes cluster with the AKS engine on Azure Stack Hub:
37
33
38
-
1.[Set up the prerequisites for AKS engine](azure-stack-kubernetes-aks-engine-set-up.md)
39
-
2. Install AKS engine on a machine with access to your Azure Stack Hub environment.
34
+
1.[Set up the prerequisites for the AKS engine](azure-stack-kubernetes-aks-engine-set-up.md)
35
+
1. Install the AKS engine on a machine with access to your Azure Stack Hub environment.
40
36
-[Install AKS engine on Windows in Azure Stack Hub](azure-stack-kubernetes-aks-engine-deploy-windows.md)
41
37
-[Install AKS engine on Linux in Azure Stack Hub](azure-stack-kubernetes-aks-engine-deploy-linux.md)
42
-
3.[Deploy a Kubernetes cluster with AKS engine on Azure Stack Hub](azure-stack-kubernetes-aks-engine-deploy-cluster.md)
38
+
1.[Deploy a Kubernetes cluster with AKS engine on Azure Stack Hub](azure-stack-kubernetes-aks-engine-deploy-cluster.md)
0 commit comments