| title | applicationLocation resource type |
|---|---|
| description | Represents the geographical and operational locations associated with an application, such as where its primary data center and headquarters are based. |
| author | HildaK-pm |
| ms.date | 10/13/2025 |
| ms.localizationpriority | medium |
| ms.subservice | entra-applications |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the location attributes of an application used to indicate where its infrastructure operates and where the owning organization is based.
| Property | Type | Description |
|---|---|---|
| dataCenter | String | Specifies the region or physical location where the application's primary data center is hosted. |
| headquarters | String | Specifies the city, country or region where the application's owning organization is headquartered. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.applicationLocation",
"dataCenter": "String",
"headquarters": "String"
}