Allowing Multiple Subscriptions to the Same Service per Subscriber

To allow a subscriber to have multiple subscriptions to the same service, each subscription:

  • Must have its own parameter substitutions.
  • Can be activated or deactivated independently.

An object for each subscription is created in the directory. The name of the object has the following format:

<ServiceName>%<SubscriptionId>
  • <ServiceName>—Name of the service
  • <SubscriptionId>—Name of the subscription

Other than the naming convention, multiple subscriptions are identical to regular subscriptions.