Azure API Management Updates - January, 2021
Published date: January 27, 2021
We've added several new capabilities in January. You can now:
- Use the
cache-response
attribute in thecache-store
policy to specify when to cache the outgoing HTTP response. For example,<cache-store cache-response="@{return true}" />
will cache all API responses. If thecache-response
attribute isn't specified, only HTTP responses with the status code200 OK
will be cached. Documentation will be updated soon. - View service summary, explore service recommendations, and access additional resources in the redesigned overview page in the Azure portal.
- Use the
isKeyVaultRefreshFailed=true
query parameter in the list certificates by service and list named values by service API calls in the API version 2020-06-01 or later to find the entities, for which the refresh from Azure Key Vault action failed. Documentation will be updated soon. - Monitor connectivity to Azure Key Vault using the network status endpoint in the API version 2020-06-01-preview or later.
This release also fixed an error, which could cause named values and certificates stored in Azure Key Vault to not be refreshed.
You can find details about new features, bug fixes, and other changes on GitHub.