From 5988b669a8f388c2f3ced24131e41876b82ad9ab Mon Sep 17 00:00:00 2001 From: "Jonathan.Core" Date: Mon, 5 Feb 2024 15:37:19 -0500 Subject: [PATCH] Move media files and fix image links --- docs/content/patterns/specialized/_index.md | 5 +++++ .../patterns/{ => specialized}/avd/FAQ.md | 0 .../{ => specialized}/avd/Known-Issues.md | 0 .../{ => specialized}/avd/Telemetry.md | 17 +++++++++-------- .../specialized/avd/Update-to-new-Release.md | 9 +++++++++ .../{ => specialized}/avd/Whats-New.md | 0 .../patterns/{ => specialized}/avd/_index.md | 8 ++++---- .../avd/deploy/Avd-Deploy.md} | 8 +++++--- .../img/Avd}/AVDAlertsOptOut.png | Bin .../avd/media => static/img/Avd}/alerts.xlsx | Bin .../media => static/img/Avd}/avdAlertRules.jpg | Bin .../img/Avd}/avdAlertRulesChange.jpg | Bin .../img/Avd}/avdAlertRulesChangeLogbased.jpg | Bin .../Avd}/avdAlertRulesChangeMetricbased.jpg | Bin .../img/Avd}/avdAlertRulesCopy1.jpg | Bin .../img/Avd}/avdAlertRulesCopy2.jpg | Bin .../img/Avd}/avdAlertRulesCopy3.jpg | Bin .../img/Avd}/avdAlertRulesEnable.jpg | Bin .../img/Avd}/avdAlertRulesFilter.jpg | Bin .../img/Avd}/avdAlertRulesProperties.jpg | Bin .../img/Avd}/avdAlertRulesProperties2.jpg | Bin 21 files changed, 32 insertions(+), 15 deletions(-) create mode 100644 docs/content/patterns/specialized/_index.md rename docs/content/patterns/{ => specialized}/avd/FAQ.md (100%) rename docs/content/patterns/{ => specialized}/avd/Known-Issues.md (100%) rename docs/content/patterns/{ => specialized}/avd/Telemetry.md (82%) create mode 100644 docs/content/patterns/specialized/avd/Update-to-new-Release.md rename docs/content/patterns/{ => specialized}/avd/Whats-New.md (100%) rename docs/content/patterns/{ => specialized}/avd/_index.md (95%) rename docs/content/patterns/{avd/deploy/_index.md => specialized/avd/deploy/Avd-Deploy.md} (94%) rename docs/{content/patterns/avd/media => static/img/Avd}/AVDAlertsOptOut.png (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/alerts.xlsx (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRules.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesChange.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesChangeLogbased.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesChangeMetricbased.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesCopy1.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesCopy2.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesCopy3.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesEnable.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesFilter.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesProperties.jpg (100%) rename docs/{content/patterns/avd/media => static/img/Avd}/avdAlertRulesProperties2.jpg (100%) diff --git a/docs/content/patterns/specialized/_index.md b/docs/content/patterns/specialized/_index.md new file mode 100644 index 000000000..0bcd11035 --- /dev/null +++ b/docs/content/patterns/specialized/_index.md @@ -0,0 +1,5 @@ +--- +title: Specialized Workloads +geekdocCollapseSection: true +--- + diff --git a/docs/content/patterns/avd/FAQ.md b/docs/content/patterns/specialized/avd/FAQ.md similarity index 100% rename from docs/content/patterns/avd/FAQ.md rename to docs/content/patterns/specialized/avd/FAQ.md diff --git a/docs/content/patterns/avd/Known-Issues.md b/docs/content/patterns/specialized/avd/Known-Issues.md similarity index 100% rename from docs/content/patterns/avd/Known-Issues.md rename to docs/content/patterns/specialized/avd/Known-Issues.md diff --git a/docs/content/patterns/avd/Telemetry.md b/docs/content/patterns/specialized/avd/Telemetry.md similarity index 82% rename from docs/content/patterns/avd/Telemetry.md rename to docs/content/patterns/specialized/avd/Telemetry.md index 749c2ea4e..2f5faf16c 100644 --- a/docs/content/patterns/avd/Telemetry.md +++ b/docs/content/patterns/specialized/avd/Telemetry.md @@ -14,18 +14,19 @@ To disable this tracking, we have included a parameter called `telemetryOptOut` If you are happy with leaving telemetry tracking enabled, no changes are required. -**Check the box labeled ["Opt-Out of Telemetry"](../media/AVDAlertsOptOut.png)** when using the "Deploy to Azure" buttons with a custom User Interface. There is no parameters file for this deployment. +**Check the box labeled "Opt-Out of Telemetry"** when using the "Deploy to Azure" buttons with a custom User Interface. There is no parameters file for this deployment. + In the avdArm.json file, you will see the following: ```json - "optoutTelemetry": { - "type": "bool", - "defaultValue": false, - "metadata": { - "description": "Telemetry Opt-Out" - } - }, +"optoutTelemetry": { + "type": "bool", + "defaultValue": false, + "metadata": { + "description": "Telemetry Opt-Out" + } +}, ``` diff --git a/docs/content/patterns/specialized/avd/Update-to-new-Release.md b/docs/content/patterns/specialized/avd/Update-to-new-Release.md new file mode 100644 index 000000000..c31a619d9 --- /dev/null +++ b/docs/content/patterns/specialized/avd/Update-to-new-Release.md @@ -0,0 +1,9 @@ +--- +title: Update to a new release +geekdocCollapseSection: true +weight: 70 +--- + +# How to update to a new release + +Currently, redeploying the solution will update the existing components to include the alerts. Stay tuned for additional details as new releases are made available. \ No newline at end of file diff --git a/docs/content/patterns/avd/Whats-New.md b/docs/content/patterns/specialized/avd/Whats-New.md similarity index 100% rename from docs/content/patterns/avd/Whats-New.md rename to docs/content/patterns/specialized/avd/Whats-New.md diff --git a/docs/content/patterns/avd/_index.md b/docs/content/patterns/specialized/avd/_index.md similarity index 95% rename from docs/content/patterns/avd/_index.md rename to docs/content/patterns/specialized/avd/_index.md index 718346778..b50c1c1cb 100644 --- a/docs/content/patterns/avd/_index.md +++ b/docs/content/patterns/specialized/avd/_index.md @@ -56,11 +56,11 @@ If you have encountered a problem please file an issue in our GitHub repo [GitHu ## Deployment Guide -We have a [Deployment Guide](../avd/deploy/Introduction-to-deploying-the-AVD-Pattern) available for guidance on how to consume the contents of this repo. +We have a [Deployment Guide](./deploy/Avd-Deploy) available for guidance on how to consume the contents of this repo. ## Known Issues -Please see the [Known Issues](../avd/Known-Issues). +Please see the [Known Issues](Known-Issues). ## Frequently Asked Questions @@ -83,14 +83,14 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft. contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. {{< hint type=note >}} -Details on contributing to this repo can be found [here](../../contributing/patterns) +Details on contributing to this repo can be found [here](../../../contributing/) {{< /hint >}} ## Telemetry When you deploy the IP located in this repo, Microsoft can identify the installation of said IP with the deployed Azure resources. Microsoft can correlate these resources used to support the software. Microsoft collects this information to provide the best experiences with their products and to operate their business. The telemetry is collected through customer usage attribution. The data is collected and governed by [Microsoft's privacy policies](https://www.microsoft.com/trustcenter). -If you don't wish to send usage data to Microsoft, or need to understand more about its' use details can be found [here](../alz/Telemetry). +If you don't wish to send usage data to Microsoft, or need to understand more about its' use details can be found [here](./Telemetry). ## Trademarks diff --git a/docs/content/patterns/avd/deploy/_index.md b/docs/content/patterns/specialized/avd/deploy/Avd-Deploy.md similarity index 94% rename from docs/content/patterns/avd/deploy/_index.md rename to docs/content/patterns/specialized/avd/deploy/Avd-Deploy.md index 30aab43f2..795a3f270 100644 --- a/docs/content/patterns/avd/deploy/_index.md +++ b/docs/content/patterns/specialized/avd/deploy/Avd-Deploy.md @@ -31,8 +31,10 @@ You can also review the Alert Action Group and adjust as needed with additional 1. Open the [Alerts Azure Portal Page](https://portal.azure.com/#blade/Microsoft_Azure_Monitoring/AzureMonitoringBrowseBlade/alertsV2) 2. Click on the "Alert rules" section at the top of the page. -[Screenshot](../media/avdAlertRules.jpg) + + 3. Initially the list of alert rules may be filtered out or appear missing. Simply change the filter to include "disabled" or click the "Clear filters" option. -[Screenshot](../media/avdAlertRulesFilter.jpg) + + 4. Select the check box next to each you would like to enable and click "Enable" at the top of the page. -[Screenshot](../media/avdAlertRulesEnable.jpg) \ No newline at end of file + \ No newline at end of file diff --git a/docs/content/patterns/avd/media/AVDAlertsOptOut.png b/docs/static/img/Avd/AVDAlertsOptOut.png similarity index 100% rename from docs/content/patterns/avd/media/AVDAlertsOptOut.png rename to docs/static/img/Avd/AVDAlertsOptOut.png diff --git a/docs/content/patterns/avd/media/alerts.xlsx b/docs/static/img/Avd/alerts.xlsx similarity index 100% rename from docs/content/patterns/avd/media/alerts.xlsx rename to docs/static/img/Avd/alerts.xlsx diff --git a/docs/content/patterns/avd/media/avdAlertRules.jpg b/docs/static/img/Avd/avdAlertRules.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRules.jpg rename to docs/static/img/Avd/avdAlertRules.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesChange.jpg b/docs/static/img/Avd/avdAlertRulesChange.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesChange.jpg rename to docs/static/img/Avd/avdAlertRulesChange.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesChangeLogbased.jpg b/docs/static/img/Avd/avdAlertRulesChangeLogbased.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesChangeLogbased.jpg rename to docs/static/img/Avd/avdAlertRulesChangeLogbased.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesChangeMetricbased.jpg b/docs/static/img/Avd/avdAlertRulesChangeMetricbased.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesChangeMetricbased.jpg rename to docs/static/img/Avd/avdAlertRulesChangeMetricbased.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesCopy1.jpg b/docs/static/img/Avd/avdAlertRulesCopy1.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesCopy1.jpg rename to docs/static/img/Avd/avdAlertRulesCopy1.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesCopy2.jpg b/docs/static/img/Avd/avdAlertRulesCopy2.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesCopy2.jpg rename to docs/static/img/Avd/avdAlertRulesCopy2.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesCopy3.jpg b/docs/static/img/Avd/avdAlertRulesCopy3.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesCopy3.jpg rename to docs/static/img/Avd/avdAlertRulesCopy3.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesEnable.jpg b/docs/static/img/Avd/avdAlertRulesEnable.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesEnable.jpg rename to docs/static/img/Avd/avdAlertRulesEnable.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesFilter.jpg b/docs/static/img/Avd/avdAlertRulesFilter.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesFilter.jpg rename to docs/static/img/Avd/avdAlertRulesFilter.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesProperties.jpg b/docs/static/img/Avd/avdAlertRulesProperties.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesProperties.jpg rename to docs/static/img/Avd/avdAlertRulesProperties.jpg diff --git a/docs/content/patterns/avd/media/avdAlertRulesProperties2.jpg b/docs/static/img/Avd/avdAlertRulesProperties2.jpg similarity index 100% rename from docs/content/patterns/avd/media/avdAlertRulesProperties2.jpg rename to docs/static/img/Avd/avdAlertRulesProperties2.jpg