Hello Patel, Avinash,
Looks like you're facing a "Conflict" error when trying to make a POST request to the Azure API. This usually happens when there's a conflict with the resource you're trying to create or update.
With given information below we suspect below are potential causes which you should review:
Resource Targeting: Make sure that the resource type you're targeting with your POST request is correct. Different Azure services can have specific requirements.
Conflict Reasons: Common causes for a conflict could be:
- The resource you are trying to create already exists.
- You are trying to modify a resource that is currently in use or locked.