Show how Azure Resources were created

James C 6 Reputation points
2019-11-23T22:23:32.453+00:00

Is there a way to show or prove how a resource was created in Azure? For example, you can look at Activity Logs or Deployment History, but does it show that it was in fact created using an ARM template or via the portal? The company wants to prove that all resources were created using ARM templates and not just manually configured using the portal for instance.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,369 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Dave Rendon 21 Reputation points MVP
    2019-11-24T06:03:50.267+00:00

    Hi @James C

    Thanks for using this forum, sorry I'm writing from mobile- you could take a look at this doc

    https://learn.microsoft.com/en-us/azure/azure-resource-manager/resource-group-audit

    The Change history (Preview) feature might help on getting the details you need

    Hth

    1 person found this answer helpful.

  2. Sam Cogan 10,502 Reputation points MVP
    2019-11-25T20:30:53.28+00:00

    You can tell if it has been created by ARM template by looking at the deployment tab. You will see details of the deployment, and the template used here.


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.