Skip to content

Commit 715ee47

Browse files
authored
Merge pull request #291993 from MicrosoftDocs/main
12/16 11:00 AM IST Publish
2 parents 011269a + c475cf4 commit 715ee47

23 files changed

+203
-158
lines changed

articles/migrate/vmware/tutorial-migrate-vmware-agent.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
title: Migrate VMware vSphere VMs with agent-based the Migration and modernization tool
33
description: Learn how to run an agent-based migration of VMware vSphere VMs with Azure Migrate.
4-
author: vijain
5-
ms.author: vijain
6-
ms.manager: kmadnani
4+
author: piyushdhore-microsoft
5+
ms.author: piyushdhore
76
ms.topic: tutorial
87
ms.service: azure-migrate
98
ms.date: 09/26/2024
@@ -70,9 +69,6 @@ Assign the Virtual Machine Contributor role to the account, so that you have per
7069

7170
If you are following the least privilege principle, assign the **Application Developer** Microsoft Entra role to the user registering the Replication Appliance. Follow the [Assign administrator and non-administrator roles to users with Microsoft Entra ID](../../active-directory/fundamentals/active-directory-users-assign-role-azure-portal.md) guide to do so.
7271

73-
> [!IMPORTANT]
74-
> If the user registering the Replication Appliance is a Microsoft Entra Global Administrator, that user already has the required permissions.
75-
7672
### Set up an Azure network
7773

7874
[Set up an Azure network](/azure/virtual-network/manage-virtual-network). On-premises machines are replicated to Azure managed disks. When you fail over to Azure for migration, Azure VMs are created from these managed disks, and joined to the Azure network you set up.

articles/operator-nexus/howto-configure-network-fabric.md

Lines changed: 176 additions & 127 deletions
Large diffs are not rendered by default.

articles/sap/automation/configure-devops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ s-password="<SAP Support user password>"
488488

489489
az devops login
490490

491-
az pipelines variable-group create --name SDAF-General --variables ANSIBLE_HOST_KEY_CHECKING=false Deployment_Configuration_Path=WORKSPACES Branch=main S-Username=$s-user S-Password=$s-password tf_varsion=1.3.0 --output yaml
491+
az pipelines variable-group create --name SDAF-General --variables ANSIBLE_HOST_KEY_CHECKING=false Deployment_Configuration_Path=WORKSPACES Branch=main S-Username=$s-user S-Password=$s-password tf_version=1.3.0 --output yaml
492492

493493
```
494494

articles/sap/automation/integration-azure-monitor-sap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ create_ams_instance = true
8181
# ams_instance_name is an optional parameter and should only be used if the default naming is not acceptable
8282
ams_instance_name = "AMS-RESOURCE"
8383
84-
# ams_laws_arm_id is a optional parameter to use an exisiting log analytics for the AMS instance
84+
# ams_laws_arm_id is a optional parameter to use an existing log analytics for the AMS instance
8585
ams_laws_arm_id = "/subscriptions/0000000-000000-0000000-0000000000/resourcegroups/rg-name/providers/microsoft.operationalinsights/workspaces/workspacename"
8686
8787
```

articles/sap/center-sap-solutions/quickstart-create-distributed-non-high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ After you deploy infrastructure and [install SAP software](install-software.md)
3636
```
3737
3838
- An Azure account with **Azure Center for SAP solutions administrator** and **Managed Identity Operator** role access to the subscriptions and resource groups in which you'll create the Virtual Instance for SAP solutions (VIS) resource.
39-
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Subscription or atleast all resource groups (Compute, Network,Storage). If you wish to install SAP Software through the Azure Center for SAP solutions, also provide **Reader and Data Access** role to the identity on SAP bits storage account where you would store the SAP Media.
39+
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Subscription or at least all resource groups (Compute, Network,Storage). If you wish to install SAP Software through the Azure Center for SAP solutions, also provide **Reader and Data Access** role to the identity on SAP bits storage account where you would store the SAP Media.
4040
- A [network set up for your infrastructure deployment](prepare-network.md).
4141
- Availability of minimum 4 cores of either Standard_D4ds_v4 or Standard_E4s_v3 SKUS which will be used during Infrastructure deployment and Software Installation
4242
- [Review the quotas for your Azure subscription](/azure/quotas/view-quotas). If the quotas are low, you might need to create a support request before creating your infrastructure deployment. Otherwise, you might experience deployment failures or an **Insufficient quota** error.

articles/sap/center-sap-solutions/quickstart-create-high-availability-namecustom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ After you deploy infrastructure and [install SAP software](install-software.md)
3636
```
3737
3838
- An Azure account with **Azure Center for SAP solutions administrator** and **Managed Identity Operator** role access to the subscriptions and resource groups in which you create the Virtual Instance for SAP solutions (VIS) resource.
39-
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Subscription or atleast all resource groups (Compute, Network,Storage). If you wish to install SAP Software through the Azure Center for SAP solutions, also provide **Reader and Data Access** role to the identity on SAP bits storage account where you would store the SAP Media.
39+
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Subscription or at least all resource groups (Compute, Network,Storage). If you wish to install SAP Software through the Azure Center for SAP solutions, also provide **Reader and Data Access** role to the identity on SAP bits storage account where you would store the SAP Media.
4040
- A [network set up for your infrastructure deployment](prepare-network.md).
4141
- Availability of minimum 4 cores of either Standard_D4ds_v4 or Standard_E4s_v3, SKUS which will be used during Infrastructure deployment and Software Installation
4242
- [Review the quotas for your Azure subscription](/azure/quotas/view-quotas). If the quotas are low, you might need to create a support request before creating your infrastructure deployment. Otherwise, you might experience deployment failures or an **Insufficient quota** error.

