A regular Azure API Management service update was started on December 7, 2020, and included the following new features and bug fixes, along other improvements. It may take several weeks for your API Management service to receive the update.
New
- You can now create and manage API backends in the Azure portal.
- You can now log API inspector traces to Application Insights and Azure Monitor by setting the
verbosity
property of theservice/diagnostics
resource todebug
. Azure portal interface for this feature will be released in early 2021. - You can now mask or hide sensitive query parameters and headers in diagnostic logs. The
hide
setting will remove an entity, whilemask
setting will replace it with the word "hidden". Refer to theservice/diagnostics
API endpoint documentation for more details. Azure portal interface for this feature will be released in early 2021. - You can now monitor database connectivity in secondary regions in the
Network Status
page in the Azure portal as well as via the respective API call, if your API Management service is deployed in multiple regions. - New management API version
2020-06-01-preview
is now available for testing.
Fixed
- Elements of collections in responses from the
Content Types
andContent Items
management API endpoints no longer overlap between pages.