Hello @Thaenraj Packiamani,
Thanks for posting your concerns in Microsoft Q&A platform!
The 403 - Forbidden
error when calling the Azure de-identification service typically indicates authorization issues. First, ensure that the managed identity used has the necessary permissions, such as the Contributor
role, assigned in the Azure portal under the "Access control (IAM)" section of your de-identification resource. Verify that you are using the correct endpoint URL in the format https://<your-resource-name>.azure.com
and appending the appropriate path for the de-identification function, including the correct API version (2024-11-15
). Check that you are acquiring the token correctly, targeting the Azure Health Data Services resource, and using the right scope (https://<your-resource-name>.azure.com/.default
).
- Also, from this document it clearly states that the default value of API version is "2024-07-12-preview".
Also, for your better understanding refer the following documents and related community ANSWERS.
I hope the above provided information will help in better understanding and solve your issue, if you have further queries or concerns, please feel free to reach out to us.