Skip to content

Commit 6dc54ee

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into ergateway
2 parents 1c17dab + a86aac9 commit 6dc54ee

File tree

576 files changed

+2097
-3027
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

576 files changed

+2097
-3027
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3125,6 +3125,11 @@
31253125
"redirect_url": "/azure/openshift/howto-byok",
31263126
"redirect_document_id": false
31273127
},
3128+
{
3129+
"source_path_from_root": "/articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-with-auto-redeploy.md",
3130+
"redirect_url": "/azure/openshift/index",
3131+
"redirect_document_id": false
3132+
},
31283133
{
31293134
"source_path_from_root": "/articles/openshift/quickstart-portal.md",
31303135
"redirect_url": "/azure/openshift/create-cluster",
@@ -4761,4 +4766,4 @@
47614766
"redirect_document_id": false
47624767
}
47634768
]
4764-
}
4769+
}

CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@
2525
/articles/genomics @jasonwhowell @thomps23
2626
/articles/open-datasets @jasonwhowell @thomps23
2727
/articles/search @jasonwhowell @thomps23
28+
/articles/azure-monitor @jasonwhowell @thomps23
29+
/articles/advisor @jasonwhowell @thomps23
30+
/articles/chaos-studio @jasonwhowell @thomps23
31+
/articles/service-health @jasonwhowell @thomps23
2832

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ In this tutorial, you learn how to:
5050
|--------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
5151
| Display name | The name as you want it to be shown in the [developer portal](api-management-howto-developer-portal.md). |
5252
| Description | Provide information about the product such as its purpose, the APIs it provides access to, and other details. |
53-
| State | Select **Published** if you want to publish the product. Before the APIs in a product can be called, the product must be published. By default, new products are unpublished, and are visible only to the **Administrators** group. |
53+
| State | Select **Published** if you want to publish the product to the developer portal. Before the APIs in a product can be discovered by developers, the product must be published. By default, new products are unpublished. |
5454
| 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. |
5555
| 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. |
5656
| Subscription count limit | Optionally limit the count of multiple simultaneous subscriptions. |
@@ -83,7 +83,7 @@ You can specify various values for your product:
8383
|-----------|-------------|
8484
| `--product-name` | The name as you want it to be shown in the [developer portal](api-management-howto-developer-portal.md). |
8585
| `--description` | Provide information about the product such as its purpose, the APIs it provides access to, and other details. |
86-
| `--state` | Select **published** if you want to publish the product. Before the APIs in a product can be called, the product must be published. By default, new products are unpublished, and are visible only to the **Administrators** group. |
86+
| `--state` | Select **published** if you want to publish the product to the developer portal. Before the APIs in a product can be discovered by developers, the product must be published. By default, new products are unpublished. |
8787
| `--subscription-required` | Select if a user is required to subscribe to use the product (the product is *protected*) or a subscription isn't required (the product is *open*). See [Access to product APIs](#access-to-product-apis) later in this article. |
8888
| `--approval-required` | 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. |
8989
| `--subscriptions-limit` | Optionally, limit the count of multiple simultaneous subscriptions.|

0 commit comments

Comments
 (0)