Skip to content

License

The Phenisys license comes in two modes:

  • Trial — time-limited, no user cap. Use it freely during the validity period.
  • Full — production license with a user cap: the maximum number of distinct Microsoft Teams users the collector is authorised to process per month.

Start with a free trial by filling in the request form:

Request a Trial License →

The form asks for the following information:

FieldNotes
EmailYour professional email address
Company NameYour organisation name
CountryYour country
Dynatrace PlatformYour Dynatrace environment URL
Estimated number of Microsoft Teams users per monthUsed to size the license — see License Estimation
Microsoft 365 Tenant IDHave this ready — Phenisys uses it to generate the license
Trial License DurationRequested duration
AWS Marketplace Private OfferIf applicable
Additional informationAny context about your use case

For production usage or to extend beyond the trial, contact Phenisys directly:

Contact Phenisys →


The license is a JSON file delivered by Phenisys. It looks like this:

{
"license_data": {
"name": "Your Company Name",
"ms_tenant_id": "your-tenant-id",
"start_date": "2026-01-01",
"expiration_date": "2030-12-31",
"trial": false,
"max_users": 10000
},
"signature": "..."
}

Do not modify the file contents — the signature field validates the integrity of license_data and any modification will invalidate it.


How you provide the license depends on your deployment type.

Save the license file somewhere on the host (e.g. /etc/ms-teams-observability-agent/license.json) and reference it in your config.yaml:

license:
filepath: /etc/ms-teams-observability-agent/license.json

The collector reads this file on startup and validates the signature against your tenant.


To determine how many licensed users you need, see License Estimation.