From 6da8672070f728b5df4ad9af9cd277b767e96d0f Mon Sep 17 00:00:00 2001
From: "microsoft-github-operations[bot]"
<55726097+microsoft-github-operations[bot]@users.noreply.github.com>
Date: Mon, 20 Mar 2023 17:29:56 +0000
Subject: [PATCH] Initial commit
CODE_OF_CONDUCT.md committed
LICENSE committed
README.md committed
SECURITY.md committed
SUPPORT.md committed
stage
cd
add theme
changes
services stage
update gitignore
stage all categories
rss feed hide from header
logo and sort home page
updates
stage eod 21032023
sql to kusto
text to sql 2
add contributing, anchors and collapses around code
add contrib placeholder
---
.editorconfig | 15 +
.github/workflows/hugo-site-build.yml | 85 +
.gitignore | 352 ++
CODE_OF_CONDUCT.md | 9 +
LICENSE | 21 +
README.md | 33 +
SECURITY.md | 41 +
SUPPORT.md | 25 +
docs/archetypes/default.md | 8 +
docs/archetypes/service-bundle/_index.md | 129 +
.../archetypes/service-bundle/code/cm-1.azcli | 1 +
docs/archetypes/service-bundle/code/cm-1.kql | 3 +
docs/archetypes/service-bundle/code/cm-1.ps1 | 1 +
.../service-bundle/code/cm-2/cm-2.azcli | 1 +
.../service-bundle/code/cm-2/cm-2.kql | 3 +
.../service-bundle/code/cm-2/cm-2.ps1 | 1 +
docs/config.toml | 32 +
docs/content/_index.md | 34 +
docs/content/contributing/_index.md | 29 +
docs/content/services/_index.md | 15 +
docs/content/services/ai-ml/_index.md | 12 +
docs/content/services/compute/_index.md | 12 +
.../compute/virtual-machines/_index.md | 129 +
.../compute/virtual-machines/code/cm-1.azcli | 1 +
.../compute/virtual-machines/code/cm-1.kql | 3 +
.../compute/virtual-machines/code/cm-1.ps1 | 1 +
.../virtual-machines/code/cm-2/cm-2.azcli | 1 +
.../virtual-machines/code/cm-2/cm-2.kql | 3 +
.../virtual-machines/code/cm-2/cm-2.ps1 | 1 +
docs/content/services/container/_index.md | 12 +
docs/content/services/database/_index.md | 12 +
docs/content/services/general/_index.md | 12 +
docs/content/services/hybrid/_index.md | 12 +
docs/content/services/integration/_index.md | 12 +
docs/content/services/iot/_index.md | 12 +
docs/content/services/networking/_index.md | 12 +
docs/content/services/security/_index.md | 12 +
.../services/specialized-workloads/_index.md | 12 +
docs/content/services/storage/_index.md | 12 +
docs/content/services/web/_index.md | 12 +
.../media/img/aprl-transparent-white-text.png | Bin 0 -> 256596 bytes
docs/static/media/img/aprl-transparent.png | Bin 0 -> 275859 bytes
docs/static/media/img/aprl-white.png | Bin 0 -> 252443 bytes
.../azure-portal-categories-screenshot.png | Bin 0 -> 16169 bytes
docs/themes/ace-documentation/CHANGELOG.md | 26 +
docs/themes/ace-documentation/LICENSE.md | 20 +
docs/themes/ace-documentation/README.md | 84 +
.../ace-documentation/archetypes/default.md | 2 +
.../ace-documentation/assets/css/ace.scss | 131 +
.../assets/css/bootstrap/_alert.scss | 51 +
.../assets/css/bootstrap/_badge.scss | 54 +
.../assets/css/bootstrap/_breadcrumb.scss | 44 +
.../assets/css/bootstrap/_button-group.scss | 163 +
.../assets/css/bootstrap/_buttons.scss | 142 +
.../assets/css/bootstrap/_card.scss | 282 +
.../assets/css/bootstrap/_carousel.scss | 197 +
.../assets/css/bootstrap/_close.scss | 40 +
.../assets/css/bootstrap/_code.scss | 48 +
.../assets/css/bootstrap/_custom-forms.scss | 522 ++
.../assets/css/bootstrap/_dropdown.scss | 192 +
.../assets/css/bootstrap/_forms.scss | 347 ++
.../assets/css/bootstrap/_functions.scss | 141 +
.../assets/css/bootstrap/_grid.scss | 77 +
.../assets/css/bootstrap/_images.scss | 42 +
.../assets/css/bootstrap/_input-group.scss | 192 +
.../assets/css/bootstrap/_jumbotron.scss | 17 +
.../assets/css/bootstrap/_list-group.scss | 154 +
.../assets/css/bootstrap/_media.scss | 8 +
.../assets/css/bootstrap/_mixins.scss | 47 +
.../assets/css/bootstrap/_modal.scss | 241 +
.../assets/css/bootstrap/_nav.scss | 121 +
.../assets/css/bootstrap/_navbar.scss | 324 ++
.../assets/css/bootstrap/_pagination.scss | 74 +
.../assets/css/bootstrap/_popover.scss | 170 +
.../assets/css/bootstrap/_print.scss | 141 +
.../assets/css/bootstrap/_progress.scss | 47 +
.../assets/css/bootstrap/_reboot.scss | 480 ++
.../assets/css/bootstrap/_root.scss | 20 +
.../assets/css/bootstrap/_spinners.scss | 56 +
.../assets/css/bootstrap/_tables.scss | 185 +
.../assets/css/bootstrap/_toasts.scss | 44 +
.../assets/css/bootstrap/_tooltip.scss | 115 +
.../assets/css/bootstrap/_transitions.scss | 20 +
.../assets/css/bootstrap/_type.scss | 125 +
.../assets/css/bootstrap/_utilities.scss | 18 +
.../assets/css/bootstrap/_variables.scss | 1147 ++++
.../assets/css/bootstrap/bootstrap-grid.scss | 29 +
.../css/bootstrap/bootstrap-reboot.scss | 12 +
.../assets/css/bootstrap/bootstrap.scss | 44 +
.../assets/css/bootstrap/mixins/_alert.scss | 13 +
.../bootstrap/mixins/_background-variant.scss | 23 +
.../assets/css/bootstrap/mixins/_badge.scss | 17 +
.../css/bootstrap/mixins/_border-radius.scss | 76 +
.../css/bootstrap/mixins/_box-shadow.scss | 20 +
.../css/bootstrap/mixins/_breakpoints.scss | 123 +
.../assets/css/bootstrap/mixins/_buttons.scss | 110 +
.../assets/css/bootstrap/mixins/_caret.scss | 62 +
.../css/bootstrap/mixins/_clearfix.scss | 7 +
.../css/bootstrap/mixins/_deprecate.scss | 10 +
.../assets/css/bootstrap/mixins/_float.scss | 14 +
.../assets/css/bootstrap/mixins/_forms.scss | 177 +
.../css/bootstrap/mixins/_gradients.scss | 45 +
.../css/bootstrap/mixins/_grid-framework.scss | 81 +
.../assets/css/bootstrap/mixins/_grid.scss | 69 +
.../assets/css/bootstrap/mixins/_hover.scss | 37 +
.../assets/css/bootstrap/mixins/_image.scss | 36 +
.../css/bootstrap/mixins/_list-group.scss | 21 +
.../assets/css/bootstrap/mixins/_lists.scss | 7 +
.../css/bootstrap/mixins/_nav-divider.scss | 11 +
.../css/bootstrap/mixins/_pagination.scss | 22 +
.../css/bootstrap/mixins/_reset-text.scss | 17 +
.../assets/css/bootstrap/mixins/_resize.scss | 6 +
.../css/bootstrap/mixins/_screen-reader.scss | 34 +
.../assets/css/bootstrap/mixins/_size.scss | 7 +
.../css/bootstrap/mixins/_table-row.scss | 39 +
.../css/bootstrap/mixins/_text-emphasis.scss | 17 +
.../css/bootstrap/mixins/_text-hide.scss | 11 +
.../css/bootstrap/mixins/_text-truncate.scss | 8 +
.../css/bootstrap/mixins/_transition.scss | 26 +
.../css/bootstrap/mixins/_visibility.scss | 8 +
.../css/bootstrap/utilities/_align.scss | 8 +
.../css/bootstrap/utilities/_background.scss | 19 +
.../css/bootstrap/utilities/_borders.scss | 75 +
.../css/bootstrap/utilities/_clearfix.scss | 3 +
.../css/bootstrap/utilities/_display.scss | 26 +
.../css/bootstrap/utilities/_embed.scss | 39 +
.../assets/css/bootstrap/utilities/_flex.scss | 51 +
.../css/bootstrap/utilities/_float.scss | 11 +
.../bootstrap/utilities/_interactions.scss | 5 +
.../css/bootstrap/utilities/_overflow.scss | 5 +
.../css/bootstrap/utilities/_position.scss | 32 +
.../bootstrap/utilities/_screenreaders.scss | 11 +
.../css/bootstrap/utilities/_shadows.scss | 6 +
.../css/bootstrap/utilities/_sizing.scss | 20 +
.../css/bootstrap/utilities/_spacing.scss | 73 +
.../bootstrap/utilities/_stretched-link.scss | 19 +
.../assets/css/bootstrap/utilities/_text.scss | 71 +
.../css/bootstrap/utilities/_visibility.scss | 13 +
.../assets/css/bootstrap/vendor/_rfs.scss | 204 +
.../ace-documentation/exampleSite/config.toml | 45 +
.../exampleSite/content/_index.md | 149 +
.../content/configuration/_index.md | 68 +
.../content/getting-started/_index.md | 14 +
.../content/getting-started/installation.md | 50 +
.../content/getting-started/usage.md | 86 +
.../exampleSite/content/shortcodes/_index.md | 11 +
.../exampleSite/content/shortcodes/alerts.md | 26 +
.../exampleSite/content/shortcodes/buttons.md | 38 +
.../content/shortcodes/childpages.md | 13 +
.../exampleSite/content/shortcodes/code.md | 37 +
.../content/shortcodes/collapse.md | 23 +
.../content/shortcodes/doublecode.md | 36 +
.../exampleSite/content/shortcodes/lead.md | 17 +
.../exampleSite/content/shortcodes/panel.md | 32 +
.../exampleSite/content/shortcodes/table.md | 34 +
...s_b95b077eb505d5c0aff8055eaced30ad.content | 4 +
...scss_b95b077eb505d5c0aff8055eaced30ad.json | 1 +
.../ace-documentation/images/screenshot.png | Bin 0 -> 244133 bytes
docs/themes/ace-documentation/images/tn.png | Bin 0 -> 131174 bytes
.../themes/ace-documentation/layouts/404.html | 11 +
.../_default/_markup/render-heading.html | 8 +
.../layouts/_default/baseof.html | 43 +
.../layouts/_default/list.html | 18 +
.../layouts/_default/single.html | 18 +
.../ace-documentation/layouts/index.html | 19 +
.../ace-documentation/layouts/index.json | 12 +
.../layouts/partials/favorites.html | 6 +
.../layouts/partials/footer.html | 26 +
.../layouts/partials/head.html | 34 +
.../layouts/partials/header.html | 38 +
.../layouts/partials/menu.html | 108 +
.../layouts/partials/next-prev-page.html | 47 +
.../layouts/partials/tableofcontents.html | 3 +
.../layouts/partials/title.html | 10 +
.../layouts/shortcodes/alert.html | 4 +
.../layouts/shortcodes/button.html | 6 +
.../layouts/shortcodes/childpages.html | 34 +
.../layouts/shortcodes/code.html | 28 +
.../layouts/shortcodes/collapse.html | 11 +
.../layouts/shortcodes/doublecode.html | 33 +
.../layouts/shortcodes/lead.html | 3 +
.../layouts/shortcodes/panel.html | 14 +
.../layouts/shortcodes/table.html | 4 +
.../static/css/fontawesome.min.css | 5 +
.../static/img/feed-icon.svg | 18 +
.../static/js/bootstrap.min.js | 6 +
.../static/lib/jquery.min.js | 2 +
.../static/lib/moment-with-locales.min.js | 1 +
.../static/lib/popper.min.js | 4 +
.../static/plugins/auto-complete.css | 33 +
.../static/plugins/auto-complete.js | 223 +
.../static/plugins/clipboard.js | 938 ++++
.../static/plugins/favorites.js | 209 +
.../static/plugins/lunr.min.js | 6 +
.../static/plugins/search.js | 100 +
.../static/webfonts/fa-brands-400.eot | Bin 0 -> 131930 bytes
.../static/webfonts/fa-brands-400.svg | 3535 +++++++++++++
.../static/webfonts/fa-brands-400.ttf | Bin 0 -> 131624 bytes
.../static/webfonts/fa-brands-400.woff | Bin 0 -> 89100 bytes
.../static/webfonts/fa-brands-400.woff2 | Bin 0 -> 75936 bytes
.../static/webfonts/fa-regular-400.eot | Bin 0 -> 34390 bytes
.../static/webfonts/fa-regular-400.svg | 803 +++
.../static/webfonts/fa-regular-400.ttf | Bin 0 -> 34092 bytes
.../static/webfonts/fa-regular-400.woff | Bin 0 -> 16800 bytes
.../static/webfonts/fa-regular-400.woff2 | Bin 0 -> 13576 bytes
.../static/webfonts/fa-solid-900.eot | Bin 0 -> 194066 bytes
.../static/webfonts/fa-solid-900.svg | 4700 +++++++++++++++++
.../static/webfonts/fa-solid-900.ttf | Bin 0 -> 193780 bytes
.../static/webfonts/fa-solid-900.woff | Bin 0 -> 98996 bytes
.../static/webfonts/fa-solid-900.woff2 | Bin 0 -> 76084 bytes
docs/themes/ace-documentation/theme.toml | 16 +
211 files changed, 21235 insertions(+)
create mode 100644 .editorconfig
create mode 100644 .github/workflows/hugo-site-build.yml
create mode 100644 .gitignore
create mode 100644 CODE_OF_CONDUCT.md
create mode 100644 LICENSE
create mode 100644 README.md
create mode 100644 SECURITY.md
create mode 100644 SUPPORT.md
create mode 100644 docs/archetypes/default.md
create mode 100644 docs/archetypes/service-bundle/_index.md
create mode 100644 docs/archetypes/service-bundle/code/cm-1.azcli
create mode 100644 docs/archetypes/service-bundle/code/cm-1.kql
create mode 100644 docs/archetypes/service-bundle/code/cm-1.ps1
create mode 100644 docs/archetypes/service-bundle/code/cm-2/cm-2.azcli
create mode 100644 docs/archetypes/service-bundle/code/cm-2/cm-2.kql
create mode 100644 docs/archetypes/service-bundle/code/cm-2/cm-2.ps1
create mode 100644 docs/config.toml
create mode 100644 docs/content/_index.md
create mode 100644 docs/content/contributing/_index.md
create mode 100644 docs/content/services/_index.md
create mode 100644 docs/content/services/ai-ml/_index.md
create mode 100644 docs/content/services/compute/_index.md
create mode 100644 docs/content/services/compute/virtual-machines/_index.md
create mode 100644 docs/content/services/compute/virtual-machines/code/cm-1.azcli
create mode 100644 docs/content/services/compute/virtual-machines/code/cm-1.kql
create mode 100644 docs/content/services/compute/virtual-machines/code/cm-1.ps1
create mode 100644 docs/content/services/compute/virtual-machines/code/cm-2/cm-2.azcli
create mode 100644 docs/content/services/compute/virtual-machines/code/cm-2/cm-2.kql
create mode 100644 docs/content/services/compute/virtual-machines/code/cm-2/cm-2.ps1
create mode 100644 docs/content/services/container/_index.md
create mode 100644 docs/content/services/database/_index.md
create mode 100644 docs/content/services/general/_index.md
create mode 100644 docs/content/services/hybrid/_index.md
create mode 100644 docs/content/services/integration/_index.md
create mode 100644 docs/content/services/iot/_index.md
create mode 100644 docs/content/services/networking/_index.md
create mode 100644 docs/content/services/security/_index.md
create mode 100644 docs/content/services/specialized-workloads/_index.md
create mode 100644 docs/content/services/storage/_index.md
create mode 100644 docs/content/services/web/_index.md
create mode 100644 docs/static/media/img/aprl-transparent-white-text.png
create mode 100644 docs/static/media/img/aprl-transparent.png
create mode 100644 docs/static/media/img/aprl-white.png
create mode 100644 docs/static/media/img/azure-portal-categories-screenshot.png
create mode 100644 docs/themes/ace-documentation/CHANGELOG.md
create mode 100644 docs/themes/ace-documentation/LICENSE.md
create mode 100644 docs/themes/ace-documentation/README.md
create mode 100644 docs/themes/ace-documentation/archetypes/default.md
create mode 100644 docs/themes/ace-documentation/assets/css/ace.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_alert.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_badge.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_breadcrumb.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_button-group.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_buttons.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_card.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_carousel.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_close.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_code.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_custom-forms.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_dropdown.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_forms.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_functions.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_grid.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_images.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_input-group.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_jumbotron.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_list-group.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_media.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_mixins.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_modal.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_nav.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_navbar.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_pagination.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_popover.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_print.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_progress.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_reboot.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_root.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_spinners.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_tables.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_toasts.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_tooltip.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_transitions.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_type.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_utilities.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/_variables.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/bootstrap-grid.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/bootstrap-reboot.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/bootstrap.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_alert.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_background-variant.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_badge.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_border-radius.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_box-shadow.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_breakpoints.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_buttons.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_caret.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_clearfix.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_deprecate.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_float.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_forms.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_gradients.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_grid-framework.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_grid.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_hover.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_image.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_list-group.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_lists.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_nav-divider.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_pagination.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_reset-text.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_resize.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_screen-reader.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_size.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_table-row.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_text-emphasis.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_text-hide.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_text-truncate.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_transition.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/mixins/_visibility.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_align.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_background.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_borders.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_clearfix.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_display.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_embed.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_flex.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_float.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_interactions.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_overflow.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_position.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_screenreaders.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_shadows.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_sizing.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_spacing.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_stretched-link.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_text.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/utilities/_visibility.scss
create mode 100644 docs/themes/ace-documentation/assets/css/bootstrap/vendor/_rfs.scss
create mode 100644 docs/themes/ace-documentation/exampleSite/config.toml
create mode 100644 docs/themes/ace-documentation/exampleSite/content/_index.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/configuration/_index.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/getting-started/_index.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/getting-started/installation.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/getting-started/usage.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/_index.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/alerts.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/buttons.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/childpages.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/code.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/collapse.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/doublecode.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/lead.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/panel.md
create mode 100644 docs/themes/ace-documentation/exampleSite/content/shortcodes/table.md
create mode 100644 docs/themes/ace-documentation/exampleSite/resources/_gen/assets/scss/css/ace.scss_b95b077eb505d5c0aff8055eaced30ad.content
create mode 100644 docs/themes/ace-documentation/exampleSite/resources/_gen/assets/scss/css/ace.scss_b95b077eb505d5c0aff8055eaced30ad.json
create mode 100644 docs/themes/ace-documentation/images/screenshot.png
create mode 100644 docs/themes/ace-documentation/images/tn.png
create mode 100644 docs/themes/ace-documentation/layouts/404.html
create mode 100644 docs/themes/ace-documentation/layouts/_default/_markup/render-heading.html
create mode 100644 docs/themes/ace-documentation/layouts/_default/baseof.html
create mode 100644 docs/themes/ace-documentation/layouts/_default/list.html
create mode 100644 docs/themes/ace-documentation/layouts/_default/single.html
create mode 100644 docs/themes/ace-documentation/layouts/index.html
create mode 100644 docs/themes/ace-documentation/layouts/index.json
create mode 100644 docs/themes/ace-documentation/layouts/partials/favorites.html
create mode 100644 docs/themes/ace-documentation/layouts/partials/footer.html
create mode 100644 docs/themes/ace-documentation/layouts/partials/head.html
create mode 100644 docs/themes/ace-documentation/layouts/partials/header.html
create mode 100644 docs/themes/ace-documentation/layouts/partials/menu.html
create mode 100644 docs/themes/ace-documentation/layouts/partials/next-prev-page.html
create mode 100644 docs/themes/ace-documentation/layouts/partials/tableofcontents.html
create mode 100644 docs/themes/ace-documentation/layouts/partials/title.html
create mode 100644 docs/themes/ace-documentation/layouts/shortcodes/alert.html
create mode 100644 docs/themes/ace-documentation/layouts/shortcodes/button.html
create mode 100644 docs/themes/ace-documentation/layouts/shortcodes/childpages.html
create mode 100644 docs/themes/ace-documentation/layouts/shortcodes/code.html
create mode 100644 docs/themes/ace-documentation/layouts/shortcodes/collapse.html
create mode 100644 docs/themes/ace-documentation/layouts/shortcodes/doublecode.html
create mode 100644 docs/themes/ace-documentation/layouts/shortcodes/lead.html
create mode 100644 docs/themes/ace-documentation/layouts/shortcodes/panel.html
create mode 100644 docs/themes/ace-documentation/layouts/shortcodes/table.html
create mode 100644 docs/themes/ace-documentation/static/css/fontawesome.min.css
create mode 100644 docs/themes/ace-documentation/static/img/feed-icon.svg
create mode 100644 docs/themes/ace-documentation/static/js/bootstrap.min.js
create mode 100644 docs/themes/ace-documentation/static/lib/jquery.min.js
create mode 100644 docs/themes/ace-documentation/static/lib/moment-with-locales.min.js
create mode 100644 docs/themes/ace-documentation/static/lib/popper.min.js
create mode 100644 docs/themes/ace-documentation/static/plugins/auto-complete.css
create mode 100644 docs/themes/ace-documentation/static/plugins/auto-complete.js
create mode 100644 docs/themes/ace-documentation/static/plugins/clipboard.js
create mode 100644 docs/themes/ace-documentation/static/plugins/favorites.js
create mode 100644 docs/themes/ace-documentation/static/plugins/lunr.min.js
create mode 100644 docs/themes/ace-documentation/static/plugins/search.js
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-brands-400.eot
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-brands-400.svg
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-brands-400.ttf
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-brands-400.woff
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-brands-400.woff2
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-regular-400.eot
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-regular-400.svg
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-regular-400.ttf
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-regular-400.woff
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-regular-400.woff2
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-solid-900.eot
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-solid-900.svg
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-solid-900.ttf
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-solid-900.woff
create mode 100644 docs/themes/ace-documentation/static/webfonts/fa-solid-900.woff2
create mode 100644 docs/themes/ace-documentation/theme.toml
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..4f37046ce
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,15 @@
+root = true
+
+[*]
+indent_size = 2
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.{yml,yaml}]
+indent_size = 2
+charset = utf-8
+end_of_line = lf
+trim_trailing_whitespace = true
+insert_final_newline = true
diff --git a/.github/workflows/hugo-site-build.yml b/.github/workflows/hugo-site-build.yml
new file mode 100644
index 000000000..43ca080d8
--- /dev/null
+++ b/.github/workflows/hugo-site-build.yml
@@ -0,0 +1,85 @@
+# Sample workflow for building and deploying a Hugo site to GitHub Pages
+name: Deploy Hugo site to Pages
+
+on:
+ # Runs on pushes targeting the default branch
+ push:
+ branches:
+ - main
+
+ # Allows you to run this workflow manually from the Actions tab
+ workflow_dispatch: {}
+
+# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
+permissions:
+ contents: read
+ pages: write
+ id-token: write
+
+# Allow one concurrent deployment
+concurrency:
+ group: "pages"
+ cancel-in-progress: true
+
+# Default to bash
+defaults:
+ run:
+ shell: bash
+
+jobs:
+ # Build job
+ build:
+ runs-on: ubuntu-latest
+ env:
+ HUGO_VERSION: 0.111.2
+ steps:
+ - name: Install Hugo CLI
+ run: |
+ wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \
+ && sudo dpkg -i ${{ runner.temp }}/hugo.deb
+
+ - name: Install Dart Sass Embedded
+ run: sudo snap install dart-sass-embedded
+
+ - name: Checkout
+ uses: actions/checkout@v3
+ with:
+ submodules: recursive
+ fetch-depth: 0
+
+ - name: Setup Pages
+ id: pages
+ uses: actions/configure-pages@v3
+
+ - name: Install Node.js dependencies
+ run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
+
+ - name: Build with Hugo
+ env:
+ # For maximum backward compatibility with Hugo modules
+ HUGO_ENVIRONMENT: production
+ HUGO_ENV: production
+ run: |
+ hugo \
+ --gc \
+ --minify \
+ --baseURL "${{ steps.pages.outputs.base_url }}/"
+ working-directory: ./docs
+
+ - name: Upload artifact
+ uses: actions/upload-pages-artifact@v1
+ with:
+ path: ./docs/public
+
+
+ # Deployment job
+ deploy:
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+ runs-on: ubuntu-latest
+ needs: build
+ steps:
+ - name: Deploy to GitHub Pages
+ id: deployment
+ uses: actions/deploy-pages@v1
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..4cc4e1d2d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,352 @@
+## Ignore Visual Studio temporary files, build results, and
+## files generated by popular Visual Studio add-ons.
+##
+## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
+
+# User-specific files
+*.rsuser
+*.suo
+*.user
+*.userosscache
+*.sln.docstates
+
+# User-specific files (MonoDevelop/Xamarin Studio)
+*.userprefs
+
+# Mono auto generated files
+mono_crash.*
+
+# Build results
+[Dd]ebug/
+[Dd]ebugPublic/
+[Rr]elease/
+[Rr]eleases/
+x64/
+x86/
+[Aa][Rr][Mm]/
+[Aa][Rr][Mm]64/
+bld/
+[Bb]in/
+[Oo]bj/
+[Ll]og/
+[Ll]ogs/
+
+# Visual Studio 2015/2017 cache/options directory
+.vs/
+# Uncomment if you have tasks that create the project's static files in wwwroot
+#wwwroot/
+
+# Visual Studio 2017 auto generated files
+Generated\ Files/
+
+# MSTest test Results
+[Tt]est[Rr]esult*/
+[Bb]uild[Ll]og.*
+
+# NUnit
+*.VisualState.xml
+TestResult.xml
+nunit-*.xml
+
+# Build Results of an ATL Project
+[Dd]ebugPS/
+[Rr]eleasePS/
+dlldata.c
+
+# Benchmark Results
+BenchmarkDotNet.Artifacts/
+
+# .NET Core
+project.lock.json
+project.fragment.lock.json
+artifacts/
+
+# StyleCop
+StyleCopReport.xml
+
+# Files built by Visual Studio
+*_i.c
+*_p.c
+*_h.h
+*.ilk
+*.meta
+*.obj
+*.iobj
+*.pch
+*.pdb
+*.ipdb
+*.pgc
+*.pgd
+*.rsp
+*.sbr
+*.tlb
+*.tli
+*.tlh
+*.tmp
+*.tmp_proj
+*_wpftmp.csproj
+*.log
+*.vspscc
+*.vssscc
+.builds
+*.pidb
+*.svclog
+*.scc
+
+# Chutzpah Test files
+_Chutzpah*
+
+# Visual C++ cache files
+ipch/
+*.aps
+*.ncb
+*.opendb
+*.opensdf
+*.sdf
+*.cachefile
+*.VC.db
+*.VC.VC.opendb
+
+# Visual Studio profiler
+*.psess
+*.vsp
+*.vspx
+*.sap
+
+# Visual Studio Trace Files
+*.e2e
+
+# TFS 2012 Local Workspace
+$tf/
+
+# Guidance Automation Toolkit
+*.gpState
+
+# ReSharper is a .NET coding add-in
+_ReSharper*/
+*.[Rr]e[Ss]harper
+*.DotSettings.user
+
+# TeamCity is a build add-in
+_TeamCity*
+
+# DotCover is a Code Coverage Tool
+*.dotCover
+
+# AxoCover is a Code Coverage Tool
+.axoCover/*
+!.axoCover/settings.json
+
+# Visual Studio code coverage results
+*.coverage
+*.coveragexml
+
+# NCrunch
+_NCrunch_*
+.*crunch*.local.xml
+nCrunchTemp_*
+
+# MightyMoose
+*.mm.*
+AutoTest.Net/
+
+# Web workbench (sass)
+.sass-cache/
+
+# Installshield output folder
+[Ee]xpress/
+
+# DocProject is a documentation generator add-in
+DocProject/buildhelp/
+DocProject/Help/*.HxT
+DocProject/Help/*.HxC
+DocProject/Help/*.hhc
+DocProject/Help/*.hhk
+DocProject/Help/*.hhp
+DocProject/Help/Html2
+DocProject/Help/html
+
+# Click-Once directory
+publish/
+
+# Publish Web Output
+*.[Pp]ublish.xml
+*.azurePubxml
+# Note: Comment the next line if you want to checkin your web deploy settings,
+# but database connection strings (with potential passwords) will be unencrypted
+*.pubxml
+*.publishproj
+
+# Microsoft Azure Web App publish settings. Comment the next line if you want to
+# checkin your Azure Web App publish settings, but sensitive information contained
+# in these scripts will be unencrypted
+PublishScripts/
+
+# NuGet Packages
+*.nupkg
+# NuGet Symbol Packages
+*.snupkg
+# The packages folder can be ignored because of Package Restore
+**/[Pp]ackages/*
+# except build/, which is used as an MSBuild target.
+!**/[Pp]ackages/build/
+# Uncomment if necessary however generally it will be regenerated when needed
+#!**/[Pp]ackages/repositories.config
+# NuGet v3's project.json files produces more ignorable files
+*.nuget.props
+*.nuget.targets
+
+# Microsoft Azure Build Output
+csx/
+*.build.csdef
+
+# Microsoft Azure Emulator
+ecf/
+rcf/
+
+# Windows Store app package directories and files
+AppPackages/
+BundleArtifacts/
+Package.StoreAssociation.xml
+_pkginfo.txt
+*.appx
+*.appxbundle
+*.appxupload
+
+# Visual Studio cache files
+# files ending in .cache can be ignored
+*.[Cc]ache
+# but keep track of directories ending in .cache
+!?*.[Cc]ache/
+
+# Others
+ClientBin/
+~$*
+*~
+*.dbmdl
+*.dbproj.schemaview
+*.jfm
+*.pfx
+*.publishsettings
+orleans.codegen.cs
+
+# Including strong name files can present a security risk
+# (https://github.com/github/gitignore/pull/2483#issue-259490424)
+#*.snk
+
+# Since there are multiple workflows, uncomment next line to ignore bower_components
+# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
+#bower_components/
+
+# RIA/Silverlight projects
+Generated_Code/
+
+# Backup & report files from converting an old project file
+# to a newer Visual Studio version. Backup files are not needed,
+# because we have git ;-)
+_UpgradeReport_Files/
+Backup*/
+UpgradeLog*.XML
+UpgradeLog*.htm
+ServiceFabricBackup/
+*.rptproj.bak
+
+# SQL Server files
+*.mdf
+*.ldf
+*.ndf
+
+# Business Intelligence projects
+*.rdl.data
+*.bim.layout
+*.bim_*.settings
+*.rptproj.rsuser
+*- [Bb]ackup.rdl
+*- [Bb]ackup ([0-9]).rdl
+*- [Bb]ackup ([0-9][0-9]).rdl
+
+# Microsoft Fakes
+FakesAssemblies/
+
+# GhostDoc plugin setting file
+*.GhostDoc.xml
+
+# Node.js Tools for Visual Studio
+.ntvs_analysis.dat
+node_modules/
+
+# Visual Studio 6 build log
+*.plg
+
+# Visual Studio 6 workspace options file
+*.opt
+
+# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
+*.vbw
+
+# Visual Studio LightSwitch build output
+**/*.HTMLClient/GeneratedArtifacts
+**/*.DesktopClient/GeneratedArtifacts
+**/*.DesktopClient/ModelManifest.xml
+**/*.Server/GeneratedArtifacts
+**/*.Server/ModelManifest.xml
+_Pvt_Extensions
+
+# Paket dependency manager
+.paket/paket.exe
+paket-files/
+
+# FAKE - F# Make
+.fake/
+
+# CodeRush personal settings
+.cr/personal
+
+# Python Tools for Visual Studio (PTVS)
+__pycache__/
+*.pyc
+
+# Cake - Uncomment if you are using it
+# tools/**
+# !tools/packages.config
+
+# Tabs Studio
+*.tss
+
+# Telerik's JustMock configuration file
+*.jmconfig
+
+# BizTalk build output
+*.btp.cs
+*.btm.cs
+*.odx.cs
+*.xsd.cs
+
+# OpenCover UI analysis results
+OpenCover/
+
+# Azure Stream Analytics local run output
+ASALocalRun/
+
+# MSBuild Binary and Structured Log
+*.binlog
+
+# NVidia Nsight GPU debugger configuration file
+*.nvuser
+
+# MFractors (Xamarin productivity tool) working folder
+.mfractor/
+
+# Local History for Visual Studio
+.localhistory/
+
+# BeatPulse healthcheck temp database
+healthchecksdb
+
+# Backup folder for Package Reference Convert tool in Visual Studio 2017
+MigrationBackup/
+
+# Ionide (cross platform F# VS Code tools) working folder
+.ionide/
+docs/.hugo_build.lock
+docs/resources/_gen/assets/scss/css/
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
new file mode 100644
index 000000000..f9ba8cf65
--- /dev/null
+++ b/CODE_OF_CONDUCT.md
@@ -0,0 +1,9 @@
+# Microsoft Open Source Code of Conduct
+
+This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
+
+Resources:
+
+- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
+- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
+- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000..9e841e7a2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,21 @@
+ MIT License
+
+ Copyright (c) Microsoft Corporation.
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..5cd7cecfc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,33 @@
+# Project
+
+> This repo has been populated by an initial template to help get you started. Please
+> make sure to update the content to build a great experience for community-building.
+
+As the maintainer of this project, please make a few updates:
+
+- Improving this README.MD file to provide a great experience
+- Updating SUPPORT.MD with content about this project's support experience
+- Understanding the security reporting process in SECURITY.MD
+- Remove this section from the README
+
+## Contributing
+
+This project welcomes contributions and suggestions. Most contributions require you to agree to a
+Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
+the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
+
+When you submit a pull request, a CLA bot will automatically determine whether you need to provide
+a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
+provided by the bot. You will only need to do this once across all repos using our CLA.
+
+This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
+For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
+contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
+
+## Trademarks
+
+This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
+trademarks or logos is subject to and must follow
+[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
+Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
+Any use of third-party trademarks or logos are subject to those third-party's policies.
diff --git a/SECURITY.md b/SECURITY.md
new file mode 100644
index 000000000..e138ec5d6
--- /dev/null
+++ b/SECURITY.md
@@ -0,0 +1,41 @@
+
+
+## Security
+
+Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
+
+If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
+
+## Reporting Security Issues
+
+**Please do not report security vulnerabilities through public GitHub issues.**
+
+Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
+
+If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
+
+You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
+
+Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
+
+ * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
+ * Full paths of source file(s) related to the manifestation of the issue
+ * The location of the affected source code (tag/branch/commit or direct URL)
+ * Any special configuration required to reproduce the issue
+ * Step-by-step instructions to reproduce the issue
+ * Proof-of-concept or exploit code (if possible)
+ * Impact of the issue, including how an attacker might exploit the issue
+
+This information will help us triage your report more quickly.
+
+If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
+
+## Preferred Languages
+
+We prefer all communications to be in English.
+
+## Policy
+
+Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
+
+
diff --git a/SUPPORT.md b/SUPPORT.md
new file mode 100644
index 000000000..291d4d437
--- /dev/null
+++ b/SUPPORT.md
@@ -0,0 +1,25 @@
+# TODO: The maintainer of this repo has not yet edited this file
+
+**REPO OWNER**: Do you want Customer Service & Support (CSS) support for this product/project?
+
+- **No CSS support:** Fill out this template with information about how to file issues and get help.
+- **Yes CSS support:** Fill out an intake form at [aka.ms/onboardsupport](https://aka.ms/onboardsupport). CSS will work with/help you to determine next steps.
+- **Not sure?** Fill out an intake as though the answer were "Yes". CSS will help you decide.
+
+*Then remove this first heading from this SUPPORT.MD file before publishing your repo.*
+
+# Support
+
+## How to file issues and get help
+
+This project uses GitHub Issues to track bugs and feature requests. Please search the existing
+issues before filing new issues to avoid duplicates. For new issues, file your bug or
+feature request as a new Issue.
+
+For help and questions about using this project, please **REPO MAINTAINER: INSERT INSTRUCTIONS HERE
+FOR HOW TO ENGAGE REPO OWNERS OR COMMUNITY FOR HELP. COULD BE A STACK OVERFLOW TAG OR OTHER
+CHANNEL. WHERE WILL YOU HELP PEOPLE?**.
+
+## Microsoft Support Policy
+
+Support for this **PROJECT or PRODUCT** is limited to the resources listed above.
diff --git a/docs/archetypes/default.md b/docs/archetypes/default.md
new file mode 100644
index 000000000..d49620300
--- /dev/null
+++ b/docs/archetypes/default.md
@@ -0,0 +1,8 @@
++++
+title = "{{ replace .Name "-" " " | title }}"
+description = "CHANGE ME"
+date = {{ .Date }}
+weight = 0 ## CHANGE ME
+draft = true ## Make sure to set me to `false` when ready to publish
++++
+
diff --git a/docs/archetypes/service-bundle/_index.md b/docs/archetypes/service-bundle/_index.md
new file mode 100644
index 000000000..7f8c069ff
--- /dev/null
+++ b/docs/archetypes/service-bundle/_index.md
@@ -0,0 +1,129 @@
++++
+title = "{{ replace .Name "-" " " | title }}"
+description = "Best practices and resiliency recommendations for {{ replace .Name "-" " " | title }} and associated resources."
+date = "{{ .Date | time.Format ":date_short" }}"
+author = "CHANGE ME TO YOUR GITHUB USERNAME"
+msAuthor = "CHANGE ME TO YOUR MICROSOFT ALIAS"
+draft = false
++++
+
+The presented resiliency recommendations in this guidance include {{ replace .Name "-" " " | title }} and associated {{ replace .Name "-" " " | title }} settings.
+
+## Summary of Recommendations
+
+The below table shows the list of resiliency recommendations for {{ replace .Name "-" " " | title }} and associated resources.
+
+{{< alert style="info" >}}
+
+Use the table of contents (TOC) navigation menu on the right to jump to the recommendation you wish to review.
+
+{{< /alert >}}
+
+{{< table style="table-striped" >}}
+| ID | Resource Category | Service Name | Recommendation | Verified by Microsoft Product Group |
+| :---: | :---------------: | :-------------------------: | :------------- | :---------------------------------: |
+| CM-1 | CHANGE ME | {{ replace .Name "-" " " }} | CHANGE ME | Yes |
+| CM-2 | CHANGE ME | {{ replace .Name "-" " " }} | CHANGE ME | Yes |
+{{< /table >}}
+
+### CM-1 CHANGE ME
+
+{{< table style="table-striped" >}}
+| Importance |
+| :--------: |
+| P0 |
+{{< /table >}}
+
+#### Recommendation/Guidance
+
+FILL ME IN...
+
+##### Further Information
+
+- [CHANGE ME LINK](https://aka.ms)
+- [CHANGE ME LINK](https://aka.ms)
+
+#### Queries/Scripts
+
+{{< table style="table-striped" >}}
+| Type | Available |
+| -------------------- | :-------: |
+| Azure Resource Graph | Y/N |
+| Azure PowerShell | Y/N |
+| Azure CLI | Y/N |
+{{< /table >}}
+
+##### Azure Resource Graph
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="sql" file="code/cm-1.kql" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+##### Azure PowerShell
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="pwsh" file="code/cm-1.ps1" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+##### Azure CLI
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="bash" file="code/cm-1.azcli" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+### CM-2 CHANGE ME
+
+{{< table style="table-striped" >}}
+| Importance |
+| :--------: |
+| P0 |
+{{< /table >}}
+
+#### Recommendation/Guidance
+
+FILL ME IN...
+
+##### Further Information
+
+- [CHANGE ME LINK](https://aka.ms)
+- [CHANGE ME LINK](https://aka.ms)
+
+#### Queries/Scripts
+
+{{< table style="table-striped" >}}
+| Type | Available |
+| -------------------- | :-------: |
+| Azure Resource Graph | Y/N |
+| Azure PowerShell | Y/N |
+| Azure CLI | Y/N |
+{{< /table >}}
+
+##### Azure Resource Graph
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="sql" file="code/cm-2/cm-2.kql" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+##### Azure PowerShell
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="pwsh" file="code/cm-2/cm-2.ps1" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+##### Azure CLI
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="bash" file="code/cm-2/cm-2.azcli" >}} {{< /code >}}
+
+{{< /collapse >}}
diff --git a/docs/archetypes/service-bundle/code/cm-1.azcli b/docs/archetypes/service-bundle/code/cm-1.azcli
new file mode 100644
index 000000000..53d6ce9b0
--- /dev/null
+++ b/docs/archetypes/service-bundle/code/cm-1.azcli
@@ -0,0 +1 @@
+az resource list --resource-type "Micosoft.Example/changeMe" | jq .
diff --git a/docs/archetypes/service-bundle/code/cm-1.kql b/docs/archetypes/service-bundle/code/cm-1.kql
new file mode 100644
index 000000000..010c16666
--- /dev/null
+++ b/docs/archetypes/service-bundle/code/cm-1.kql
@@ -0,0 +1,3 @@
+Resources
+| where type =~ "Microsoft.Example/changeMe"
+| summarize count() by location
diff --git a/docs/archetypes/service-bundle/code/cm-1.ps1 b/docs/archetypes/service-bundle/code/cm-1.ps1
new file mode 100644
index 000000000..d9007ae40
--- /dev/null
+++ b/docs/archetypes/service-bundle/code/cm-1.ps1
@@ -0,0 +1 @@
+Get-AzResource -ResourceType "Micrsoft.Example/changeMe" | Select-Object name, location, resourceGroup, properties
diff --git a/docs/archetypes/service-bundle/code/cm-2/cm-2.azcli b/docs/archetypes/service-bundle/code/cm-2/cm-2.azcli
new file mode 100644
index 000000000..53d6ce9b0
--- /dev/null
+++ b/docs/archetypes/service-bundle/code/cm-2/cm-2.azcli
@@ -0,0 +1 @@
+az resource list --resource-type "Micosoft.Example/changeMe" | jq .
diff --git a/docs/archetypes/service-bundle/code/cm-2/cm-2.kql b/docs/archetypes/service-bundle/code/cm-2/cm-2.kql
new file mode 100644
index 000000000..010c16666
--- /dev/null
+++ b/docs/archetypes/service-bundle/code/cm-2/cm-2.kql
@@ -0,0 +1,3 @@
+Resources
+| where type =~ "Microsoft.Example/changeMe"
+| summarize count() by location
diff --git a/docs/archetypes/service-bundle/code/cm-2/cm-2.ps1 b/docs/archetypes/service-bundle/code/cm-2/cm-2.ps1
new file mode 100644
index 000000000..d9007ae40
--- /dev/null
+++ b/docs/archetypes/service-bundle/code/cm-2/cm-2.ps1
@@ -0,0 +1 @@
+Get-AzResource -ResourceType "Micrsoft.Example/changeMe" | Select-Object name, location, resourceGroup, properties
diff --git a/docs/config.toml b/docs/config.toml
new file mode 100644
index 000000000..fb008fe7c
--- /dev/null
+++ b/docs/config.toml
@@ -0,0 +1,32 @@
+theme = "ace-documentation"
+
+baseURL = 'https://azure.github.io/Azure-Proactive-Resiliency-Library'
+
+languageCode = 'en-us'
+title = 'Azure Proactive Resiliency Library (APRL)'
+
+pygmentsCodeFences = true
+pygmentsStyle = "monokai"
+
+[params]
+disableReadmoreNav = true
+menushortcutsnewtab = true
+site_logo = "/Azure-Proactive-Resiliency-Library/media/img/aprl-white.png"
+
+[markup]
+ [markup.goldmark]
+ [markup.goldmark.renderer]
+ unsafe = true
+
+[outputs]
+home = ["HTML", "JSON", "RSS"]
+
+[[menu.shortcuts]]
+name = "Well-Architected Framework"
+url = "https://aka.ms/waf"
+weight = 1
+
+[[menu.shortcuts]]
+name = "Source Code "
+url = "https://aka.ms/aprl/repo"
+weight = 10
diff --git a/docs/content/_index.md b/docs/content/_index.md
new file mode 100644
index 000000000..a0d65ecff
--- /dev/null
+++ b/docs/content/_index.md
@@ -0,0 +1,34 @@
++++
+title = "Home"
+description = "Welcome to the home of the Azure Proactive Resiliency Library (ARPL)"
+weight = 1
++++
+
+Welcome to the home of the Azure Proactive Resiliency Library (ARPL).
+
+
+
+
+This library is built with the intention of being a staging area for guidance and recommendations that can be used by customers, partners and the field in Well-Architected Framework reliability engagements/assessments; with the intent of the guidance and recommendations being promoted, once tested and validated with customers and partners, into the official [Well-Architected Framework documentation](https://aka.ms/waf).
+
+The library also contains supporting [Azure Resource Graph (ARG)](https://learn.microsoft.com/azure/governance/resource-graph/overview) queries, and sometimes [Azure PowerShell](https://learn.microsoft.com/powershell/azure/what-is-azure-powershell) or [Azure CLI](https://learn.microsoft.com/cli/azure/what-is-azure-cli) scripts, that can help customers, partners and the field identify resources that may or may not be compliant with the guidance and recommendations. The intent for these queries, in the long-term, is to make them part of the [Azure Advisor](https://learn.microsoft.com/azure/advisor/advisor-overview) service.
+
+## Get Started
+
+To get started head over to the [Azure Services section]({{< ref "services/_index.md">}}) and then navigate via the appropriate category to find guidance, recommendations alongside supporting Azure Resource Graph queries, Azure PowerShell or Azure CLI scripts to help you discover compliant/non-compliant resources in your environment.
+
+{{< alert style="info" >}}
+
+You can also use the basic search functionality provided by this site to locate the Azure service you are looking for guidance, recommendations and supporting queries and scripts for.
+
+{{< /alert >}}
+
+## Contributing
+
+Please see the [contribution guide here]({{< ref "contributing/_index.md">}}).
+
+{{< alert style="info" >}}
+
+Please note that this site is built upon [GithHub Pages](https://pages.github.com) using [Hugo](https://gohugo.io/) which is using the [Ace Documentation theme](https://docs.vantage-design.com/ace/)
+
+{{< /alert >}}
diff --git a/docs/content/contributing/_index.md b/docs/content/contributing/_index.md
new file mode 100644
index 000000000..52a41111c
--- /dev/null
+++ b/docs/content/contributing/_index.md
@@ -0,0 +1,29 @@
++++
+title = "Contributing"
+description = "Contribution Guide for the Azure Proactive Resiliency Library (ARPL)"
+weight = 2
++++
+
+{{< alert style="warning" >}}
+
+This page is still a work in progress!
+
+{{< /alert >}}
+
+{{< panel title="Contributions Notice" style="warning" >}} Currently we can only accept contributions from Microsoft FTEs. In the future we will look to change this. {{< /panel >}}
+
+Looking to contribute to the Azure Proactive Resiliency Library (ARPL), well you have made it to the right place/page 👍
+
+## Pre-Requisites
+
+Install details for hugo etc.
+
+## Creating a Service's Recommendation Page
+
+How to use the `hugo new --kind service-bundle services/compute/virtual-machines` archetype
+
+## Creating a Service Category
+
+Copy paste? maybe create a new directory archetype?
+
+
diff --git a/docs/content/services/_index.md b/docs/content/services/_index.md
new file mode 100644
index 000000000..da5a43f95
--- /dev/null
+++ b/docs/content/services/_index.md
@@ -0,0 +1,15 @@
++++
+title = "Azure Services"
+description = "The landing page for all Azure Services covered as part of APRL"
+date = 2023-03-21T10:12:16Z
+weight = 1
+draft = false
++++
+
+This page lists all of the Azure Services for which the APRL has guidance, recommendations and queries for. All of the services are grouped by the same categorization as the [Azure Portal](https://portal.azure.com/#allservices/category/All) uses.
+
+![Azure Portal Categories Screenshot](/Azure-Proactive-Resiliency-Library/media/img/azure-portal-categories-screenshot.png)
+
+## Categories List
+
+{{< childpages >}}
diff --git a/docs/content/services/ai-ml/_index.md b/docs/content/services/ai-ml/_index.md
new file mode 100644
index 000000000..ecefdfd69
--- /dev/null
+++ b/docs/content/services/ai-ml/_index.md
@@ -0,0 +1,12 @@
++++
+title = "AI and ML"
+description = "Artificial Intelligence (AI) and Machine Learning (ML) Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the AI and ML category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/compute/_index.md b/docs/content/services/compute/_index.md
new file mode 100644
index 000000000..1e819f81b
--- /dev/null
+++ b/docs/content/services/compute/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Compute"
+description = "Compute Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Compute category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/compute/virtual-machines/_index.md b/docs/content/services/compute/virtual-machines/_index.md
new file mode 100644
index 000000000..0fac7fd8a
--- /dev/null
+++ b/docs/content/services/compute/virtual-machines/_index.md
@@ -0,0 +1,129 @@
++++
+title = "Virtual Machines"
+description = "Best practices and resiliency recommendations for Virtual Machines and associated resources."
+date = "3/21/23"
+author = "CHANGE ME TO YOUR GITHUB USERNAME"
+msAuthor = "CHANGE ME TO YOUR MICROSOFT ALIAS"
+draft = false
++++
+
+The presented resiliency recommendations in this guidance include Virtual Machines and associated Virtual Machines settings.
+
+## Summary of Recommendations
+
+The below table shows the list of resiliency recommendations for Virtual Machines and associated resources.
+
+{{< alert style="info" >}}
+
+Use the table of contents (TOC) navigation menu on the right to jump to the recommendation you wish to review.
+
+{{< /alert >}}
+
+{{< table style="table-striped" >}}
+| ID | Resource Category | Service Name | Recommendation | Verified by Microsoft Product Group |
+| :---: | :---------------: | :-------------------------: | :------------- | :---------------------------------: |
+| CM-1 | CHANGE ME | virtual machines | CHANGE ME | Yes |
+| CM-2 | CHANGE ME | virtual machines | CHANGE ME | Yes |
+{{< /table >}}
+
+### CM-1 CHANGE ME
+
+{{< table style="table-striped" >}}
+| Importance |
+| :--------: |
+| P0 |
+{{< /table >}}
+
+#### Recommendation/Guidance
+
+FILL ME IN...
+
+##### Further Information
+
+- [CHANGE ME LINK](https://aka.ms)
+- [CHANGE ME LINK](https://aka.ms)
+
+#### Queries/Scripts
+
+{{< table style="table-striped" >}}
+| Type | Available |
+| -------------------- | :-------: |
+| Azure Resource Graph | Y/N |
+| Azure PowerShell | Y/N |
+| Azure CLI | Y/N |
+{{< /table >}}
+
+##### Azure Resource Graph
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="sql" file="code/cm-1.kql" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+##### Azure PowerShell
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="pwsh" file="code/cm-1.ps1" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+##### Azure CLI
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="bash" file="code/cm-1.azcli" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+### CM-2 CHANGE ME
+
+{{< table style="table-striped" >}}
+| Importance |
+| :--------: |
+| P0 |
+{{< /table >}}
+
+#### Recommendation/Guidance
+
+FILL ME IN...
+
+##### Further Information
+
+- [CHANGE ME LINK](https://aka.ms)
+- [CHANGE ME LINK](https://aka.ms)
+
+#### Queries/Scripts
+
+{{< table style="table-striped" >}}
+| Type | Available |
+| -------------------- | :-------: |
+| Azure Resource Graph | Y/N |
+| Azure PowerShell | Y/N |
+| Azure CLI | Y/N |
+{{< /table >}}
+
+##### Azure Resource Graph
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="sql" file="code/cm-2/cm-2.kql" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+##### Azure PowerShell
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="pwsh" file="code/cm-2/cm-2.ps1" >}} {{< /code >}}
+
+{{< /collapse >}}
+
+##### Azure CLI
+
+{{< collapse title="Show/Hide Query/Script" >}}
+
+{{< code lang="bash" file="code/cm-2/cm-2.azcli" >}} {{< /code >}}
+
+{{< /collapse >}}
diff --git a/docs/content/services/compute/virtual-machines/code/cm-1.azcli b/docs/content/services/compute/virtual-machines/code/cm-1.azcli
new file mode 100644
index 000000000..53d6ce9b0
--- /dev/null
+++ b/docs/content/services/compute/virtual-machines/code/cm-1.azcli
@@ -0,0 +1 @@
+az resource list --resource-type "Micosoft.Example/changeMe" | jq .
diff --git a/docs/content/services/compute/virtual-machines/code/cm-1.kql b/docs/content/services/compute/virtual-machines/code/cm-1.kql
new file mode 100644
index 000000000..010c16666
--- /dev/null
+++ b/docs/content/services/compute/virtual-machines/code/cm-1.kql
@@ -0,0 +1,3 @@
+Resources
+| where type =~ "Microsoft.Example/changeMe"
+| summarize count() by location
diff --git a/docs/content/services/compute/virtual-machines/code/cm-1.ps1 b/docs/content/services/compute/virtual-machines/code/cm-1.ps1
new file mode 100644
index 000000000..d9007ae40
--- /dev/null
+++ b/docs/content/services/compute/virtual-machines/code/cm-1.ps1
@@ -0,0 +1 @@
+Get-AzResource -ResourceType "Micrsoft.Example/changeMe" | Select-Object name, location, resourceGroup, properties
diff --git a/docs/content/services/compute/virtual-machines/code/cm-2/cm-2.azcli b/docs/content/services/compute/virtual-machines/code/cm-2/cm-2.azcli
new file mode 100644
index 000000000..53d6ce9b0
--- /dev/null
+++ b/docs/content/services/compute/virtual-machines/code/cm-2/cm-2.azcli
@@ -0,0 +1 @@
+az resource list --resource-type "Micosoft.Example/changeMe" | jq .
diff --git a/docs/content/services/compute/virtual-machines/code/cm-2/cm-2.kql b/docs/content/services/compute/virtual-machines/code/cm-2/cm-2.kql
new file mode 100644
index 000000000..010c16666
--- /dev/null
+++ b/docs/content/services/compute/virtual-machines/code/cm-2/cm-2.kql
@@ -0,0 +1,3 @@
+Resources
+| where type =~ "Microsoft.Example/changeMe"
+| summarize count() by location
diff --git a/docs/content/services/compute/virtual-machines/code/cm-2/cm-2.ps1 b/docs/content/services/compute/virtual-machines/code/cm-2/cm-2.ps1
new file mode 100644
index 000000000..d9007ae40
--- /dev/null
+++ b/docs/content/services/compute/virtual-machines/code/cm-2/cm-2.ps1
@@ -0,0 +1 @@
+Get-AzResource -ResourceType "Micrsoft.Example/changeMe" | Select-Object name, location, resourceGroup, properties
diff --git a/docs/content/services/container/_index.md b/docs/content/services/container/_index.md
new file mode 100644
index 000000000..35cbc2972
--- /dev/null
+++ b/docs/content/services/container/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Containers"
+description = "Container Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Containers category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/database/_index.md b/docs/content/services/database/_index.md
new file mode 100644
index 000000000..74bc09a87
--- /dev/null
+++ b/docs/content/services/database/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Databases"
+description = "Database Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Databases category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/general/_index.md b/docs/content/services/general/_index.md
new file mode 100644
index 000000000..0b2737e4b
--- /dev/null
+++ b/docs/content/services/general/_index.md
@@ -0,0 +1,12 @@
++++
+title = "General"
+description = "General Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the General category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/hybrid/_index.md b/docs/content/services/hybrid/_index.md
new file mode 100644
index 000000000..af2e58e4e
--- /dev/null
+++ b/docs/content/services/hybrid/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Hybrid"
+description = "Hybrid Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Hybrid category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/integration/_index.md b/docs/content/services/integration/_index.md
new file mode 100644
index 000000000..2578f9a3a
--- /dev/null
+++ b/docs/content/services/integration/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Integration"
+description = "Integration Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Integration category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/iot/_index.md b/docs/content/services/iot/_index.md
new file mode 100644
index 000000000..86ec21fcf
--- /dev/null
+++ b/docs/content/services/iot/_index.md
@@ -0,0 +1,12 @@
++++
+title = "IoT"
+description = "Internet of Things (IoT) Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the IoT category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/networking/_index.md b/docs/content/services/networking/_index.md
new file mode 100644
index 000000000..d71186013
--- /dev/null
+++ b/docs/content/services/networking/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Networking"
+description = "Networking Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Networking category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/security/_index.md b/docs/content/services/security/_index.md
new file mode 100644
index 000000000..13984bf73
--- /dev/null
+++ b/docs/content/services/security/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Security"
+description = "Security Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Security category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/specialized-workloads/_index.md b/docs/content/services/specialized-workloads/_index.md
new file mode 100644
index 000000000..f30dac6cd
--- /dev/null
+++ b/docs/content/services/specialized-workloads/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Specialized Workloads"
+description = "Specialized Workloads Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Specialized Workloads category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/storage/_index.md b/docs/content/services/storage/_index.md
new file mode 100644
index 000000000..41a9e038d
--- /dev/null
+++ b/docs/content/services/storage/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Storage"
+description = "Storage Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Storage category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/content/services/web/_index.md b/docs/content/services/web/_index.md
new file mode 100644
index 000000000..4b3a76161
--- /dev/null
+++ b/docs/content/services/web/_index.md
@@ -0,0 +1,12 @@
++++
+title = "Web"
+description = "Web Services"
+date = 2023-03-21T10:12:16Z
+draft = false
++++
+
+This page lists all of the Azure Services under the Web category for which the APRL has guidance, recommendations and queries for.
+
+## Services List
+
+{{< childpages >}}
diff --git a/docs/static/media/img/aprl-transparent-white-text.png b/docs/static/media/img/aprl-transparent-white-text.png
new file mode 100644
index 0000000000000000000000000000000000000000..4f97117c7ac004df0313b63934b2bf053c1aa4d9
GIT binary patch
literal 256596
zcmeEuc{tSX`>!>X;!{~#NJYt5BTJScS;`Wb8Dtw-OSY_K8%q+3?AezZ%-G2ugOZS}
z6SB*`?~EBU=NWyzzjMwX=kIf_>-=1os~Pd0XSwg!{kmWG{XC(%_tj4xKYyHthUVnG
zyDEA#Gz>D-@1sY+PnQ0%j|BhFy6UMb(-i*Xng?$fY;SAdrlBc`WF|dg1n-YI-+kyx
zL&Nfg`c2#7lxsypLqXqDxeb4Awsi2sjrWP)7y){8Nv<)q8t#aA=xt+djj&lZty@k0
zwlfgz@GyGz_n&hek5}gQhP@9g)MkGsMy)a%Tc%6w{`eFrU&`n0R#1Vh^?FcQgV*z1
z*8CM+zN%>>E^#lA#?zv%Q*n(!{3sotKSRvX4I(D&jqNdpdza2Ck@i$x(t*+aU-&X7
z?)~5zZCGS1VIQI$;uu#TjndKhbARCEvA5zDSB*P=6iaK`c28noz3?ODAs*IU=*X?9
za~XYP8y+RTAAI2b1QFZTCUt2jP-Hh{iHYPDmKzY@KhjiBGsjcPldJCwSruLM4On72
z-gCti%unvNC>@LMCAoKcL`Rvz)4bk@hE;<&J5>b4=kaexvbhrKeL?QDW
-iD8zc!eTVZDfg3!Bu~dwC0B)f}tujqIb5
z`n>9q^Zht`9C?Y^ADS_?a^Qz64SW=*ND1(w%qr?8q)`OpIy;l7wklu5NvnSMB)5G2
z3PGKs#a*=<134R-=aQMhYQNXM?7^(Yi`9c*Tx~BJh#s^!VRrr2eS3SKmU1&9Y&xrI
z*4t6)BU`~p{rS)XtR5!U