Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Disabled consistency check (#49)
Browse files Browse the repository at this point in the history
* disable scheduled conisstency check

* Add archived note
  • Loading branch information
wanpengyang authored Jan 30, 2025
1 parent 2803a36 commit 19f5a2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/consistency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Consistency Check

on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # every day at midnight
# schedule:
# - cron: '0 0 * * *' # every day at midnight

env:
SCHEMA_FOLDER: schemas/latest/landingzones
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Azure Landing Zones for Canadian Public Sector

> [!NOTE]
> This repository has been archived. Please see https://github.com/cds-snc/cds-azure-lz for the latest version.
## Introduction

The purpose of the reference implementation is to guide Canadian Public Sector customers on building Landing Zones in their Azure environment. The reference implementation is based on [Cloud Adoption Framework for Azure](https://learn.microsoft.com/azure/cloud-adoption-framework/ready/landing-zone/) and provides an opinionated implementation that enables ITSG-33 regulatory compliance by using [NIST SP 800-53 Rev. 4](https://learn.microsoft.com/azure/governance/policy/samples/nist-sp-800-53-r4) and [Canada Federal PBMM](https://learn.microsoft.com/azure/governance/policy/samples/canada-federal-pbmm) Regulatory Compliance Policy Sets.
Expand Down

0 comments on commit 19f5a2f

Please sign in to comment.