Are Azure Subscription ID, AAD Tenant ID, and AAD App Client ID considered secret/PII?

Viewed 8765

I would like to log the following in my telemetry for diagnostic and usage purposes:

  • Azure Subscription ID
  • AAD Tenant ID
  • AAD App Client ID

Should I treat them as secrets/PII and hash/encrypt them?

(it goes without saying I will not be retaining the client secret in any way shape or form)

1 Answers
Related