{"id":475,"date":"2021-05-04T06:24:58","date_gmt":"2021-05-04T06:24:58","guid":{"rendered":"https:\/\/labornet.nl\/?p=475"},"modified":"2021-05-04T06:24:58","modified_gmt":"2021-05-04T06:24:58","slug":"how-can-we-add-arm-files-to-the-git-repo","status":"publish","type":"post","link":"https:\/\/www.azuregovernanceguard.com\/?p=475","title":{"rendered":"How can we add ARM files to the Git Repo."},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"azure-devops-repository\">Azure DevOps Repository<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Everything starts with the Repository that is located with Azure DevOps site:\u00a0<a href=\"https:\/\/dev.azure.com\/CentricMS-CloudManagement\/Azure%20Resource%20Manager%20Templates\/_git\/ARM-Repo\">ARM-Repo<\/a>. After cloning the repository, you can add the required files to the\u00a0<strong>Repo<\/strong>\u00a0directory.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/github.com\/EelcoLabordus\/ARM-Repo\">EelcoLabordus\/ARM-Repo (github.com)<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This blog is part of a series of blog about <a href=\"https:\/\/labornet.nl\/?page_id=395\">&#8220;Building an ARM Repository.&#8221;<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"layout-of-the-directory\">Layout of the directory<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The directory needs to contain the following files to publish a ARM template into the Azure Template Spec.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>[Name].json<\/li><li>[Name].ARMTTKSkipControls.csv<\/li><li>[Name].AzSSkipControlsFromFile.csv<\/li><li>[Name].metadata.json<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"namejson\"><strong>[Name].json<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">This is the actual ARM file itself, this contains the ARM code that needs to be executed.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"namearmttkskipcontrolscsv\"><strong>[Name].ARMTTKSkipControls.csv<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">For more information about the creation of a <a href=\"https:\/\/github.com\/Azure\/arm-ttk\">ARMTTK <\/a>request read the following:&nbsp;<a href=\"https:\/\/labornet.nl\/?p=400\">Checking ARM files for ARM-TTK<\/a><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">apiVersions-Should-Be-Recent\nDeploymentTemplate-Must-Not-Contain-Hardcoded-Uri\nLocation-Should-Not-Be-Hardcoded\nSecure-String-Parameters-Cannot-Have-Default\n<\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">TIP<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">First run the build one time to see what checks it feels, fix and\/or copy those checks from the result logs of the build run.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"nameazsskipcontrolsfromfilecsv\"><strong>[Name].AzSSkipControlsFromFile.csv<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">For more information about the creation of a <a href=\"https:\/\/azsk.azurewebsites.net\/\">AzSK <\/a>request read the following:&nbsp;<a href=\"https:\/\/labornet.nl\/?p=400\">Checking ARM files for Security<\/a><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">\"ControlId\",\"FeatureName\",\"Status\",\"SupportedResources\",\"Severity\",\"PropertyPath\",\"LineNumber\",\"CurrentValue\",\"ExpectedProperty\",\"ExpectedValue\",\"ResourcePath\",\"ResourceLineNumber\",\"Description\",\"FilePath\"\n\"Azure_VNet_NetSec_Justify_IPForwarding_for_NICs\",\"VirtualNetworkInterface\",\"Failed\",\"Microsoft.Network\/networkInterfaces\",\"High\",\"Not found\",\"-1\",\"\",\"$.properties.enableIPForwarding\",\"'False'\",\"resources[0]\",\"236\",\"Use of IP Forwarding on any NIC in a virtual network should be scrutinized\",\".\\ActiveDirectoryServerDeploy.json\"\n\"Azure_VNet_NetSec_Configure_NSG\",\"VirtualNetworkInterface\",\"Failed\",\"Microsoft.Network\/networkInterfaces\",\"Medium\",\"Not found\",\"-1\",\"\",\"$.properties.networkSecurityGroup.id\",\"Non-null string\",\"resources[0]\",\"236\",\"NSG should be used for subnets in a virtual network to permit traffic only on required inbound\/outbound ports. NSGs should not have a rule to allow any-to-any traffic\",\".\\ActiveDirectoryServerDeploy.json\"\n<\/pre>\n\n\n\n<h5 class=\"wp-block-heading\">TIP<\/h5>\n\n\n\n<p class=\"wp-block-paragraph\">First run the build one time to see what checks it feels, fix and\/or copy those checks from the result logs of the build run.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"namemetadatajson\"><strong>[Name].metadata.json<\/strong><\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">This file contains all the information needed for publishing the ARM template in Azure Template Specs. What is the name of the template, the description and the Display name.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">{\n    \"$schema\": \"https:\/\/aka.ms\/azure-quickstart-templates-metadata-schema#\",\n    \"itemDisplayName\": \"HIP_Active_Directory_Domain_Services\",\n    \"type\": \"QuickStart\",\n    \"description\": \"This VmRole will allow you to deploy an 2012R2, 2016 or 2019 Domain Controller server in one of the following scenarios: 1.Create a new forest, 2. Create a new child domain at an existing forest, 3. Add a DC to an existing domain. Only the first two scenarios will setup a new AD domain and prepopulated it with default AD objects. More detailed information (only accessible from Externbeheer) of this role can be found at: SMS Sharepoint \/ Architecture \/ Hybrid Datacenter \/ Active Directory Domain Services \/ Active Directory Domain Services - Technical Design.docx. DSC will be used for final configuration. The following features are installed: 'AD-Domain-Services','DNS','GPMC','RSAT-File-Services'. OS: Windows 2012R2, Windows 2016 and Windows 2019 compatible.\",\n    \"summary\": \"HIP_Active_Directory_Domain_Services\",\n    \"githubUsername\": \"EelcoLabordus\",\n    \"dateUpdated\": \"09-02-2020\"\n  }\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pull-request\">ARM validation Reports<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before you can make an exclusion for the ARM checks you first need to run the build once. After the build is done it will fail on the ARM check part.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1023\" height=\"85\" src=\"http:\/\/192.168.100.7\/wp-content\/uploads\/2021\/05\/failed-job.png\" alt=\"\" class=\"wp-image-476\" srcset=\"https:\/\/www.azuregovernanceguard.com\/wp-content\/uploads\/2021\/05\/failed-job.png 1023w, https:\/\/www.azuregovernanceguard.com\/wp-content\/uploads\/2021\/05\/failed-job-300x25.png 300w, https:\/\/www.azuregovernanceguard.com\/wp-content\/uploads\/2021\/05\/failed-job-768x64.png 768w\" sizes=\"auto, (max-width: 1023px) 100vw, 1023px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">When you select the job that has failed you have on the right side three dots. Select them and select \u201cDownload Logs\u201d. Download the zip file and extract the file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"87\" src=\"http:\/\/192.168.100.7\/wp-content\/uploads\/2021\/05\/download-job.png\" alt=\"\" class=\"wp-image-477\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">After downloading the job logs you can extract them and open the files where the test are stored. You can use this information to improve (Preferred) your script or create exclusions for your script.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Azure DevOps Repository Everything starts with the Repository that is located with Azure DevOps site:\u00a0ARM-Repo. After cloning the repository, you<\/p>\n<p><a href=\"https:\/\/www.azuregovernanceguard.com\/?p=475\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\">How can we add ARM files to the Git Repo.<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-475","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"Azure DevOps Repository Everything starts with the Repository that is located with Azure DevOps site: ARM-Repo. After cloning the repository, you can add the required files to the Repo directory. EelcoLabordus\/ARM-Repo (github.com) This blog is part of a series of blog about &quot;Building an ARM Repository.&quot; Layout of the directory The directory needs to contain the following files\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Eelco Labordus\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.azuregovernanceguard.com\/?p=475\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Azure Governance Guard -\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How can we add ARM files to the Git Repo. - Azure Governance Guard\" \/>\n\t\t<meta property=\"og:description\" content=\"Azure DevOps Repository Everything starts with the Repository that is located with Azure DevOps site: ARM-Repo. After cloning the repository, you can add the required files to the Repo directory. EelcoLabordus\/ARM-Repo (github.com) This blog is part of a series of blog about &quot;Building an ARM Repository.&quot; Layout of the directory The directory needs to contain the following files\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.azuregovernanceguard.com\/?p=475\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&#038;ssl=1\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&#038;ssl=1\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-05-04T06:24:58+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-05-04T06:24:58+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@EelcoLabordus\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How can we add ARM files to the Git Repo. - Azure Governance Guard\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Azure DevOps Repository Everything starts with the Repository that is located with Azure DevOps site: ARM-Repo. After cloning the repository, you can add the required files to the Repo directory. EelcoLabordus\/ARM-Repo (github.com) This blog is part of a series of blog about &quot;Building an ARM Repository.&quot; Layout of the directory The directory needs to contain the following files\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@EelcoLabordus\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&amp;ssl=1\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#blogposting\",\"name\":\"How can we add ARM files to the Git Repo. - Azure Governance Guard\",\"headline\":\"How can we add ARM files to the Git Repo.\",\"author\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/192.168.100.7\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/failed-job.png\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475\\\/#articleImage\"},\"datePublished\":\"2021-05-04T06:24:58+00:00\",\"dateModified\":\"2021-05-04T06:24:58+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#webpage\"},\"articleSection\":\"Uncategorized\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.azuregovernanceguard.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?cat=1#listItem\",\"position\":2,\"name\":\"Uncategorized\",\"item\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?cat=1\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#listItem\",\"name\":\"How can we add ARM files to the Git Repo.\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#listItem\",\"position\":3,\"name\":\"How can we add ARM files to the Git Repo.\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?cat=1#listItem\",\"name\":\"Uncategorized\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#person\",\"name\":\"Eelco Labordus\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Eelco Labordus\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1\",\"name\":\"Eelco Labordus\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Eelco Labordus\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#webpage\",\"url\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475\",\"name\":\"How can we add ARM files to the Git Repo. - Azure Governance Guard\",\"description\":\"Azure DevOps Repository Everything starts with the Repository that is located with Azure DevOps site: ARM-Repo. After cloning the repository, you can add the required files to the Repo directory. EelcoLabordus\\\/ARM-Repo (github.com) This blog is part of a series of blog about \\\"Building an ARM Repository.\\\" Layout of the directory The directory needs to contain the following files\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?p=475#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/?author=1#author\"},\"datePublished\":\"2021-05-04T06:24:58+00:00\",\"dateModified\":\"2021-05-04T06:24:58+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#website\",\"url\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/\",\"name\":\"Azure Governance Guard\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.azuregovernanceguard.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How can we add ARM files to the Git Repo. - Azure Governance Guard","description":"Azure DevOps Repository Everything starts with the Repository that is located with Azure DevOps site: ARM-Repo. After cloning the repository, you can add the required files to the Repo directory. EelcoLabordus\/ARM-Repo (github.com) This blog is part of a series of blog about \"Building an ARM Repository.\" Layout of the directory The directory needs to contain the following files","canonical_url":"https:\/\/www.azuregovernanceguard.com\/?p=475","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#blogposting","name":"How can we add ARM files to the Git Repo. - Azure Governance Guard","headline":"How can we add ARM files to the Git Repo.","author":{"@id":"https:\/\/www.azuregovernanceguard.com\/?author=1#author"},"publisher":{"@id":"https:\/\/www.azuregovernanceguard.com\/#person"},"image":{"@type":"ImageObject","url":"http:\/\/192.168.100.7\/wp-content\/uploads\/2021\/05\/failed-job.png","@id":"https:\/\/www.azuregovernanceguard.com\/?p=475\/#articleImage"},"datePublished":"2021-05-04T06:24:58+00:00","dateModified":"2021-05-04T06:24:58+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#webpage"},"isPartOf":{"@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#webpage"},"articleSection":"Uncategorized"},{"@type":"BreadcrumbList","@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com#listItem","position":1,"name":"Home","item":"https:\/\/www.azuregovernanceguard.com","nextItem":{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?cat=1#listItem","name":"Uncategorized"}},{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?cat=1#listItem","position":2,"name":"Uncategorized","item":"https:\/\/www.azuregovernanceguard.com\/?cat=1","nextItem":{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#listItem","name":"How can we add ARM files to the Git Repo."},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#listItem","position":3,"name":"How can we add ARM files to the Git Repo.","previousItem":{"@type":"ListItem","@id":"https:\/\/www.azuregovernanceguard.com\/?cat=1#listItem","name":"Uncategorized"}}]},{"@type":"Person","@id":"https:\/\/www.azuregovernanceguard.com\/#person","name":"Eelco Labordus","image":{"@type":"ImageObject","@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g","width":96,"height":96,"caption":"Eelco Labordus"}},{"@type":"Person","@id":"https:\/\/www.azuregovernanceguard.com\/?author=1#author","url":"https:\/\/www.azuregovernanceguard.com\/?author=1","name":"Eelco Labordus","image":{"@type":"ImageObject","@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/e156d3802a198fc2a5ec87dfdd45a0822a113d40bc8e55917bb5b76065e8322c?s=96&d=mm&r=g","width":96,"height":96,"caption":"Eelco Labordus"}},{"@type":"WebPage","@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#webpage","url":"https:\/\/www.azuregovernanceguard.com\/?p=475","name":"How can we add ARM files to the Git Repo. - Azure Governance Guard","description":"Azure DevOps Repository Everything starts with the Repository that is located with Azure DevOps site: ARM-Repo. After cloning the repository, you can add the required files to the Repo directory. EelcoLabordus\/ARM-Repo (github.com) This blog is part of a series of blog about \"Building an ARM Repository.\" Layout of the directory The directory needs to contain the following files","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.azuregovernanceguard.com\/#website"},"breadcrumb":{"@id":"https:\/\/www.azuregovernanceguard.com\/?p=475#breadcrumblist"},"author":{"@id":"https:\/\/www.azuregovernanceguard.com\/?author=1#author"},"creator":{"@id":"https:\/\/www.azuregovernanceguard.com\/?author=1#author"},"datePublished":"2021-05-04T06:24:58+00:00","dateModified":"2021-05-04T06:24:58+00:00"},{"@type":"WebSite","@id":"https:\/\/www.azuregovernanceguard.com\/#website","url":"https:\/\/www.azuregovernanceguard.com\/","name":"Azure Governance Guard","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.azuregovernanceguard.com\/#person"}}]},"og:locale":"en_US","og:site_name":"Azure Governance Guard -","og:type":"article","og:title":"How can we add ARM files to the Git Repo. - Azure Governance Guard","og:description":"Azure DevOps Repository Everything starts with the Repository that is located with Azure DevOps site: ARM-Repo. After cloning the repository, you can add the required files to the Repo directory. EelcoLabordus\/ARM-Repo (github.com) This blog is part of a series of blog about &quot;Building an ARM Repository.&quot; Layout of the directory The directory needs to contain the following files","og:url":"https:\/\/www.azuregovernanceguard.com\/?p=475","og:image":"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&#038;ssl=1","og:image:secure_url":"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&#038;ssl=1","article:published_time":"2021-05-04T06:24:58+00:00","article:modified_time":"2021-05-04T06:24:58+00:00","twitter:card":"summary_large_image","twitter:site":"@EelcoLabordus","twitter:title":"How can we add ARM files to the Git Repo. - Azure Governance Guard","twitter:description":"Azure DevOps Repository Everything starts with the Repository that is located with Azure DevOps site: ARM-Repo. After cloning the repository, you can add the required files to the Repo directory. EelcoLabordus\/ARM-Repo (github.com) This blog is part of a series of blog about &quot;Building an ARM Repository.&quot; Layout of the directory The directory needs to contain the following files","twitter:creator":"@EelcoLabordus","twitter:image":"https:\/\/i0.wp.com\/www.azuregovernanceguard.com\/wp-content\/uploads\/2023\/06\/logo-white-1.png?fit=10001000&ssl=1"},"aioseo_meta_data":{"post_id":"475","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2025-09-15 13:30:21","updated":"2025-09-15 13:30:21","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.azuregovernanceguard.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.azuregovernanceguard.com\/?cat=1\" title=\"Uncategorized\">Uncategorized<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow can we add ARM files to the Git Repo.\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.azuregovernanceguard.com"},{"label":"Uncategorized","link":"https:\/\/www.azuregovernanceguard.com\/?cat=1"},{"label":"How can we add ARM files to the Git Repo.","link":"https:\/\/www.azuregovernanceguard.com\/?p=475"}],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/posts\/475","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=475"}],"version-history":[{"count":0,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=\/wp\/v2\/posts\/475\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=475"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=475"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.azuregovernanceguard.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=475"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}