Skip to content

Commit 0cd33cc

Browse files
committed
Azure Local rebrand
1 parent bd72ba1 commit 0cd33cc

File tree

65 files changed

+174
-176
lines changed

Some content is hidden

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

65 files changed

+174
-176
lines changed

Contributor-guide/github-browser-updates.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: roharwoo
66
ms.date: 07/02/2020
77
---
88

9-
# Update existing Windows Server and Azure Stack HCI articles using a web browser and GitHub
9+
# Update existing Windows Server and Azure Local articles using a web browser and GitHub
1010

1111
There are two separate locations where we keep Windows Server technical content. One of the locations is public (`windowsserverdocs`) while the other is private (`windowsserverdocs-pr`). Who you are determines which location you contribute to:
1212

@@ -31,7 +31,7 @@ Quick edits streamline the process to report and fix small errors and omissions
3131

3232
1. Follow the instructions in [GitHub account setup](https://review.learn.microsoft.com/help/contribute/contribute-get-started-setup-github?branch=main).
3333

34-
1. Go to the [Windows Server](https://github.com/MicrosoftDocs/windowsserverdocs-pr/tree/master/WindowsServerDocs) or [Azure Stack HCI](https://github.com/MicrosoftDocs/azure-stack-docs-pr/tree/master/azure/azure-local) private repository. The private repositories are monitored more frequently so our approval time is faster, they benefit from increased quality checks, and provide the ability to view content in staging as it will appear on our live site.
34+
1. Go to the [Windows Server](https://github.com/MicrosoftDocs/windowsserverdocs-pr/tree/master/WindowsServerDocs) or [Azure Local](https://github.com/MicrosoftDocs/azure-stack-docs-pr/tree/master/azure/azure-local) private repository. The private repositories are monitored more frequently so our approval time is faster, they benefit from increased quality checks, and provide the ability to view content in staging as it will appear on our live site.
3535

3636
1. Navigate to the article you want to edit, and then select the **Edit this file** button.
3737

WindowsServerDocs/administration/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ You can use Windows Admin Center for the following situations:
6868

6969
- You want to manage your servers and clusters with modernized versions of familiar tools, such as Server Manager.
7070
- You want to integrate your system with Azure to connect your on-premises servers with relevant cloud services with Azure Arc.
71-
- You want to streamline management of Azure Stack HCI or Windows Server hyperconverged clusters.
71+
- You want to streamline management of Azure Local or Windows Server hyperconverged clusters.
7272
- You want to use simplified workloads to create and manage VMs, Storage Spaces Direct volumes, Software-Defined Networking, and so on.
7373

7474
### More resources for Windows Admin Center

WindowsServerDocs/administration/performance-tuning/role/hyper-v-server/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 03/08/2024
99

1010
# Performance Tuning Hyper-V Servers
1111

12-
Hyper-V is the virtualization server role in Windows Server and Azure Stack HCI. Virtualization servers can host multiple virtual machines that are isolated from each other but share the underlying hardware resources by virtualizing the processors, memory, and I/O devices. By consolidating servers onto a single machine, virtualization can improve resource usage and energy efficiency and reduce the operational and maintenance costs of servers. In addition, virtual machines and the management APIs offer more flexibility for managing resources, balancing load, and provisioning systems.
12+
Hyper-V is the virtualization server role in Windows Server and Azure Local. Virtualization servers can host multiple virtual machines that are isolated from each other but share the underlying hardware resources by virtualizing the processors, memory, and I/O devices. By consolidating servers onto a single machine, virtualization can improve resource usage and energy efficiency and reduce the operational and maintenance costs of servers. In addition, virtual machines and the management APIs offer more flexibility for managing resources, balancing load, and provisioning systems.
1313

1414
## Additional References
1515

WindowsServerDocs/administration/server-core/server-core-sconfig.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure a Server Core installation of Windows Server and Azure Stack HCI with the Server Configuration tool (SConfig)
3-
description: In Windows Server and Azure Stack HCI, you can use the Server Configuration tool (SConfig) to configure and manage several common aspects of server lifecycle. It includes network configuration, Active Directory domain membership, installation of Microsoft updates, and operating system activation
2+
title: Configure a Server Core installation of Windows Server and Azure Local with the Server Configuration tool (SConfig)
3+
description: In Windows Server and Azure Local, you can use the Server Configuration tool (SConfig) to configure and manage several common aspects of server lifecycle. It includes network configuration, Active Directory domain membership, installation of Microsoft updates, and operating system activation
44
ms.topic: article
55
author: Orin-Thomas
66
ms.author: roharwoo
@@ -9,9 +9,9 @@ ms.date: 08/18/2021
99
ms.assetid: e6cac074-c6fc-46dd-9664-fa0342c0a5e8
1010
---
1111

12-
# Configure a Server Core installation of Windows Server and Azure Stack HCI with the Server Configuration tool (SConfig)
12+
# Configure a Server Core installation of Windows Server and Azure Local with the Server Configuration tool (SConfig)
1313

14-
You can use the Server Configuration tool (SConfig) to configure and manage a Windows Server instance or Azure Stack HCI. When Windows Server is installed with the Server Core installation option, SConfig is the primary way to configure and manage common aspects of the operating system, including:
14+
You can use the Server Configuration tool (SConfig) to configure and manage a Windows Server instance or Azure Local. When Windows Server is installed with the Server Core installation option, SConfig is the primary way to configure and manage common aspects of the operating system, including:
1515

1616
- Network configuration
1717
- Active Directory domain membership
@@ -25,8 +25,8 @@ You can use the Server Configuration tool (SConfig) to configure and manage a Wi
2525
2626
Here are some things to keep in mind about SConfig:
2727

28-
- Starting with Windows Server 2022 (deployed with the Server Core installation option) and Azure Stack HCI automatically run SConfig after user signs in, unless AutoLaunch is disabled. On previous versions of Windows Server, SConfig needs to be launched using `SConfig.cmd`.
29-
- Also starting with Windows Server 2022 and Azure Stack HCI, SConfig is based on PowerShell and will restart automatically if you accidentally close the existing PowerShell window.
28+
- Starting with Windows Server 2022 (deployed with the Server Core installation option) and Azure Local automatically run SConfig after user signs in, unless AutoLaunch is disabled. On previous versions of Windows Server, SConfig needs to be launched using `SConfig.cmd`.
29+
- Also starting with Windows Server 2022 and Azure Local, SConfig is based on PowerShell and will restart automatically if you accidentally close the existing PowerShell window.
3030
- You must be a member of the local Administrators group to use SConfig.
3131
- You can use SConfig in the following scenarios:
3232
- you have signed in locally
@@ -35,15 +35,15 @@ Here are some things to keep in mind about SConfig:
3535

3636
## Start SConfig
3737

38-
SConfig starts automatically starting with Windows Server 2022 (deployed in Server Core installation option) and Azure Stack HCI. To run SConfig on previous versions of Windows Server, follow these steps: It is also possible to run SConfig on Windows Server installed with the Server with Desktop Experience installation option using these steps:
38+
SConfig starts automatically starting with Windows Server 2022 (deployed in Server Core installation option) and Azure Local. To run SConfig on previous versions of Windows Server, follow these steps: It is also possible to run SConfig on Windows Server installed with the Server with Desktop Experience installation option using these steps:
3939

4040
1. Launch PowerShell.
4141
1. Type `SConfig`, and then press `Enter`. The Server configuration tool interface opens.
4242

4343
:::image type="content" source="../media/sconfig-main-page.png" alt-text="SConfig user interface":::
4444

4545
> [!NOTE]
46-
> Launching SConfig from a Command prompt (CMD) window by running `SConfig.cmd` also works in Windows Server 2022 and Azure Stack HCI, just like it did in previous versions. However, this method is [no longer being developed](../../get-started/removed-deprecated-features-windows-server-2022.md) and may be removed in the future versions of the operating system. The recommended way to manually launch SConfig if required is by running `SConfig` in a PowerShell window.
46+
> Launching SConfig from a Command prompt (CMD) window by running `SConfig.cmd` also works in Windows Server 2022 and Azure Local, just like it did in previous versions. However, this method is [no longer being developed](../../get-started/removed-deprecated-features-windows-server-2022.md) and may be removed in the future versions of the operating system. The recommended way to manually launch SConfig if required is by running `SConfig` in a PowerShell window.
4747
4848
## Join a domain or workgroup
4949

@@ -113,7 +113,7 @@ The **Download only** option will scan for updates, download any that are availa
113113
When **Manual updates** is selected, the system will not check for updates automatically.
114114

115115
> [!NOTE]
116-
> Action center is only available on Windows Server installed with the Server with Desktop Experience installation option, and it is only visible while you're signed in to the server. On Server Core and Azure Stack HCI, you won't receive any notifications.
116+
> Action center is only available on Windows Server installed with the Server with Desktop Experience installation option, and it is only visible while you're signed in to the server. On Server Core and Azure Local, you won't receive any notifications.
117117
118118
### Configure updates
119119

@@ -134,7 +134,7 @@ You can choose to search for updates from the following categories:
134134
> [!NOTE]
135135
> The [terminology for update types](/windows/deployment/update/get-started-updates-channels-tools#types-of-updates) (but not necessarily release cadence and schedule) is unified with Windows 10 and Windows 11. Hence, *Feature updates* is another name for what used to be known as operating system upgrades. Regular monthly updates, including security updates, are referred to as *Quality updates*.
136136
>
137-
> [Feature updates from Microsoft Update](/azure/azure-local/deploy/download-23h2-software) are currently only available for Azure Stack HCI. If you want to [upgrade Windows Server](/windows-server/upgrade/upgrade-overview) to a newer version, you need to use traditional installation media (such as an ISO). From there, you either [run Setup.exe](/windows-hardware/manufacture/desktop/windows-setup-command-line-options) directly or leverage an automation solution such as mentioned earlier. SConfig does not specifically facilitate these scenarios.
137+
> [Feature updates from Microsoft Update](/azure/azure-local/deploy/download-23h2-software) are currently only available for Azure Local. If you want to [upgrade Windows Server](/windows-server/upgrade/upgrade-overview) to a newer version, you need to use traditional installation media (such as an ISO). From there, you either [run Setup.exe](/windows-hardware/manufacture/desktop/windows-setup-command-line-options) directly or leverage an automation solution such as mentioned earlier. SConfig does not specifically facilitate these scenarios.
138138
139139
The search returns any available updates within the category. You will be presented with the option of installing all available updates, a specific update, or none of the available updates.
140140

@@ -192,14 +192,14 @@ This option lets you configure whether anonymized statistical information about
192192
1. To change the telemetry setting, type `Y` for Yes or `N` for No and press `Enter`.
193193

194194
> [!NOTE]
195-
> Windows Server and Azure Stack HCI have different default configuration regarding to telemetry. For information specific to Windows Server, see [Configure Windows diagnostic data in your organization](/windows/privacy/configure-windows-diagnostic-data-in-your-organization#diagnostic-data-settings). For Azure Stack HCI, see [Azure Stack HCI data collection](/azure/azure-local/concepts/data-collection). Please note that you cannot configure Azure Stack HCI data collection in SConfig. To learn more about Microsoft's approach to privacy, see [Privacy at Microsoft](https://go.microsoft.com/fwlink/?LinkID=811315).
195+
> Windows Server and Azure Local have different default configuration regarding to telemetry. For information specific to Windows Server, see [Configure Windows diagnostic data in your organization](/windows/privacy/configure-windows-diagnostic-data-in-your-organization#diagnostic-data-settings). For Azure Local, see [Azure Local data collection](/azure/azure-local/concepts/data-collection). Please note that you cannot configure Azure Local data collection in SConfig. To learn more about Microsoft's approach to privacy, see [Privacy at Microsoft](https://go.microsoft.com/fwlink/?LinkID=811315).
196196
197197
## Windows activation
198198

199199
This option lets you display current license and activation status, install a product key, and activate Windows Server
200200

201201
> [!NOTE]
202-
> Activation is only needed for Windows Server. This menu item is not available on Azure Stack HCI as [Azure Stack HCI registration](/azure/azure-local/deploy/register-with-azure) is a different process.
202+
> Activation is only needed for Windows Server. This menu item is not available on Azure Local as [Azure Local registration](/azure/azure-local/deploy/register-with-azure) is a different process.
203203
204204
1. From the SConfig main menu, type `11` and press `Enter` to enter the **Windows activation** settings page.
205205
2. Choose one of the following options:
@@ -229,7 +229,7 @@ This menu item closes the SConfig menu and returns to an interactive PowerShell
229229
> [!NOTE]
230230
> As a general rule, every setting available in the operating system can be controlled using command line tools or scripts. However, many of these settings are more conveniently managed remotely using graphical tools such as Windows Admin Center, Server Manager and System Center.
231231
232-
To exit to PowerShell from SConfig main menu, type `15` and press `Enter`. To return to Server configuration tool, type `SConfig`, and then press `Enter`. Alternatively, starting with Windows Server 2022 and Azure Stack HCI, type `exit`. It will close the current PowerShell window and open a new instance of SConfig automatically.
232+
To exit to PowerShell from SConfig main menu, type `15` and press `Enter`. To return to Server configuration tool, type `SConfig`, and then press `Enter`. Alternatively, starting with Windows Server 2022 and Azure Local, type `exit`. It will close the current PowerShell window and open a new instance of SConfig automatically.
233233

234234
> [!NOTE]
235235
> If you happened to manually launch SConfig from a Command Prompt session (as opposite to a PowerShell session), then exiting SConfig via menu option `15` will get you back to Command prompt. Even though the menu item says **Exit to command line (PowerShell)**, in this specific case, there is no interactive PowerShell session left.
@@ -238,7 +238,7 @@ To exit to PowerShell from SConfig main menu, type `15` and press `Enter`. To re
238238

239239
Before Windows Server 2022, the default shell on Server Core was Command Prompt (CMD). It launched by default when user signed in to Server Core. From there, you could either launch SConfig, or run arbitrary command-line tools.
240240

241-
Starting with Windows Server 2022 (when deployed with the Server Core installation option) and Azure Stack HCI, the default shell is PowerShell. It starts by default, and SConfig is launched automatically within the PowerShell window. If you exit SConfig by using menu option `15`, you get to the interactive PowerShell session.
241+
Starting with Windows Server 2022 (when deployed with the Server Core installation option) and Azure Local, the default shell is PowerShell. It starts by default, and SConfig is launched automatically within the PowerShell window. If you exit SConfig by using menu option `15`, you get to the interactive PowerShell session.
242242

243243
However, if PowerShell is uninstalled, the default shell falls back to CMD. Unlike in previous versions of the operating system, if PowerShell is uninstalled, SConfig won't run either automatically or manually. You will only be able to use the classic command-line tools such as [netsh.exe](/windows-server/networking/technologies/netsh/netsh) and [diskpart.exe](/windows-server/administration/windows-commands/diskpart).
244244

@@ -252,11 +252,11 @@ You can explicitly transition to Command Prompt by typing `cmd` in PowerShell an
252252
> [!NOTE]
253253
> If you intend to *reload* an existing PowerShell session (e.g. for module updates to take effect), launching SConfig and exiting it won't be sufficient. This is because SConfig itself is a PowerShell application which runs within an existing PowerShell session. Exiting SConfig will get you into the original session.
254254
>
255-
> Instead, to reload a PowerShell session, type `exit` and press `Enter`. This will close the existing PowerShell window, and a new one will be started automatically. Note that reloading a PowerShell session is specific to Server Core installations of Windows Server and Azure Stack HCI. On Server with Desktop Experience installations of Windows Server, you will have to manually launch a new PowerShell window.
255+
> Instead, to reload a PowerShell session, type `exit` and press `Enter`. This will close the existing PowerShell window, and a new one will be started automatically. Note that reloading a PowerShell session is specific to Server Core installations of Windows Server and Azure Local. On Server with Desktop Experience installations of Windows Server, you will have to manually launch a new PowerShell window.
256256
257257
## Disable SConfig from starting automatically
258258

259-
SConfig launches automatically starting with Windows Server 2022 (when deployed with the Server Core installation option) and on Azure Stack HCI. You can stop SConfig from launching automatically by running the following command in PowerShell:
259+
SConfig launches automatically starting with Windows Server 2022 (when deployed with the Server Core installation option) and on Azure Local. You can stop SConfig from launching automatically by running the following command in PowerShell:
260260

261261
```powershell
262262
Set-SConfig -AutoLaunch $False

WindowsServerDocs/docfx.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022</a>"
178178
],
179179
"get-started/enable-hotpatch-azure-edition.md": [
180-
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022 Datacenter: Azure Edition hosted on Azure Stack HCI</a>"
180+
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2022 Datacenter: Azure Edition hosted on Azure Local</a>"
181181
],
182182
"get-started/hotpatch.md": [
183183
"✅ <a href=\"https://learn.microsoft.com/windows-server/get-started/windows-server-release-info\" target=\"_blank\">Windows Server 2025</a>",

0 commit comments

Comments
 (0)