---
title: Azure Migrate Project
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > Azure Migrate Project
---

# Azure Migrate Project

Azure Migrate Project is a central workspace in Azure used to organize, track, and manage migration assessments and modernization activities. It helps you discover on-premises servers, databases, and applications, evaluate their readiness for Azure, and plan cost‑effective migration paths.

```
azure.migrate_assessment_project
```

## Fields

| Title                           | ID   | Type       | Data Type                                                                                                                                                                                                                                             | Description |
| ------------------------------- | ---- | ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key                            | core | string     |
| assessment_solution_id          | core | string     | Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.                                                                                                                                                                              |
| created_timestamp               | core | string     | Time when this project was created. Date-Time represented in ISO-8601 format.                                                                                                                                                                         |
| customer_storage_account_arm_id | core | string     | The ARM id of the storage account used for interactions when public access is disabled.                                                                                                                                                               |
| customer_workspace_id           | core | string     | The ARM id of service map workspace created by customer.                                                                                                                                                                                              |
| customer_workspace_location     | core | string     | Location of service map workspace created by customer.                                                                                                                                                                                                |
| id                              | core | string     | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"                                                           |
| location                        | core | string     | The geo-location where the resource lives                                                                                                                                                                                                             |
| name                            | core | string     | The name of the resource                                                                                                                                                                                                                              |
| private_endpoint_connections    | core | json       | The list of private endpoint connections to the project.                                                                                                                                                                                              |
| project_status                  | core | string     | Project Status.                                                                                                                                                                                                                                       |
| provisioning_state              | core | string     | The status of the current operation.                                                                                                                                                                                                                  |
| public_network_access           | core | string     | This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method. |
| resource_group                  | core | string     |
| service_endpoint                | core | string     | Endpoint at which the collector agent can call agent REST API.                                                                                                                                                                                        |
| subscription_id                 | core | string     |
| subscription_name               | core | string     |
| system_data                     | core | json       | Metadata pertaining to creation and last modification of the resource.                                                                                                                                                                                |
| tags                            | core | hstore_csv |
| type                            | core | string     | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"                                                                                                                                             |
| updated_timestamp               | core | string     | Time when this project was last updated. Date-Time represented in ISO-8601 format.                                                                                                                                                                    |
