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-local/manage/azure-arc-vms-faq.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,10 @@ metadata:
6
6
author: alkohli
7
7
ms.author: alkohli
8
8
ms.service: azure-local
9
-
ms.date: 03/21/2025
9
+
ms.date: 05/02/2025
10
10
title: Azure Local VMs enabled by Azure Arc FAQ
11
11
summary:
12
-
Frequently asked questions about Azure Local VMs enabled by Azure Arc for 2311.2 and later.
12
+
Frequently asked questions about Azure Local VMs enabled by Azure Arc for versions 2311.2 and later.
13
13
14
14
sections:
15
15
- name: ignored
@@ -36,6 +36,8 @@ sections:
36
36
answer: |
37
37
The Microsoft Support team is available to help you through the transition and can answer any questions you might have. Feel free to reach out for assistance via the Azure portal.
38
38
39
+
You can also learn more about upgrading at [About Azure Local upgrades](../upgrade/about-upgrades-23h2.md).
40
+
39
41
- question: |
40
42
Can Azure Kubernetes Service on Azure Local and Windows Server and Azure Arc resource bridge coexist on the same Azure Local instance?
41
43
answer: |
@@ -49,7 +51,7 @@ sections:
49
51
- question: |
50
52
Can I use SDN for Azure Local VMs created from the Azure portal?
51
53
answer: |
52
-
SDN is currently not supported for VMs created from the Azure portal.
54
+
SDN is currently not supported for VMs created from the Azure portal. For more information on using SDN in Azure Local, see [SDN in Azure Local](sdn-technical-reference.md).
53
55
54
56
- question: |
55
57
How can I perform live migration of Azure Local virtual machines?
@@ -59,7 +61,7 @@ sections:
59
61
- question: |
60
62
Is there a fee to manage Azure Local VMs?
61
63
answer: |
62
-
No. Azure Local VMs can be managed by Azure CLI or Azure portal. In either case, no fee is charged. Some VM extensions might have a fee.
64
+
No. Azure Local VMs can be managed by Azure CLI or Azure portal. In either case, no fee is charged. Some VM extensions might have a fee.
63
65
64
66
- question: |
65
67
Can I use the same name for gallery image projections and do existing VMs use the new image?
$imageSourcePath = "<path to the source image in the Storage account>"
65
-
64
+
$imageSourcePath = '"<path to the source image in the Storage account>"'
66
65
```
67
66
67
+
> [!NOTE]
68
+
> For `$imageSourcePath`, the string must be escaped by double quotes, then enclosed by single quotes as follows: `'""'`
69
+
68
70
The parameters are described in the following table:
69
71
70
72
| Parameter | Description |
@@ -73,7 +75,7 @@ The parameters are described in the following table:
73
75
|`resource_group`| Resource group for Azure Local that you associate with this image. |
74
76
|`location`| Location for your Azure Local instance. For example, this could be `eastus`. |
75
77
|`imageName`| Name of the VM image created starting with the image in your local share. <br> **Note**: Azure rejects all the names that contain the keyword Windows. |
76
-
|`imageSourcePath`| Path to the Blob SAS URL of the image in the Storage account. For more information, see instructions on how to [Get a blob SAS URL of the image in the Storage account](/azure/applied-ai-services/form-recognizer/create-sas-tokens#use-the-azure-portal). <br> **Note**: Make sure that all the Ampersands in the path are escaped with double quotes and the entire path string is wrapped within single quotes. |
78
+
|`imageSourcePath`| Path to the Blob SAS URL of the image in the Storage account. For more information, see instructions on how to [Get a blob SAS URL of the image in the Storage account](/azure/applied-ai-services/form-recognizer/create-sas-tokens#use-the-azure-portal). <br> **Note**: Make sure that all ampersands (&) in the path are escaped with double quotes and the entire path string is then enclosed within single quotes. |
77
79
|`os-type`| Operating system associated with the source image. This can be Windows or Linux. |
For more information, see [Release information summary](./release-information-23h2.md).
29
29
@@ -32,7 +32,7 @@ For more information, see [Release information summary](./release-information-23
32
32
This release has the following features and improvements:
33
33
34
34
-**OS version changes**:
35
-
- Starting 2504, all new Azure Local deployments use a new operating system (OS) version **261000.3775**. You can download the 2504 OS image from the Azure portal. You also need to get the driver compatible with Azure Local 12.2504 or Windows Server 2025. Existing deployments continue to use the OS version **23598.1551**. For more information, see [Release information summary](./release-information-23h2.md).
35
+
- Starting 2504, all new Azure Local deployments use a new operating system (OS) version **261000.3775**. You can download the 2504 OS image from the Azure portal. You also need to get the driver compatible with Azure Local 12.2504 or Windows Server 2025. Existing deployments continue to use the OS version **25398.1551**. For more information, see [Release information summary](./release-information-23h2.md).
36
36
- If you've purchased Integrated System or Premier solution hardware from the [Azure Local Catalog](https://aka.ms/AzureStackHCICatalog) through your preferred Microsoft hardware partner, the OS should be preinstalled. Work with your Original Equipment Manufacturer (OEM) to get the OS image compatible with **12.2504** and driver compatible with Azure Local 12.2504 or Windows Server 2025.
0 commit comments