Skip to content

Commit 5b14b9a

Browse files
authored
raising acrolinx
1 parent 49fbc88 commit 5b14b9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: engagement-fy23, devx-track-azurecli
1717

1818
[API Management policies](api-management-howto-policies.md) are a powerful capability of the system that allow the publisher to change the behavior of the API through configuration. Policies are a collection of statements that are executed sequentially on the request or response of an API. Policy statements can be constructed using literal text values, policy expressions, and named values.
1919

20-
*Named values* are a global collection of name/value pairs in each API Management instance. There is no imposed limit on the number of items in the collection. Named values can be used to manage constant string values and secrets across all API configurations and policies.
20+
*Named values* are a global collection of name/value pairs in each API Management instance. There's no imposed limit on the number of items in the collection. Named values can be used to manage constant string values and secrets across all API configurations and policies.
2121

2222
:::image type="content" source="media/api-management-howto-properties/named-values.png" alt-text="Named values in the Azure portal":::
2323

@@ -44,10 +44,10 @@ Using key vault secrets is recommended because it helps improve API Management s
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

4646
> [!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.
47+
> The secrets stored in Azure Key Vault must be between 1 and 4096 characters, as API Management can't retrieve values that exceed this limit.
4848
## Prerequisites
4949

50-
* If you have not created an API Management service instance yet, see [Create an API Management service instance](get-started-create-service-instance.md).
50+
* If you haven't created an API Management service instance yet, see [Create an API Management service instance](get-started-create-service-instance.md).
5151

5252
### Prerequisites for key vault integration
5353

@@ -133,7 +133,7 @@ az apim nv show --resource-group apim-hello-word-resource-group \
133133
--service-name apim-hello-world --named-value-id named_value_01
134134
```
135135

136-
This example is a secret value. The previous command does not return the value. To see the value, run the [az apim nv show-secret](/cli/azure/apim/nv#az-apim-nv-show-secret) command:
136+
This example is a secret value. The previous command doesn't return the value. To see the value, run the [az apim nv show-secret](/cli/azure/apim/nv#az-apim-nv-show-secret) command:
137137

138138
```azurecli
139139
az apim nv show-secret --resource-group apim-hello-word-resource-group \

0 commit comments

Comments
 (0)