Skip to content

Commit 53df94f

Browse files
authored
Update api-management-howto-add-products.md
Edit per review
1 parent 7427a8d commit 53df94f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

articles/api-management/api-management-howto-add-products.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this tutorial, you learn how to:
5252
|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5353
| Display name | The name as you want it to be shown in the [developer portal](api-management-howto-developer-portal.md). |
5454
| Description | Provide information about the product such as its purpose, the APIs it provides access to, and other details. |
55-
| State | Select **Published** if you want to publish the product to the developer portal for discovery of the product's APIs by developers. By default, new products are unpublished.<br/><br/>By default, all of the product's APIs are accessible for requests via the API Management gateway, regardless of whether the product is published. |
55+
| State | Select **Published** if you want to publish the product to the developer portal for discovery of the product's APIs by developers. By default, new products are unpublished.<br/><br/>Regardless of whether the product is published, all of the product's APIs are accessible for requests via the API Management gateway. |
5656
| Requires subscription | Select if a user is required to subscribe to use the product (the product is *protected*) and a subscription key must be used to access the product's APIs. If a subscription isn't required (the product is *open*), a subscription key isn't required to access the product's APIs. See [Access to product APIs](#access-to-product-apis) later in this article. |
5757
| Requires approval | Select if you want an administrator to review and accept or reject subscription attempts to this product. If not selected, subscription attempts are auto-approved. |
5858
| Subscription count limit | Optionally limit the count of multiple simultaneous subscriptions. Minimum value: 1 |
@@ -252,7 +252,6 @@ az apim show --<apim_service_name> --<resource_group_name>
252252

253253
:::zone-end
254254

255-
256255
## Access to product APIs
257256

258257
After you publish a product, developers can discover the product's APIs in the developer portal. Depending on how the product is configured, they may need to subscribe to the product for access.

0 commit comments

Comments
 (0)