# DeploymentScope

- Module: [Aspire.Hosting.Azure.ApplicationInsights](/reference/api/typescript/aspire.hosting.azure.applicationinsights.md)
- Version: `13.2.0`
- Kind: `enum`
- Source: [GitHub](https://github.com/microsoft/aspire)

## Definition

```typescript
enum DeploymentScope {
  ResourceGroup = 0,
  Subscription = 1,
  ManagementGroup = 2,
  Tenant = 3,
}
```

## Values

- `ResourceGroup` = `0`
- `Subscription` = `1`
- `ManagementGroup` = `2`
- `Tenant` = `3`
