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: articles/migrate/how-to-automate-vmware-to-azure-migration-rest-api.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,11 @@ Use this article if you want to:
22
22
23
23
Before you begin, make sure you have the following:
24
24
25
-
- An Azure subscription with Azure Migrate Owner role to create and manage Azure Migrate resources. [Azure Migrate built-in roles](/azure/migrate/prepare-azure-accounts)
26
-
[!IMPORTANT]
27
-
Insufficient permissions can cause API calls to fail with authorization or resource access errors.
25
+
- An Azure subscription with Azure Migrate Owner role to create and manage Azure Migrate resources. [Azure Migrate built-in roles](/azure/migrate/prepare-azure-accounts).
26
+
27
+
> [!IMPORTANT]
28
+
> Insufficient permissions can cause API calls to fail with authorization or resource access errors.
29
+
28
30
- A Migrate project configured for agent-based migration.
29
31
- A replication appliance deployed and registered with the vault.
30
32
- VMware or physical virtual machines discovered by the appliance.
@@ -92,9 +94,9 @@ The site information is present in `properties.customDetails.vmwareSiteId` and `
@@ -137,7 +139,7 @@ The Azure Site Recovery REST API–based migration workflow includes the followi
137
139
138
140
## Authentication
139
141
140
-
All REST API calls require authentication with Azure Active Directory (Azure AD). To authenticate, obtain a bearer access token using one of the supported methods.
142
+
All REST API calls require authentication with Microsoft Entra ID. To authenticate, obtain a bearer access token using one of the supported methods.
Alternatively you can use armclient or Invoke-AzRestMethod in PowerShell.
153
155
154
-
[!NOTE]
155
-
All examples in this article use the **2025‑08‑01** API version for the Azure Site Recovery resource provider. Ensure that the same API version is specified for all REST requests.
156
+
> [!NOTE]
157
+
> All examples in this article use the **2025‑08‑01** API version for the Azure Site Recovery resource provider. Ensure that the same API version is specified for all REST requests.
0 commit comments