Skip to content

Commit

Permalink
Move media files and fix image links
Browse files Browse the repository at this point in the history
  • Loading branch information
JCoreMS committed Feb 5, 2024
1 parent d75b925 commit 5988b66
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 15 deletions.
5 changes: 5 additions & 0 deletions docs/content/patterns/specialized/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Specialized Workloads
geekdocCollapseSection: true
---

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<img src="../../../../img/Avd/AVDAlertsOptOut.png" width=30%>

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"
}
},
```


Expand Down
Original file line number Diff line number Diff line change
@@ -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.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -83,14 +83,14 @@ For more information see the [Code of Conduct FAQ](https://opensource.microsoft.
contact [[email protected]](mailto:[email protected]) 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img src="../../../../../img/Avd/avdAlertRules.jpg" width=30%>

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)
<img src="../../../../../img/Avd/avdAlertRulesFilter.jpg" width=30%>

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)
<img src="../../../../../img/Avd/avdAlertRulesEnable.jpg" width=30%>
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 5988b66

Please sign in to comment.