Skip to content

Commit

Permalink
Reorging to fix bugs in mkdocs.yml (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
techlake authored Apr 12, 2024
1 parent 448bd43 commit 85c7363
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Extract Policy Resources
# Start by Extracting existing Policy Resources

Script `Export-AzPolicyResources` (Operations) extracts existing Policies, Policy Sets, and Policy Assignments and Exemptions outputing them in EPAC format into subfolders in folder `$outputFolders/Definitions`. The subfolders are `policyDefinitions`, `policySetDefinitions`, `policyAssignments` and `policyExemptions`.

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion Docs/epac-implementing.md → Docs/start-implementing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Implementing Enterprise Policy as Code
# Start the Enterprise Policy as Code (EPAC) Implementation

> [!CAUTION]
> EPAC is a true desired state deployment technology. It takes possession of all Policy Resources at the `deploymentRootScope` and its children. It will **delete any Policy resources not defined in the EPAC repo**. This behavior can be modified as documented in the [desired state strategy](desired-state-strategy.md) page.
Expand Down
16 changes: 8 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ theme:
nav:
- Home: index.md
- Getting Started:
- Changes in v10.0.0: changes.md
- Implementing: epac-implementing.md
- Extracting Policy Resources: epac-extracting-policy-resources.md
- Forking GitHub Repo: epac-forking-github-repo.md
- Changes in v10.0.0: start-changes.md
- Start Implementation: start-implementing.md
- Extracting Policy Resources: start-extracting-policy-resources.md
- Forking GitHub Repo: start-forking-github-repo.md
- Settings and Desired State:
- Global Settings: settings-global-setting-file.md
- Desired State: settings-desired-state.md
- DfC Assignments: settings-dfc-assignments.md
- Azure Landing Zones:
- ALZ Policy Integration: integrating-with-alz.md
- Azure Monitor Baseline Alerts: integrating-with-alz-monitor.md
- Sovereign Landing Zones: integrating-with-slz.md
- Define Policy Resources:
- Policy Definitions: policy-definitions.md
- Policy Set Definitions: policy-set-definitions.md
- Policy Assignment Files: policy-assignments.md
- CSV Assignment Parameters: policy-assignments-csv-parameters.md
- Policy Exemptions: policy-exemptions.md
- Azure Landing Zones:
- ALZ Policy Integration: integrating-with-alz.md
- Azure Monitor Baseline Alerts: integrating-with-alz-monitor.md
- Sovereign Landing Zones: integrating-with-slz.md
- CI/CD Integration:
- CI/CD Overview: ci-cd-overview.md
- App Registrations Setup: ci-cd-app-registrations.md
Expand Down

0 comments on commit 85c7363

Please sign in to comment.