Can't add resource tags to APIM v2 Tier instance in Azure?

Bryan Santos 80 Reputation points
2024-07-31T21:26:17.26+00:00

Hello everyone,

I recently deployed an instance of APIM in the Basic v2 tier. I am trying to perform a very simple action a which is to add a tag on this resource, but I'm receiving a very strange message, I don't even know what is the message talking about, seems to be completely not related. Please take a look:

User's image

To add a tag I'm clicking on the button below:
User's image

How should I proceed?

Many thanks!

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
2,129 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 27,256 Reputation points
    2024-08-01T04:48:40.0566667+00:00

    @Bryan Santos Thanks for reaching out. I am unable to reproduce the issue inhouse am able to save the tag successfully in my basicv2 tier as shown below

    User's image

    You can also use this rest api https://learn.microsoft.com/en-us/rest/api/apimanagement/api-management-service/update?view=rest-apimanagement-2022-08-01&tabs=HTTP#code-try-0 to add the tags with below sample request body

    {
    "tags": {
        "Owner": "sasolank",
        "UID": "4f5025fe-0669-4e2e-8320-5199466e5eb3"
      }
    }
    

    could you please retry and let me know if the issue persists


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.