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
The `processServerId` is the machine ID of the replication appliance that handles VM replication. To retrieve it:
52
52
@@ -111,7 +111,7 @@ Use the `id` value from the process server entry as your `processServerId` that
111
111
112
112
### Get the Fabric Discovery Machine ID
113
113
114
-
The `fabricDiscoveryMachineId` is the ARM ID of the discovered VM from Azure Migrate. To find it:
114
+
The `fabricDiscoveryMachineId` is the Azure Resource Manager ID of the discovered VM from Azure Migrate. To find it:
115
115
116
116
```http
117
117
(for VMware VMs) GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/VMwareSites/{siteName}/machines?api-version=2023-06-06
@@ -208,25 +208,25 @@ PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{
208
208
| Parameter | Required | Description |
209
209
|-----------|----------|-------------|
210
210
|`instanceType`| Yes | Must be `InMageRcm`|
211
-
|`fabricDiscoveryMachineId`| Yes |ARM ID of the discovered VMware machine from Azure Migrate |
211
+
|`fabricDiscoveryMachineId`| Yes |Azure Resource Manager ID of the discovered VMware machine from Azure Migrate |
212
212
|`processServerId`| Yes | ID of the process server to use for replication |
213
-
|`targetResourceGroupId`| Yes |ARM ID of the target resource group in Azure |
213
+
|`targetResourceGroupId`| Yes |Azure Resource Manager ID of the target resource group in Azure |
214
214
|`disksToInclude`| Yes*| List of disks to replicate with their configuration |
215
215
|`disksDefault`| Yes*| Default disk configuration (use either `disksToInclude` or `disksDefault`, not both) |
216
-
|`targetNetworkId`| No |ARM ID of the target virtual network |
217
-
|`testNetworkId`| No |ARM ID of the test virtual network |
216
+
|`targetNetworkId`| No |Azure Resource Manager ID of the target virtual network |
217
+
|`testNetworkId`| No |Azure Resource Manager ID of the test virtual network |
218
218
|`targetSubnetName`| No | Name of the target subnet |
219
219
|`testSubnetName`| No | Name of the test subnet |
220
220
|`targetVmName`| No | Name for the target Azure VM |
221
221
|`targetVmSize`| No | Azure VM size (e.g., `Standard_D2s_v3`) |
222
222
|`licenseType`| No | License type: `NoLicenseType`, `WindowsServer`|
223
223
|`sqlServerLicenseType`| No | SQL Server license: `NotSpecified`, `NoLicenseType`, `PAYG`, `AHUB`|
224
224
|`linuxLicenseType`| No | Linux license: `NotSpecified`, `NoLicenseType`, `RHEL_BYOS`, `SLES_BYOS`|
225
-
|`targetAvailabilitySetId`| No |ARM ID of target availability set |
225
+
|`targetAvailabilitySetId`| No |Azure Resource Manager ID of target availability set |
226
226
|`targetAvailabilityZone`| No | Target availability zone (1, 2, or 3) |
227
-
|`targetProximityPlacementGroupId`| No |ARM ID of target proximity placement group |
228
-
|`targetBootDiagnosticsStorageAccountId`| No |ARM ID of boot diagnostics storage account |
229
-
|`runAsAccountId`| No |ARM ID of the run-as account for mobility agent installation |
227
+
|`targetProximityPlacementGroupId`| No |Azure Resource Manager ID of target proximity placement group |
228
+
|`targetBootDiagnosticsStorageAccountId`| No |Azure Resource Manager ID of boot diagnostics storage account |
229
+
|`runAsAccountId`| No |Azure Resource Manager ID of the run-as account for mobility agent installation |
230
230
|`multiVmGroupName`| No | Multi-VM consistency group name |
231
231
|`targetVmTags`| No | Tags to apply to the target VM |
232
232
|`seedManagedDiskTags`| No | Tags for seed managed disks |
@@ -241,16 +241,16 @@ When using `disksToInclude`, each disk object requires:
0 commit comments