Skip to content

Commit b11e7f8

Browse files
committed
Updated
1 parent 4d3e5f6 commit b11e7f8

File tree

2 files changed

+6
-17
lines changed

2 files changed

+6
-17
lines changed

azure-local/manage/azure-arc-vm-management-prerequisites.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: alkohli
55
ms.author: alkohli
66
ms.topic: how-to
77
ms.service: azure-local
8-
ms.date: 03/05/2025
8+
ms.date: 03/14/2025
99

1010
---
1111

@@ -23,14 +23,14 @@ The Azure requirements include:
2323

2424
- Azure Local VM infrastructure is supported in the regions documented in the [Azure requirements](../concepts//system-requirements-23h2.md#azure-requirements). For Azure Local VMs, all entities must be registered, enabled, or created in the same region.
2525

26-
The entities include your Azure Local instance, Arc Resource Bridge, Custom Location, VM operator, virtual machines created from Arc and Azure Arc for Servers guest management. These entities can be in different or same resource groups as long as all resource groups are in the same region.
26+
The entities include your Azure Local instance, Azure Arc resource bridge, Custom Location, VM operator, virtual machines created from Arc and Azure Arc for Servers guest management. These entities can be in different or same resource groups as long as all resource groups are in the same region.
2727

2828

2929
## Azure Local requirements
3030

31-
- You have access to an Azure Local instance that is deployed, has an Arc Resource Bridge, and a custom location.
31+
- You have access to an Azure Local instance that is deployed, has an Azure Arc resource bridge, and a custom location.
3232

33-
- Go to the **Overview > Server** page in the Azure Local resource. Verify that **Azure Arc** shows as **Connected**. You should also see a custom location and an Arc Resource Bridge for your system.
33+
- Go to the **Overview > Server** page in the Azure Local resource. Verify that **Azure Arc** shows as **Connected**. You should also see a custom location and an Azure Arc resource bridge for your system.
3434

3535
:::image type="content" source="./media/azure-arc-vm-management-prerequisites/azure-arc-connected.png" alt-text="Screenshot of the Overview page in the Azure Local resource showing Azure Arc as connected." lightbox="./media/azure-arc-vm-management-prerequisites/azure-arc-connected.png":::
3636

@@ -58,7 +58,7 @@ For information on Azure CLI commands for Azure Local VMs, see [az stack-hci-vm]
5858

5959
If you're accessing your Azure Local directly, no steps are needed on your part.
6060

61-
During the system deployment, an Arc Resource Bridge is created and the Azure CLI extension `stack-hci-vm` is installed on the system. You can connect to and manage the system using the Azure CLI extension.
61+
During the system deployment, an Azure Arc resource bridge is created and the Azure CLI extension `stack-hci-vm` is installed on the system. You can connect to and manage the system using the Azure CLI extension.
6262

6363
### Connect to the system remotely
6464

azure-local/manage/create-arc-virtual-machines.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article describes how to create an Azure Local virtual machines (VMs) start
2020

2121
Use the [Azure Local resource page](https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.AzureStackHCI%2Fclusters) for the following operations:
2222

23-
- Create and manage VM resources such as VM images, disks, network interfaces.
23+
- Create and manage Azure Local VM resources such as VM images, disks, network interfaces.
2424
- View and access Azure Arc resource bridge and custom location associated with the Azure Local instance.
2525
- Provision and manage VMs.
2626

@@ -228,17 +228,6 @@ az stack-hci-vm create --name $vmName --resource-group $resource_group --admin-u
228228

229229
For proxy authentication, you can pass the username and password combined in a URL as follows:`"http://username:[email protected]:3128"`.
230230

231-
<!--Depending on the PowerShell version you're running on your VM, you may need to enable the proxy settings for your VM.
232-
233-
- For Windows VMs running PowerShell version 5.1 or earlier, sign in to the VM after the creation. Run the following command to enable proxy:
234-
235-
```powershell
236-
netsh winhttp set proxy proxy-server="http=myproxy;https=sproxy:88" bypass-list="*.foo.com"
237-
```
238-
239-
After the proxy is enabled, you can then [Enable guest management](./manage-arc-virtual-machines.md#enable-guest-management).
240-
241-
- For Windows VMs running PowerShell version later than 5.1, proxy settings passed during VM creation are only used for enabling Arc guest management. After the VM is created, sign in to the VM and run the above command to enable proxy for other applications.-->
242231

243232
# [Azure portal](#tab/azureportal)
244233

0 commit comments

Comments
 (0)