Tools, FAQ, Tutorials:
Edit API Operation Policy
What are steps to edit policy of an Azure API Operation?
✍: FYIcenter.com
For each operation you created in your API, a default policy coded is added.
If you want to view and edit policy statements to be executed between the Azure API and the backend service, you can follow this tutorial:
1. Go to the publisher dashboard of the API Management Service.
2. Select "First API" in the API list.
3. Select "Add new user" in the operation list. You see the "Design" tab open.
4. Click the "Edit" icon in the "Backend" section. You see backend processing logic displayed.
5. Click "Code View". You see the policy code displayed.
6. Edit the policy code and save the changes.
The picture below shows you steps on how to edit gateway policy of an API operation:
2018-03-10, ∼2947🔥, 0💬
Popular Posts:
How to start Docker Daemon, "dockerd", on CentOS systems? If you have installed Docker on your CentO...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How to Install Docker Desktop on Windows 10? You can follow this tutorial to Install Docker Desktop ...
What Is session_register() in PHP? session_register() is old function that registers global variable...
Why I am getting "LNK1104: cannot open file 'MSCOREE.lib'" error when building a C++/CLI program? Vi...