Forum Discussion
Identify resources deployed with ARM Template
Is there any way to identify what resources in a subscription or Resource Group were deployed using ARM template?
Hello! shahid
If you go into the Deployment history under "settings" of a resource group, you can see all deployments that have "Microsoft.Template" in the "Deployment Name" field.
These have been deployed using ARM Template.
See image belowDoes this answer your question, then feel free to mark this as a response!
Othersiwe let me know if you have further questions.
Kind Regards
Oliwer Sjöberg
2 Replies
- oliwer_sundgrenIron Contributor
Hello! shahid
If you go into the Deployment history under "settings" of a resource group, you can see all deployments that have "Microsoft.Template" in the "Deployment Name" field.
These have been deployed using ARM Template.
See image belowDoes this answer your question, then feel free to mark this as a response!
Othersiwe let me know if you have further questions.
Kind Regards
Oliwer Sjöberg- shahidCopper ContributorExactly what I was looking for..Thank you!