0 votes
in Azure by
What are ARM template?

1 Answer

0 votes
by

ARM stands for Azure Resource Manager Template that specifies the resource need for the solutions. ARM templates are JSON file that helps Azure to run as Azure “Infrastructure as Code”.

...