1 2 3 4 > >>   Sort: Rank

'context.Request.Url.Query' Query String Parameters
How to access Query String parameters from "context.Request.Url.Query" object in Azure API Policy? Query String parameters are parameters provided in the query string in the form of name=value&name=value. ..format. For example, the following URL has two query string parameters: "date" and "s...
2024-01-03, 14793🔥, 1💬

💬 2024-01-03 BOB: something meaningful

'json-to-xml' Azure API Policy Statement
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you to convert the body of the inbound request or outbound response from JSON format to XML format. For example, the following "json-to-xml" policy statement converts the output response from JSON format t...
2023-04-25, 5801🔥, 2💬

💬 2023-04-23 FYIcenter.com: @lynette, maybe you can add an 'xsl-transform' statement to convert the <document> element something else.

💬 2023-04-19 lynette temple: what do i do if i dont need the <document> element?

The Default Policy
What is the default policy for an Azure API operation? The default policy for an Azure API operation is the following: <!-- Default-Policy.xml Copyright (c) FYIcenter.com --> <policies> <inbound> </inbound> <backend> <forwa...
2023-03-27, 1513🔥, 1💬

'set-body' Azure API Policy Statement
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy Statement can be used to reset the body of the request when calling the backend service or the body of the response when returning response to the client system. The "set-body" Policy Statement can b...
2023-02-09, 14476🔥, 2💬

💬 2023-02-09 RAMESH: Ramesh

Microsoft Azure API Management Tutorials
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answer many frequently asked questions compiled by FYIcenter.com team about Microsoft Azure services: API Management Services at Azure Portal What Is Azure API Management Service Azure API Management - Pu...
2022-08-26, 7856🔥, 0💬

'xml-to-json' Policy Statement
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you to convert the body of the inbound request or outbound response from XML format to JSON format. For example, the following "xml-to-json" policy statement converts the outbound response from XML format ...
2021-10-02, 5942🔥, 2💬

💬 2021-10-02 FYIcenter.com: @Joe, just follow "Edit API Operation Policy" tutorial, and enter the above code into the policy file.

💬 2021-09-28 Joe D: Do you have any examples of how you would use this? I am really lost on how to implement this.

What Is Azure API Management Service
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs to external and internal customers. Quickly create consistent and modern API gateways for existing back-end services hosted anywhere, secure and protect them from abuse and overuse, and get insights ...
2018-10-30, 4396🔥, 0💬

Azure API Management - Developer Portal
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web portal that allows your developers of client applications to learn and run tests on your API services. Once you have signed up for an Azure API Management Service, you will be given an API Management...
2018-10-30, 4174🔥, 0💬

Azure API Management - Gateway
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that service your API services. Once you have signed up for an Azure API Management Service, you will be given a URL that represents the API Gateway: https://your-api-management-se rvice-name.azure-api.netWhen...
2018-10-30, 4165🔥, 0💬

Azure API Management - Publisher Dashboard
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azure Web portal that allows you to create and manage your API services. Once you have signed up for an Azure API Management Service, you will see it listed as resource entry on your Azure dashboard. If ...
2018-10-30, 3712🔥, 0💬

API Management Services at Azure Portal
Where to find tutorials on API Management Services at Azure Portal? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on API Management Services at Azure Portal: What Is Azure API Management Service Azure API Management - Publisher Dashboard Azure A...
2018-10-30, 2933🔥, 0💬

Azure API Management - Developer Portal Admin
What is Azure API Management Developer Portal Admin? The Developer Portal Admin is an Azure Web portal that allows you to manage the Developer Portal and run analytical reports on your API services. Once you have signed up for an Azure API Management Service, you will be given an API Management Deve...
2018-07-22, 3050🔥, 0💬

Azure API Management Service - 2017 Version
What Is the 2017 Version of Azure API Management Service? The 2017 Version of Azure API Management as a turnkey solution for publishing APIs to external and internal customers. Quickly create consistent and modern API gateways for existing back-end services hosted anywhere, secure and protect them f...
2018-07-22, 2564🔥, 0💬

2017 Version of API Management Services
Where to find tutorials on the 2017 version of API Management Services at Azure Portal? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on the 2017 version of API Management Services at Azure Portal: Azure API Management Service - 2017 Version Azu...
2018-07-22, 2458🔥, 0💬

Azure API Management - Publisher Portal 2017 Version
What is Azure API Management Publisher Portal 2017 version? Azure API Management Publisher Portal is an Azure Web portal that allows you to create and manage your API services. Once you have signed up for an Azure API Management Service, you will be given an API Management Publisher Portal, which sh...
2018-07-22, 2434🔥, 0💬

API Level Policy for All Operations
How to add and view the API level policy for all operations in the API? Be default, Azure automatically creates an API level policy for all operation in an API. You can follow this tutorial to review or add the default API level policy. 1. Go to the publisher dashboard of the API Management Service....
2018-07-22, 1506🔥, 0💬

Login to Azure API Publisher Portal - 2017 Version
How to login to Azure API Management Publisher Portal 2017 version? If you have given access permission to an Azure API Management Service publisher portal, you can login to the publisher portal as shown in this tutorial: 1. Enter the publisher portal URL in a Web browser as shown below: The first p...
2018-07-18, 2645🔥, 0💬

Create New API on Publisher Portal - 2017 Version
How to create a new API on the Publisher Portal 2017 version of an Azure API Management Service? If you are new to the Publisher Portal of an Azure API Management Service, you can follow this tutorial to a new API. 1. Log in to the Publisher Portal as shown in the previous tutorial. 2. Click API fro...
2018-07-18, 2531🔥, 0💬

Add Operation to API on Publisher Portal - 2017 Version
How to add a new operation to an API on the Publisher Portal of an Azure API Management Service 2017 version? You can follow this tutorial to add a new operation to an API on the Publisher Portal of an Azure API Management Service. 1. Click API from the left menu on the Publisher Portal. You see the...
2018-07-18, 2382🔥, 0💬

View API Details on Publisher Portal - 2017 Version
How to view API details on the Publisher Portal of an Azure API Management Service 2017 version? You can follow this tutorial to view detailed information of API on the Publisher Portal of an Azure API Management Service. 1. Log in to the Publisher Portal as shown in the previous tutorial. 2. Click ...
2018-07-18, 2251🔥, 0💬

View Effective Policy of API Operation - 2017 Version
How to View Effective Policy of an API Operation 2017 version? My API operation is not calling the backend service. If your API operation is not calling the backend service, you need to view the effective policy of the API operation to see why backend service is not called. 1. Go to the publisher po...
2018-07-18, 1291🔥, 0💬

Add Request URL Template Parameters - 2017 Version
How to add request URL Template Parameters to my Azure API operation 2017 version to make it more user friendly? If your API Operation requires some key parameters, you put them as template parameters in the URL template of the operation. Using template parameters reduces the need for providing para...
2018-06-12, 3814🔥, 0💬

Add Request Query String Parameters - 2017 Version
How to add request query string Parameters to my Azure API operation 2017 version to make it more user friendly? If your API operation uses URL template parameters, the client system must call it with parameter values specified in the correct position, like: https://.../exchange-rate/USD/ EUR/2020-10...
2018-06-12, 3127🔥, 0💬

Setup Policy to Azure API Operations - 2017 Version
What are steps to set up policy to an Azure API Operation 2017 version? If you want to add policy statements to be executed between the Azure API and the backend service, you need to setup policy to the Azure API operation as shown in this tutorial: 1. Login to Azure Portal . 2. Go to API Management...
2018-06-12, 1404🔥, 0💬

1 2 3 4 > >>   Sort: Rank