{"id":23046941,"url":"https://github.com/matsest/az-psrule-demo","last_synced_at":"2026-05-01T09:31:40.791Z","repository":{"id":106352788,"uuid":"570108399","full_name":"matsest/az-psrule-demo","owner":"matsest","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-10T12:56:21.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T18:20:38.798Z","etag":null,"topics":["azure","bicep","demo","powershell","psrule","pwsh"],"latest_commit_sha":null,"homepage":"","language":"Bicep","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/matsest.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2022-11-24T11:04:37.000Z","updated_at":"2025-10-10T12:56:20.000Z","dependencies_parsed_at":"2023-12-14T09:50:07.836Z","dependency_job_id":null,"html_url":"https://github.com/matsest/az-psrule-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"Azure/PSRule.Rules.Azure-quickstart","purl":"pkg:github/matsest/az-psrule-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsest%2Faz-psrule-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsest%2Faz-psrule-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsest%2Faz-psrule-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsest%2Faz-psrule-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matsest","download_url":"https://codeload.github.com/matsest/az-psrule-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matsest%2Faz-psrule-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["azure","bicep","demo","powershell","psrule","pwsh"],"created_at":"2024-12-15T22:30:06.456Z","updated_at":"2026-05-01T09:31:40.774Z","avatar_url":"https://github.com/matsest.png","language":"Bicep","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSRule for Azure Quick Start\n\nThis repository contains a sample code you can use to quickly start using PSRule for Azure.\nTo learn more about PSRule for Azure, see https://aka.ms/ps-rule-azure.\n\n[![Use this template](https://img.shields.io/static/v1?label=GitHub\u0026message=Use%20this%20template\u0026logo=github\u0026color=007acc)][1]\n[![Open in vscode.dev](https://img.shields.io/badge/Open%20in-vscode.dev-blue)][2]\n\n  [1]: https://github.com/Azure/PSRule.Rules.Azure-quickstart/generate\n  [2]: https://vscode.dev/github/Azure/PSRule.Rules.Azure-quickstart\n\n## What's included?\n\nThis repository includes:\n\n- **Azure Templates** \u0026mdash; Starter Azure Resource Manager (ARM) templates and parameter files.\n  - Use the files in the `template/` folder if you are using ARM templates to deploy resources.\n- **Azure Bicep** \u0026mdash; Starter Azure Bicep deployments and test files.\n  - Use the files in the `bicep/` folder if you are using Bicep deployments and modules to deploy resources.\n- **GitHub Actions** \u0026mdash; Starter workflow for checking Azure Infrastructure as Code (IaC).\n  - Use the files in the `.github/workflows/` to check your Azure IaC with GitHub Actions.\n  - The `ms-analyze.yaml` file can be ignore or removed as this will not execute outside this repository.\n- **Azure Pipelines** \u0026mdash; Starter pipeline for checking Azure Infrastructure as Code (IaC).\n  - Use the files in the `.pipelines/` to check your Azure IaC with Azure Pipelines.\n- **Custom rules** \u0026mdash; Example custom rules that enforce organization specific requirements.\n  - Use the files in the `.ps-rule/` folder to configure custom rules.\n- **PSRule options** \u0026mdash; Example options for using PSRule for Azure.\n  - PSRule options are configures within `ps-rule.yaml`.\n  - Options include suppressing rules, configuring input/ output, and any rules modules.\n\n## What to expect?\n\nThis repository shows valid uses of PSRule for Azure, both pass and failure cases.\nInspect the following files for instructions to test PSRule for Azure rules by creating a failure.\n\n- [bicep/deployments/contoso/landing-zones/subscription-1/rg-app-002/deploy.bicep](bicep/deployments/contoso/landing-zones/subscription-1/rg-app-002/deploy.bicep)\n- [template/deployments/contoso/landing-zones/subscription-1/rg-app-001/sttemplateapp001.parameters.json](template/deployments/contoso/landing-zones/subscription-1/rg-app-001/sttemplateapp001.parameters.json)\n\n## Support\n\nThis project uses GitHub Issues to track bugs and feature requests.\nPlease search the existing issues before filing new issues to avoid duplicates.\n\n- For new issues, file your bug or feature request as a new [issue].\n- For help, discussion, and support questions about using this project, join or start a [discussion].\n\nSupport for this project/ product is limited to the resources listed above.\n\n## Contributing\n\nThis project welcomes contributions and suggestions.\nIf you are ready to contribute, please visit the [contribution guide](CONTRIBUTING.md).\n\n## Code of Conduct\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/)\nor contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n## Maintainers\n\n- [Bernie White](https://github.com/BernieWhite)\n- [Armaan Mcleod](https://github.com/ArmaanMcleod)\n\n## License\n\nThis project is [licensed under the MIT License](LICENSE).\n\n## Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services.\nAuthorized use of Microsoft trademarks or logos is subject to and must follow [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\n[issue]: https://github.com/Azure/PSRule.Rules.Azure-quickstart/issues\n[discussion]: https://github.com/Azure/PSRule.Rules.Azure-quickstart/discussions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsest%2Faz-psrule-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatsest%2Faz-psrule-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatsest%2Faz-psrule-demo/lists"}