153k views
2 votes
A company is setting up new resources and they would like all resources to be tagged on creation. What can be used for this?

A) Azure Firewall
B) Azure Logic Apps
C) Azure Policy
D) Azure Storage Account

User Shael
by
8.3k points

1 Answer

3 votes

Final answer:

The answer is Azure Policy. Azure Policy allows organizations to enforce and assess compliance with resource tags in Azure. Resource tags are name/value pairs used for organizational purposes, and Azure Policy can define requirements for tags on newly created resources.

Step-by-step explanation:

The answer is Azure Policy. Azure Policy is a service in Microsoft Azure that allows organizations to enforce and assess compliance with resource tags. Resource tags are name/value pairs that can be added to resources in Azure and can be used for organizational purposes such as cost tracking, resource grouping, and access control. With Azure Policy, an organization can define a policy that mandates the presence of specific tags on resources when they are created.

For example, if a company wants to ensure that all new resources are tagged with their department and environment, they can create an Azure Policy that specifies these requirements. When a resource is created without the required tags, Azure Policy will prevent the creation and notify the user.

In contrast, Azure Firewall is a cloud-based network security service, Azure Logic Apps is a platform for creating and running workflows, and Azure Storage Account is a service that provides highly scalable and durable cloud storage.

User Ira Herman
by
8.7k points