Skip to content

Commit 3e0dac8

Browse files
authored
Merge pull request #1160 from Azure/aybarra/docUpdates_12_5
added doc updates for videos
2 parents ea0911c + e0159fe commit 3e0dac8

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Docs/operational-scripts.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ This script executes all remediation tasks in a Policy as Code environment speci
2626

2727
## Policy Resources Exports
2828

29+
<div style="margin: 30px 0; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
30+
<iframe src="https://www.youtube.com/embed/--I-hPQfLvo&t"
31+
style="position: absolute; top:0; left:0; width:100%; height:100%;"
32+
frameborder="0"
33+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
34+
allowfullscreen>
35+
</iframe>
36+
</div>
37+
2938
* `Export-AzPolicyResources` exports Azure Policy resources in EPAC. See usage documentation in [Extract existing Policy Resources](start-extracting-policy-resources.md).
3039
* `Get-AzExemptions` retrieves Policy Exemptions from an EPAC environment and saves them to files.
3140
* `Get-AzPolicyAliasOutputCSV` exports Policy Aliases to CSV format.

Docs/start-extracting-policy-resources.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Start by Extracting existing Policy Resources
22

3+
<div style="margin: 30px 0; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
4+
<iframe src="https://www.youtube.com/embed/--I-hPQfLvo&t"
5+
style="position: absolute; top:0; left:0; width:100%; height:100%;"
6+
frameborder="0"
7+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
8+
allowfullscreen>
9+
</iframe>
10+
</div>
11+
312
Script `Export-AzPolicyResources` (Operations) extracts existing Policies, Policy Sets, and Policy Assignments and Exemptions outputting them in EPAC format into subfolders in folder `$outputFolders/Definitions`. The subfolders are `policyDefinitions`, `policySetDefinitions`, `policyAssignments` and `policyExemptions`.
413

514
> [!TIP]

0 commit comments

Comments
 (0)