Skip to content

Commit c5fe34a

Browse files
author
Manika Dhiman
committed
added note about sample parameters file and alternative azure portal link
1 parent 62077cb commit c5fe34a

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

azure-local/deploy/deploy-via-portal.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,30 @@ title: Deploy an Azure Local instance using the Azure portal
33
description: Learn how to deploy an Azure Local instance from the Azure portal
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/06/2025
6+
ms.date: 05/07/2025
77
ms.author: alkohli
88
ms.service: azure-local
99
#CustomerIntent: As an IT Pro, I want to deploy an Azure Local instance of 1-16 machines via the Azure portal so that I can host VM and container-based workloads on it.
1010
---
1111

1212
# Deploy Azure Local using the Azure portal
1313

14-
::: moniker range=">=azloc-2503"
15-
1614
This article helps you deploy an Azure Local instance using the Azure portal.
1715

1816
## Prerequisites
1917

2018
- Completion of [Register your machines with Azure Arc and assign deployment permissions](./deployment-arc-register-server-permissions.md).
2119
<!-- Cristian to confirm * For three-node systems, the network adapters that carry the in-cluster storage traffic must be connected to a network switch. Deploying three-node systems with storage network adapters that are directly connected to each machine without a switch isn't supported in this preview.-->
2220

21+
::: moniker range="<=azloc-24113"
22+
23+
- For the deployment of Azure Local 2411.3 and earlier versions, use the alternative version of the [Azure portal](https://aka.ms/dfc-2411deploycluster). Use it exclusively for deployment and not for any other purpose.
24+
25+
::: moniker-end
26+
2327
## Start the wizard and fill out the basics
2428

25-
1. Open a web browser and navigate to [**Azure portal**](https://portal.azure.com). Search for and select **Azure Local**. On the **Azure Arc|Azure Local**, go to the **Get started** tab. On the **Deploy Azure Local** tile, select **Create instance**.
29+
1. Go to the Azure portal. Search for and select **Azure Local**. On the **Azure Arc|Azure Local**, go to the **Get started** tab. On the **Deploy Azure Local** tile, select **Create instance**.
2630

2731
:::image type="content" source="./media/deploy-via-portal/get-started-1.png" alt-text="Screenshot of the Get started tab in deployment via Azure portal." lightbox="./media/deploy-via-portal/get-started-1.png":::
2832

@@ -336,11 +340,3 @@ You might need to connect to the system via RDP to deploy workloads. Follow thes
336340
337341
- If you didn't create workload volumes during deployment, create workload volumes and storage paths for each volume. For details, see [Create volumes on Azure Local and Windows Server clusters](/windows-server/storage/storage-spaces/create-volumes) and [Create storage path for Azure Local](../manage/create-storage-path.md).
338342
- [Get support for Azure Local deployment issues](../manage/get-support-for-deployment-issues.md).
339-
340-
::: moniker-end
341-
342-
::: moniker range="<=azloc-24113"
343-
344-
To deploy Azure Local versions 2411.3 or earlier, use the **create-cluster-2411.3** Azure Resource Manager (ARM) template. For more information, see [Deploy Azure Local via Azure Resource Manager deployment template](./deployment-azure-resource-manager-template.md).
345-
346-
::: moniker-end

azure-local/deploy/deployment-azure-resource-manager-template.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Resource Manager template deployment for Azure Local, version 23H2
33
description: Learn how to prepare and then deploy Azure Local instance, version 23H2 using the Azure Resource Manager template.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 05/06/2025
6+
ms.date: 05/07/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -137,6 +137,13 @@ With all the prerequisite and preparation steps complete, you're ready to deploy
137137
138138
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-24113-and-earlier.png" alt-text="Screenshot showing template selected for version 2411.3 and earlier." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-24113-and-earlier.png":::
139139
140+
6. On the **Basics** tab, you see the **Custom deployment** page. You can select the various parameters through the dropdown list or select **Edit parameters**.
141+
142+
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-4a.png" alt-text="Screenshot showing Custom deployment page on the Basics tab." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-4a.png":::
143+
144+
> [!NOTE]
145+
> For an example parameter file that shows the format of various inputs, such as `ArcNodeResourceId`, see [azuredeploy.parameters.json](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.azurestackhci/create-cluster-2411.3/azuredeploy.parameters.json).
146+
140147
::: moniker-end
141148
142149
::: moniker range=">=azloc-2503"
@@ -147,12 +154,15 @@ With all the prerequisite and preparation steps complete, you're ready to deploy
147154
148155
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-3a.png" alt-text="Screenshot showing template selected." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-3a.png":::
149156
150-
::: moniker-end
151-
152157
6. On the **Basics** tab, you see the **Custom deployment** page. You can select the various parameters through the dropdown list or select **Edit parameters**.
153158
154159
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-4a.png" alt-text="Screenshot showing Custom deployment page on the Basics tab." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-4a.png":::
155160
161+
> [!NOTE]
162+
> For an example parameter file that shows the format of various inputs, such as `ArcNodeResourceId`, see [azuredeploy.parameters.json](https://github.com/Azure/azure-quickstart-templates/blob/master/quickstarts/microsoft.azurestackhci/create-cluster/azuredeploy.parameters.json).
163+
164+
::: moniker-end
165+
156166
7. Edit parameters such as network intent or storage network intent. Once the parameters are all filled out, **Save** the parameters file.
157167
158168
:::image type="content" source="./media/deployment-azure-resource-manager-template/deploy-arm-template-5.png" alt-text="Screenshot showing parameters filled out for the template." lightbox="./media/deployment-azure-resource-manager-template/deploy-arm-template-5.png":::

0 commit comments

Comments
 (0)