< 1 2 3 4 > >>   Sort: Date

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, 3736🔥, 0💬

'@(...)' Expressions in Azure API Policy
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy can be used to include a single C# expression as the attribute value or text value in most policy statements. When a "@(...)" expression is included in a policy statement, the C# expression will be ev...
2018-02-14, 3630🔥, 0💬

Using Azure API Management Publisher Dashboard
Where to find tutorials on Using Azure API Management Publisher Dashboard? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Azure API Management Publisher Dashboard: Login to Azure API Management Publisher Dashboard Create a New API on Pub...
2018-04-21, 3556🔥, 0💬

Add Operation to API on Publisher Dashboard
How to add a new operation to an API on the Publisher Dashboard of an Azure API Management Service? 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 on the API name from the API list to open it. You see detailed inform...
2018-03-31, 3529🔥, 0💬

Add Request URL Template Parameters
How to add request URL Template Parameters to my Azure API operation 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 parameters in the...
2018-03-24, 3416🔥, 0💬

Login to Azure API Management Publisher Dashboard
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an Azure API Management Service publisher dashboard, you can login to the publisher dashboard as shown in this tutorial: 1. Login to Azure Portal with your work email address. 2. Click "All Resources" in...
2018-04-21, 3388🔥, 0💬

View API Details on Publisher Dashboard
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follow this tutorial to view detailed information of API on the Publisher Dashboard of an Azure API Management Service. Click on the API name from the API list to open it. You see detailed information of t...
2018-03-31, 3386🔥, 0💬

Add API to API Products - 2017 Version
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Management Service? You can follow this tutorial to add an API to an API product on the Publisher Portal of an Azure API Management Service. 1. Click API from the left menu on the Publisher Portal. You s...
2017-09-20, 3375🔥, 0💬

Using Azure API Management Developer Portal
Where to find tutorials on Using Azure API Management Developer Portal? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Using Azure API Management Developer Portal: Login to Developer Portal as Publisher What Can I See on Developer Portal Test ...
2017-09-20, 3213🔥, 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, 3161🔥, 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, 3078🔥, 0💬

Using .NET CLR Types in Azure API Policy
How to use .NET CLR Types in Azure API Policy? By default, Azure imports many basic .NET CLR (Common Language Runtime) types into the API policy execution environment. Imported .NET CLR types can be used in any "@(...)" expressions or "@{...}" expression blocks. For example, the following "@{...}" e...
2018-01-24, 3003🔥, 0💬

'send-request' Policy Statement
How to use the "send-request" Policy statement to call an extra web service for an Azure API service operation? The "send-request" Policy Statement allows you to call an extra web service and store the response in a given variable. The "send-request" statement has the following syntax: &lt;send-...
2018-01-13, 3002🔥, 0💬

Login to Developer Portal as Publisher
How to login to the Developer Portal internally by you as the publisher? Normally, the Developer Portal of an Azure API Management Service is used by client developers. But as a publisher, you can also use the Developer Portal to test API operations internally. You can follow this tutorial to login ...
2017-09-20, 2994🔥, 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, 2966🔥, 0💬

API Management Service Resource Details
Where to see resource detailed information of my API Management Service on Azure Portal? Once you have located you API Management Service on the Azure resource list as described in the previous tutorial, you can click on the resource name to see more details by clicking the menu on the left: Resourc...
2018-04-21, 2924🔥, 0💬

Operation Setting: 'Rewrite URL template' - 2017 Version
How to use the API operation 2017 version setting "Rewrite URL template"? The API operation setting "Rewrite URL template" is used to override the "URL template" setting, when constructing the final URL to call the backend service. By default, Azure will construct the final URL by appending the URL ...
2018-03-31, 2883🔥, 0💬

Policy to Modify Request and Response Body
Where to find tutorials on creating Policy to Modify Request and Response Body on Azure API Management Policy? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on creating Policy to Modify Request and Request Body on Azure API Management Policy. 'f...
2018-01-19, 2846🔥, 0💬

'choose ... when ...' Statements to Control Execution Flows
How to use 'choose ... when ..." policy statements to control execution flows? If you want to control execution flows in Azure API management process, you can use the 'choose ... when ..." policy statement. The "choose ... when ..." statement has the following syntax: &lt;choose&gt; &lt;...
2018-01-19, 2840🔥, 0💬

Policy to Set and Get Custom Variables
How to write a policy to set and get custom variables? Here is a policy that sets and gets custom variables: &lt;!-- Set-Get-Variable-Policy.xml Copyright (c) FYIcenter.com --&gt; &lt;policies&gt; &lt;inbound&gt; &lt;set-variable name="version" value="1.11" /&gt; &...
2017-10-23, 2752🔥, 0💬

API Management Service on Azure Portal
Where is API Management Service on my Azure Portal? If your IT department has signed up for an Azure API Management Service, they should give your Azure URL link that brings your to the Azure API Management Service directly. If don't have URL link, you can follow these steps to find your Azure API M...
2018-04-21, 2721🔥, 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, 2666🔥, 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, 2585🔥, 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, 2563🔥, 0💬

< 1 2 3 4 > >>   Sort: Date