articles/sap/center-sap-solutions/quickstart-install-distributed-non-high-availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ After you [deploy infrastructure](deploy-s4hana.md) and install SAP software wit
2929
## Prerequisites
3030
- An Azure subscription.
3131
- An Azure account with **Azure Center for SAP solutions administrator** and **Managed Identity Operator** role access to the subscriptions and resource groups in which you'll create the Virtual Instance for SAP solutions (VIS) resource.
32-
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Subscription or atleast all resource groups (Compute, Network,Storage).
32+
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Subscription or at least all resource groups (Compute, Network,Storage).
3333
- A storage account where you would store the SAP Media
3434
- **Reader and Data Access** role to the **User-assigned managed identity** on the storage account where you would store the SAP Media.
3535
- A [network set up for your infrastructure deployment](prepare-network.md).

articles/sap/center-sap-solutions/quickstart-install-high-availability-namecustom-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ After you [deploy infrastructure](deploy-s4hana.md) and install SAP software wit
2929
## Prerequisites
3030
- An Azure subscription.
3131
- An Azure account with **Azure Center for SAP solutions administrator** and **Managed Identity Operator** role access to the subscriptions and resource groups in which you'll create the Virtual Instance for SAP solutions (VIS) resource.
32-
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Subscription or atleast all resource groups (Compute, Network,Storage).
32+
- A **User-assigned managed identity** which has **Azure Center for SAP solutions service role** access on the Subscription or at least all resource groups (Compute, Network,Storage).
3333
- A storage account where you would store the SAP Media
3434
- **Reader and Data Access** role to the **User-assigned managed identity** on the storage account where you would store the SAP Media.
3535
- A [network set up for your infrastructure deployment](prepare-network.md).

articles/sap/center-sap-solutions/soft-stop-sap-and-hana-database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Using the [Azure PowerShell](/powershell/module/az.workloads), [CLI](/cli/azure/
3333
Currently, you can initiate a soft stop operation from the Azure PowerShell, Azure Command-Line Interface (Azure CLI) and REST API interfaces. You must use the stop operation along with a soft stop timeout value in seconds to initiate a soft stop. Once you initiate soft stop on VIS and the operation is successfully triggered on the SAP system, then monitor the Health and Status of the VIS to check if the system has stopped.
3434

3535
> [!NOTE]
36-
> When attempting to soft stop an SAP system or applicaton server instance using Azure Center for SAP solutions, soft stop timeout value must be greater than 0 and less than 82800 seconds.
36+
> When attempting to soft stop an SAP system or application server instance using Azure Center for SAP solutions, soft stop timeout value must be greater than 0 and less than 82800 seconds.
3737
3838

3939
### Soft stop system in PowerShell

articles/sap/monitor/provider-ha-pacemaker-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Example: cd /var/lib/pcp/pmdas/hacluster
9595
sudo systemctl enable pmproxy
9696
```
9797

98-
1. Data gets collected in the system by PCP. You can export the data by using `pmproxy` via URL `http://<ipaddress of the serrver>:44322/metrics?names=ha_cluster`.
98+
1. Data gets collected in the system by PCP. You can export the data by using `pmproxy` via URL `http://<ipaddress of the server>:44322/metrics?names=ha_cluster`.
9999
To check if the metrics are fetched via URL on the server where the hacluster is installed, Run the following command on the server.
100100

101101
```bash

0 commit comments

Comments
 (0)