Skip to content

Commit e7c9c8b

Browse files
committed
fix blocking issues
1 parent a728205 commit e7c9c8b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/api-management/api-management-faq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sections:
4040
* Use TLS mutual authentication as described in [How to secure back-end services by using client certificate authentication in Azure API Management](api-management-howto-mutual-certificates.md).
4141
* Use IP filtering on your back-end service. In all tiers of API Management except the Consumption tier, the IP address of the gateway remains constant. For more information, see [IP addresses of Azure API Management](api-management-howto-ip-addresses.md).
4242
* Connect your API Management instance to an [Azure virtual network](virtual-network-concepts.md).
43-
* Configure OAuth 2.0 authorization. For more information, see [Authentication and authorization in API Managment](authentication-authorization-overview.md).
43+
* Configure OAuth 2.0 authorization. For more information, see [Authentication and authorization in API Management](authentication-authorization-overview.md).
4444
4545
- question: |
4646
How do I copy my API Management service instance to a new instance?
@@ -95,7 +95,7 @@ sections:
9595
- question: |
9696
Are there restrictions on importing my API?
9797
answer: |
98-
See [API import restrictions and known issues](api-management-api-import-restrictions.md) for Open API (Swagger), WSDL, and WADL formats.
98+
See [API import restrictions and known issues](api-management-api-import-restrictions.md) for OpenAPI (Swagger), WSDL, and WADL formats.
9999
100100
- question: |
101101
Can I use CI/CD for API development?

articles/api-management/api-management-howto-create-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Once the association is added between the developer and the group, you can view
9898

9999
* Once a developer is added to a group, they can view and subscribe to the products associated with that group. For more information, see [How create and publish a product in Azure API Management][How create and publish a product in Azure API Management],
100100
* In addition to creating and managing groups in the Azure portal, you can create and manage your groups using the API Management REST API [Group](/rest/api/apimanagement/apimanagementrest/azure-api-management-rest-api-group-entity) entity.
101-
* Learn how to manage the administrator [email settings](api-management-howto-configure-notifications.md#configure-email-settings) that asre used in notifications to developers from your API Management instance.
101+
* Learn how to manage the administrator [email settings](api-management-howto-configure-notifications.md#configure-email-settings) that are used in notifications to developers from your API Management instance.
102102

103103

104104
[Create a group]: #create-group

articles/api-management/configure-custom-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ If you use Azure Key Vault to manage a custom domain TLS certificate, make sure
7777
To fetch a TLS/SSL certificate, API Management must have the list and get secrets permissions on the Azure Key Vault containing the certificate.
7878
* When you use the Azure portal to import the certificate, all the necessary configuration steps are completed automatically.
7979
* When you use command-line tools or management API, these permissions must be granted manually, in two steps:
80-
1. On the **Managed identities** page of your API Management instance, enable a system-assigned or user-assigned [managed identity](api-management-howto-use-managed-service-identity.md). Note the principal Id on that page.
81-
1. Give the list and get secrets permissions to this principal Id on the Azure Key Vault containing the certificate.
80+
1. On the **Managed identities** page of your API Management instance, enable a system-assigned or user-assigned [managed identity](api-management-howto-use-managed-service-identity.md). Note the principal ID on that page.
81+
1. Give the list and get secrets permissions to this principal ID on the Azure Key Vault containing the certificate.
8282

8383
If the certificate is set to `autorenew` and your API Management tier has an SLA (that is, in all tiers except the Developer tier), API Management will pick up the latest version automatically, without downtime to the service.
8484

0 commit comments

Comments
 (0)