Show how Azure Resources were created

James C 1 Reputation point
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.

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
14,626 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Dave Rendon 16 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.
    0 comments No comments

  2. Sam Cogan 7,802 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.

    0 comments No comments