{"id":15291798,"url":"https://github.com/azure/azops","last_synced_at":"2025-05-15T12:05:23.883Z","repository":{"id":36972423,"uuid":"192940692","full_name":"Azure/AzOps","owner":"Azure","description":"AzOps is a PowerShell module which deploys (Push) ARM Resource Templates \u0026 Bicep files at all Azure scope levels and exports (Pull) ARM resource hierarchy.","archived":false,"fork":false,"pushed_at":"2025-04-14T09:21:01.000Z","size":9941,"stargazers_count":407,"open_issues_count":17,"forks_count":166,"subscribers_count":27,"default_branch":"main","last_synced_at":"2025-05-10T00:11:47.811Z","etag":null,"topics":["arm-template","automation","azure","bicep","cicd","gitops","powershell"],"latest_commit_sha":null,"homepage":"https://aka.ms/AzOps","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-20T15:03:39.000Z","updated_at":"2025-04-22T04:23:03.000Z","dependencies_parsed_at":"2023-02-19T16:15:42.489Z","dependency_job_id":"b7570751-aa36-4a25-a544-9931e19dd3e5","html_url":"https://github.com/Azure/AzOps","commit_stats":{"total_commits":434,"total_committers":33,"mean_commits":"13.151515151515152","dds":0.7857142857142857,"last_synced_commit":"c3ad03a4f7624b0f7e7406cb9ae2785dd9ef14cc"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAzOps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAzOps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAzOps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2FAzOps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/AzOps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254337613,"owners_count":22054253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arm-template","automation","azure","bicep","cicd","gitops","powershell"],"created_at":"2024-09-30T16:14:32.386Z","updated_at":"2025-05-15T12:05:18.865Z","avatar_url":"https://github.com/Azure.png","language":"PowerShell","readme":"# AzOps\n\n![GitHub issues by-label](https://img.shields.io/github/issues/azure/azops/enhancement?label=enhancement%20issues)\n![GitHub issues by-label](https://img.shields.io/github/issues/azure/azops/bug?label=bug%20issues)\n![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/azops)\n![GitHub Super-Linter](https://github.com/Azure/AzOps/workflows/AzOps%20-%20Tests/badge.svg)\n![GitHub Super-Linter](https://github.com/Azure/AzOps/workflows/Lint%20Code%20Base/badge.svg)\n\nThis repository is for active development of the AzOps PowerShell cmdlets.\n\n## Getting started\n\nFor tutorials, samples and quick starts, visit the [AzOps Accelerator](https://github.com/azure/azops-accelerator) template repository.\n\n## Dependencies\n\n- [Az.Accounts](https://github.com/azure/azure-powershell)\n- [Az.Billing](https://github.com/azure/azure-powershell)\n- [Az.ResourceGraph](https://github.com/azure/azure-powershell)\n- [Az.Resources](https://github.com/azure/azure-powershell)\n- [PSFramework](https://github.com/PowershellFrameworkCollective/psframework)\n\n## Need help?\n\nFor introduction guidance, visit the [GitHub Wiki](https://github.com/azure/azops/wiki)  \nFor tutorials, samples and quick starts, go to [AzOps Accelerator](https://github.com/azure/azops-accelerator)  \nFor information on contributing to the module, visit the [Contributing Guide](https://github.com/Azure/azops/wiki/debug)  \nFile an issue via [GitHub Issues](https://github.com/azure/azops/issues/new/choose)  \n\n## Output\n\nAzOps is rooted in the principle that everything in Azure is a resource and to operate at-scale, it should be managed declaratively to determine target goal state of the overall platform.\n\nThis PowerShell module provides the ability to deploy Resource Templates \u0026 Bicep files at all Azure [scope](https://learn.microsoft.com/azure/role-based-access-control/scope-overview) levels. To provide this functionality the multiple scopes within Azure Resource Manager are represented (example below) within Git. Using directories and files, templates can be deployed (Push) at various scopes whilst also exporting (Pull) composite templates from ARM and placing them within the repository.\n\n```bash\nroot\n└── tenant root group (e42bc18f)\n    ├── applications (73fded8a)\n    │   ├── development (204bf7a2)\n    │   │   ├── microsoft.authorization_roleassignments-4f687d42.json\n    │   │   ├── microsoft.management_managementgroups-204bf7a2.json\n    │   │   └── subscription-1 (fdfda291)\n    │   │       ├── microsoft.authorization_policyassignments-securitycenterbuiltin.json\n    │   │       └── microsoft.subscription_subscriptions-fdfda291.json\n    │   ├── microsoft.authorization_roleassignments-219d3675.json\n    │   ├── microsoft.management_managementgroups-73fded8a.json\n    │   └── production (75718043)\n    │       ├── microsoft.authorization_roleassignments-5bf6a637.json\n    │       ├── microsoft.management_managementgroups-75718043.json\n    │       └── subscription-2 (ad32efed)\n    │           ├── microsoft.authorization_policyassignments-dataprotectionsecuritycenter.json\n    │           ├── microsoft.authorization_policyassignments-securitycenterbuiltin.json\n    │           └── microsoft.subscription_subscriptions-ad32efed.json\n    ├── microsoft.authorization_roleassignments-d18adbf0.json\n    ├── microsoft.authorization_roledefinitions-40db802e.json\n    ├── microsoft.management_managementgroups-e42bc18f.json\n    └── platform (4dc7bd90)\n        ├── microsoft.authorization_policydefinitions-3029d7f6.parameters.json\n        ├── microsoft.authorization_roleassignments-92ebbfe0.json\n        ├── microsoft.management_managementgroups-4dc7bd90.json\n        └── subscription-0 (1e045925)\n            ├── microsoft.authorization_policyassignments-dataprotectionsecuritycenter.json\n            ├── microsoft.authorization_policyassignments-securitycenterbuiltin.json\n            ├── microsoft.authorization_roleassignments-3d8b69be.json\n            ├── microsoft.subscription_subscriptions-1e045925.json\n            └── networks\n                └── microsoft.resources_resourcegroups-networks.json\n```\n\n## Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit \u003chttps://cla.opensource.microsoft.com\u003e.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft\ntrademarks or logos is subject to and must follow\n[Microsoft's Trademark \u0026 Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fazops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazure%2Fazops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazure%2Fazops/lists"}