Skip to content

Commit 6d58830

Browse files
committed
Include Azure portal instruction and FAQs article update
1 parent 8cd8a2c commit 6d58830

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

articles/sap/workloads/virtual-machine-scale-set-sap-deployment-guide.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: conceptual
1010
ms.custom: devx-track-azurepowershell
11-
ms.date: 09/25/2023
11+
ms.date: 03/20/2024
1212
---
1313

1414
# Virtual Machine Scale Sets for SAP workload
@@ -58,8 +58,22 @@ For SBD devices, VMs are manually deployed in each availability zone within the
5858

5959
For SAP workloads, it's recommended to create a flexible virtual machine scale set without a scaling profile. To create a flexible scale set across availability zones, set the fault domain count to 1 and specify the desired zones.
6060

61+
### [Azure portal](#tab/scaleset-portal)
62+
63+
To set up a virtual machine scale set without scaling profile using Azure portal, proceed as follows -
64+
65+
1. Login to [Azure portal](https://portal.azure.com).
66+
1. Search for "Virtual machine scale set" and select "create" on the corresponding page.
67+
1. In the basics tab, provide the necessary details:
68+
1. Under project details, verify the correct "subscription" and choose "my-resource-group" from the resource group dropdown.
69+
1. For scale set details, name your scale set “myVmssFlex”. Choose the appropriate "region" and specify "availability zone" (For example, zone1, zone2, zone3) for your deployment.
70+
1. Select the "flexible" orchestration mode
71+
1. Under the scaling section, select "no scaling profile".
72+
1. For the allocation policy, select "max spreading"
73+
1. Select "create"
74+
6175
> [!NOTE]
62-
> It's not possible to create flexible virtual machine scale set without a scaling profile through the Azure Portal. However, you can use an alternative client to [create a scale set without a scaling profile](../../virtual-machine-scale-sets/virtual-machine-scale-sets-scaling-profile.md?tabs=cli#create-a-scale-set-without-a-scaling-profile).
76+
> For SAP workload only flexible scale set with FD=1 is supported. So, do not configure scale set with "fixed spreading" as the allocation policy.
6377
6478
### [Azure CLI](#tab/scaleset-cli)
6579

articles/sap/workloads/virtual-machine-scale-set-sap-faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: depadia
77
ms.service: sap-on-azure
88
ms.subservice: sap-vm-workloads
99
ms.topic: conceptual
10-
ms.date: 06/01/2023
10+
ms.date: 03/20/2024
1111
---
1212

1313
# FAQs for Virtual Machine Scale Set for SAP workload
@@ -16,10 +16,6 @@ Get answers to frequently asked questions about Virtual Machine Scale Sets for S
1616

1717
## SAP workload deployment
1818

19-
### How to create flexible virtual machine scale set without a scaling profile from Azure portal?
20-
21-
Currently, it's not possible to create flexible virtual machine scale set without a scaling profile through the Azure portal. However, you can use an alternative client to [create a scale set without a scaling profile](./virtual-machine-scale-set-sap-deployment-guide.md#configuration-of-flexible-virtual-machine-scale-set-without-a-scaling-profile).
22-
2319
### Can I create flexible scale set with scaling or scaling profile for SAP workload to use autoscaling feature for SAP application servers?
2420

2521
Use of flexible scale set with scaling profile isn't recommended, as the scaling feature doesn't work out-of-the-box for SAP workload. Currently, virtual machines scale set with flexible orchestration can only be used as a deployment framework for SAP workload.
@@ -61,3 +57,7 @@ To migrate SAP VMs to a flexible scale set, you need to re-create the VMs and th
6157
To move an existing SAP HANA deployment that is currently pinned with Azure NetApp Files to zonal deployment with flexible scale set (FD=1), you must redeploy or migrate the SAP HANA VMs with flexible scale set (FD=1). Additionally, you would need to configure Azure NetApp Files with the [availability zones volume placement feature](../../azure-netapp-files/manage-availability-zone-volume-placement.md) and transfer data to new volumes using backup/restore.
6258

6359
Keep in mind that the availability zone volume placement feature is still in preview. Therefore, it's essential to thoroughly review the documentation on [managing availability zone volume placement for Azure NetApp Files](../../azure-netapp-files/use-availability-zones.md) for additional consideration.
60+
61+
### How to configure SAP HANA using Azure NetApp Files (ANF) Application Volume Groups (AVG) in a specific availability zone?
62+
63+
You can create new volumes in your preferred logical availability zone as described in [availability zones volume placement feature](../../azure-netapp-files/manage-availability-zone-volume-placement.md) guide. For configuring AVG for SAP HANA, follow the steps described in the article [Configuring Azure NetApp Files (ANF) Application Volume Group (AVG) for zonal SAP HANA deployment](https://techcommunity.microsoft.com/t5/running-sap-applications-on-the/configuring-azure-netapp-files-anf-application-volume-group-avg/ba-p/3943801).

0 commit comments

Comments
 (0)