Azure VM service tag's

Mohammad Moeini 46 Reputation points
2023-07-18T05:47:17.6633333+00:00

I need to add inbound and outbound security rules to an NSG for my API Management instance, the documentation states that there are few rules to create and those rules should use the service tag "ApiManagement" for source in inbound rules for example. Unfortunately, on my side, the service tag "ApiManagement" is not available in the list of service tags, I only have Internet, Virtual Network and AzureLoadBalancer... Do I need to do something special to have those tags available? Maybe, I missed several permissions on the Subscription/Resource group?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,015 questions
{count} votes

Accepted answer
  1. Prrudram-MSFT 28,201 Reputation points Moderator
    2023-07-18T06:01:57.6866667+00:00

    @Mohammad Moeini

    Thank you for reaching out to the Microsoft Q&A platform.

    Firstly, please make sure that you are using the correct Azure documentation for your API Management instance. The service tag "ApiManagement" is only available for API Management instances that are deployed in a virtual network. If your API Management instance is not deployed in a virtual network, then the "ApiManagement" service tag will not be available.

    If your API Management instance is deployed in a virtual network, then please make sure that you have the correct permissions to view and use the service tags. You need to have the "Microsoft.Network/serviceTags/read" permission to view the list of available service tags. You can check your permissions by going to the Access control (IAM) tab in the Azure portal and selecting your subscription or resource group.

    If you have the correct permissions and your API Management instance is deployed in a virtual network, but you still cannot find the "ApiManagement" service tag, then please try refreshing the list of available service tags by clicking on the "Refresh" button in the Azure portal. If the issue persists, please let me know and we can investigate further.

    If this does answer your question, please accept it as the answer as a token of appreciation.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.