Reputation: 397
I am new to Azure API management. I was writing policies for our APIM. As the policy gets more complex, it seems very difficult to find exact method or way to write.
Is there any plugin like VS code plugin which will enable us to write Azure policy, or atleast C# expression part. Does any plugin has the intellisense build in for writing and evaluating Azure policy in IDE without directly putting to Azure APIM.
Need some suggestion to find best IDE/tool to write few complex AZURE APIM policy.
Upvotes: 2
Views: 811
Reputation: 119
There is a snippets file for the Visual Studio Code located in a Github repository.
Unfortunately, it supports only policies structures, without autocompleting the C# expressions.
Upvotes: 0