The migrateProjects resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Migrate/migrateProjects resource, add the following JSON to your template.
{
"type": "Microsoft.Migrate/migrateProjects",
"apiVersion": "2020-05-01",
"name": "string",
"location": "string",
"eTag": "string",
"properties": {
"publicNetworkAccess": "string",
"serviceEndpoint": "string",
"utilityStorageAccountId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Migrate/migrateProjects' |
apiVersion | The resource api version | '2020-05-01' |
name | The resource name | string (required) |
location | Azure location in which project is created. | string |
eTag | For optimistic concurrency control. | string |
properties | Properties of a migrate project. | MigrateProjectProperties |
Name | Description | Value |
---|---|---|
publicNetworkAccess | Gets or sets the state of public network access. | 'Disabled' 'Enabled' 'NotSpecified' |
serviceEndpoint | Service endpoint. | string |
utilityStorageAccountId | Utility storage account id. | string |
The following quickstart templates deploy this resource type.
Template | Description |
---|---|
Create an Azure Migrate project |
This template creates an Azure Migrate project that will be used for discovering, assessing and migrating servers, apps, data |