The following are a list of registered namespaces.

Namespace Service Owner
azure.ai.formrecognizer Form Recognizer
azure.ai.textanalytics Text Analytics
azure.cosmos Azure Cosmos DB
azure.data.appconfiguration App Configuration
azure.developer.devcenter Dev Center
azure.messaging.eventhubs Event Hubs
azure.messaging.servicebus Service Bus
azure.search.documents Azure Search
azure.security.keyvault Key Vault
azure.storage.blobs Azure Storage
azure.storage.files.shares Azure Storage
azure.storage.files.datalake Azure Storage
azure.storage.queues Azure Storage

We represent the namespace in a standard form (each element is all lower case and starts with the azure identifier). This standard form must be turned into the language-specific form before use. For example, azure.security.keyvault is represented as:

  • com.azure.security.keyvault in Java,
  • Azure.Security.KeyVault in .NET, and
  • Azure::Security::KeyVault in C++.

To register a new namespace, contact the Architecture Board.