I was able to resolve it.
app_id i was using did not have reader access to the RG where my action-group was residing .
so i added app_id as reader to the RG, and it worked.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
hi,
i am trying to create budget via Azure api.
I am able to do it if I do not send "contactGroups" attribute. (which is action group).
Action group exists and from azure portal, i am able to select that particular Action Group. for same RG and Budget.
app/client ID i am using to run REST API has following access:
Billing Reader
Cost Management Contributor
again, i am able to create budget via REST api, but it doesnt work if i am trying to send valid "contactGroups" attribute.
I was able to resolve it.
app_id i was using did not have reader access to the RG where my action-group was residing .
so i added app_id as reader to the RG, and it worked.