Skip to content

Commit 51b60f8

Browse files
authored
Merge pull request #288566 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents f84afe2 + 7a6ebff commit 51b60f8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

articles/api-management/api-management-howto-properties.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ Using key vault secrets is recommended because it helps improve API Management s
4343
* Granular [access policies](/azure/key-vault/general/security-features#privileged-access) can be applied to secrets
4444
* Secrets updated in the key vault are automatically rotated in API Management. After update in the key vault, a named value in API Management is updated within 4 hours. You can also manually refresh the secret using the Azure portal or via the management REST API.
4545

46+
> [!NOTE]
47+
> The secrets stored in Azure Key Vault must be between 1 and 4096 characters, as API Management cannot retrieve values that exceed this limit.
4648
## Prerequisites
4749

4850
* If you have not created an API Management service instance yet, see [Create an API Management service instance](get-started-create-service-instance.md).

articles/api-management/virtual-network-injection-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The minimum size of the subnet in which API Management can be deployed is /29, w
5959
* **/25 subnet**: 128 possible IP addresses - 5 reserved Azure IP addresses - 2 API Management IP addresses for one instance - 1 IP address for internal load balancer, if used in internal mode = 120 remaining IP addresses left for 60 scale-out units (2 IP addresses/scale-out unit) for a total of 61 units. This is a large, theoretical number of scale-out units.
6060

6161
> [!NOTE]
62-
> It is currently possible to scale the Premium SKU to 31 units. If you foresee demand approaching this limit, consider the /26 subnet or /25 submit.
62+
> It is currently possible to scale the Premium SKU to 31 units. If you foresee demand approaching this limit, consider the /26 subnet or /25 subnet.
6363
6464
> [!IMPORTANT]
6565
> The private IP addresses of internal load balancer and API Management units are assigned dynamically. Therefore, it is impossible to anticipate the private IP of the API Management instance prior to its deployment. Additionally, changing to a different subnet and then returning might cause a change in the private IP address.

0 commit comments

Comments
 (0)