user2768967
user2768967

Reputation: 397

Azure APIM : is there any IDE plugin for writing Azure Policy with intellisense

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

Answers (1)

mikebu
mikebu

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

Related Questions