Skip to content

Commit 537c2e3

Browse files
committed
edits
1 parent 4c762d2 commit 537c2e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/api-management-howto-ip-addresses.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ ms.custom: fasttrack-edit
1717

1818
[!INCLUDE [api-management-availability-all-tiers](../../includes/api-management-availability-all-tiers.md)]
1919

20-
This article describes how to retrieve the IP addresses of Azure API Management. IP addresses can be public or private if the service is in a virtual network. You can use IP addresses to create firewall rules, filter the incoming traffic to backend services, or restrict outbound traffic.
20+
This article describes how to retrieve the IP addresses of Azure API Management. IP addresses can be public or private if the service is in a virtual network. You can use IP addresses to create firewall rules, filter incoming traffic to backend services, or restrict outbound traffic.
2121

2222
## Public IP addresses
2323

24-
Every API Management instance in Developer, Basic, Standard, or Premium tier has public IP addresses that are exclusive only to that service instance. (They're not shared with other resources.)
24+
Every API Management instance in Developer, Basic, Standard, or Premium tier has public IP addresses that are exclusive only to that instance. (They're not shared with other resources.)
2525

2626
You can retrieve the IP addresses from the overview dashboard of your resource in the Azure portal:
2727

@@ -33,7 +33,7 @@ You can also fetch them programmatically by using this API call:
3333
GET https://management.azure.com/subscriptions/<subscription-id>/resourceGroups/<resource-group>/providers/Microsoft.ApiManagement/service/<service-name>?api-version=<api-version>
3434
```
3535

36-
Public IP addresses will appear the response:
36+
Public IP addresses will appear in the response:
3737

3838
```json
3939
{

0 commit comments

Comments
 (0)