Skip to content

Commit fc639c3

Browse files
committed
edits
1 parent 96af462 commit fc639c3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/api-management/api-management-subscriptions.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Each API Management instance comes with an immutable, all-APIs subscription (als
7979
8080
### Standalone subscriptions
8181

82-
API Management also allows *standalone* subscriptions, which are not associated with a developer account. This feature proves useful in scenarios similar to several developers or teams sharing a subscription.
82+
API Management also allows *standalone* subscriptions, which aren't associated with a developer account. This feature proves useful in scenarios similar to several developers or teams sharing a subscription.
8383

8484
Creating a subscription without assigning an owner makes it a standalone subscription. To grant developers and the rest of your team access to the standalone subscription key, either:
8585
* Manually share the subscription key.
@@ -93,8 +93,14 @@ When created in the portal, a subscription is in the **Active** state, meaning a
9393

9494
## Use a subscription key
9595

96-
To use an API Management subscription key, a subscriber adds the **Ocp-Apim-Subscription-Key** HTTP header to the request, passing the value of the subscription key. Alternatively, include the **Ocp-Apim-Subscription-key** query parameter and value in the request. The query parameter is checked only if the header isn't present.
96+
A subscriber can use an API Management subscription key in one of two ways:
9797

98+
* Add the **Ocp-Apim-Subscription-Key** HTTP header to the request, passing the value of a valid subscription key.
99+
100+
* Include the **subscription-key** query parameter and a valid value in the URL. The query parameter is checked only if the header isn't present.
101+
102+
> [!TIP]
103+
> **Ocp-Apim-Subscription-Key** is the default name of the subscription key header, and **subscription-key** is the default name of the query parameter. If desired, you may modify these names in the settings for each API. For example, in the portal, update these names on the **Settings** tab of an API.
98104
99105
## Enable or disable subscription requirement for API or product access
100106

0 commit comments

Comments
 (0)