Skip to content

Commit

Permalink
Merge pull request #2063 from microsoft/users/jgardner/updateDocsLinks
Browse files Browse the repository at this point in the history
update all the docs with note + links to the relevant thing in public docs
  • Loading branch information
gardnerjr authored Nov 14, 2022
2 parents 6b5f934 + 6a0a51c commit e28979d
Show file tree
Hide file tree
Showing 48 changed files with 196 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Documentation/AutoRefresh.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-getting-started#auto-refresh
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
## Auto-Refresh Workbooks
Clicking on Auto-Refresh button opens a list of intervals to let the user pick up the interval. The Workbook will keep refreshing after the selected time interval.
* Auto-Refresh only refreshes when the Workbook is in read mode. If a user sets an interval of say 5 minutes and after 4 minutes switches to edit mode then there is no refreshing when the user is still in edit mode. But if the user comes back to read mode, the interval of 5 minutes resets and the Workbook will be refreshed after 5 minutes.
Expand Down
8 changes: 5 additions & 3 deletions Documentation/BYOS/BringYourOwnStorage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
> [!NOTE]
> Customer-facing documentation for Azure workbooks is now located on docs.microsoft.com at: https://docs.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-overview. Please **do not** edit this file. All up-to-date information is in the new location and documenation should only be updated there.
>

> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-bring-your-own-storage.
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Bring your own storage to save Workbooks

There are times when you may have a query or some business logic that you want to secure. Workbooks provides an option to secure the workbook by saving the workbook content to your storage. The storage account can then be encrypted with Microsoft-managed keys or you can manage the encryption by supplying your own keys. [See Azure documentation on Storage Service Encryption.](https://docs.microsoft.com/en-us/azure/storage/common/storage-service-encryption)
Expand Down
4 changes: 4 additions & 0 deletions Documentation/DataSources/DataSources.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-data-sources
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Data Sources in Workbooks

Workbooks can query data from a lot the common sources of telemetry in Azure. Workbook authors can transform this data in interesting way to provide insights into the availability, performance, usage and success of the underlying components. For instance, they could analyze performance logs from virtual machines to identify high CPU or low memory instances and show the results as a grid in an interactive report.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/DataSources/Limits.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-limits
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Limits


Expand Down
4 changes: 4 additions & 0 deletions Documentation/DataSources/LogsBestPracticesAndHints.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-data-sources
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Best Practices and hints for Logs queries

## Use the smallest possible time ranges by default
Expand Down
4 changes: 4 additions & 0 deletions Documentation/DataSources/PrivateWorkbooksDeprecation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-retrieve-legacy-workbooks
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Private Workbooks Deprecation
Workbooks were available in two modes – private and shared. Private workbooks were accessible only to the author and was the default save mode.

Expand Down
4 changes: 4 additions & 0 deletions Documentation/DataSources/ResourceCentricLogs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-overview
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Tutorial - resource centric logs queries in workbooks
This video shows you how to use resource level logs queries in Azure Workbooks. It also has tips and tricks on how to enable advanced scenarios and improve performance.

Expand Down
4 changes: 4 additions & 0 deletions Documentation/Gallery.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-overview#the-gallery.
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
## New Gallery for Workbooks

Here is the new gallery for the workbooks.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Groups/Groups.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-create-workbook#add-groups.
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Using Groups

A group item in a workbook allows you to logically group a set of steps in a workbook. In reading mode, the group itself has no "chrome", only showing the items that are inside the group:
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Interactivity.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-configurations#interactivity
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Interactive Workbooks

Workbooks allow authors to create interactive reports and experiences for their consumers. Interactivity is supported in a number of ways.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Links/LinkActions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-link-actions
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Link Actions
Link actions can be accessed through Workbook [link steps](./Links.md#link-actions), or through column settings of [grids](../Visualizations/Grid.md#link-actions), tiles, or graphs.

Expand Down
4 changes: 4 additions & 0 deletions Documentation/Links/Links.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> Note: This documentation is now out of date, but exists to preserve any existing links.
>
> For the up to date docs, see: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-create-workbook#add-links
# Using Links Steps

Authors can use the `Links` step to create links to other views, to other workbooks, to other steps inside a workbook, or to create tabbed views within a workbook. Much of the configuration for links is very similar to [using links inside of grids/other visualizations](../Visualizations/Grid.md#link-actions). The links can be styled as hyperlinks, buttons, and tabs.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Parameters/Criteria.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-criteria
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Text Parameter Criteria

When a query depends on many parameters, then the query will be stalled until each of it's parameters have been resolved. Sometimes a parameter could have a simple query that concatenates a string or performs a conditional evaluation. However these queries still make network calls to services that perform these basic operations and that increases the time it takes for a parameter to resolve a value. This results in long load times for complex workbooks.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Parameters/DropDown.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-dropdowns
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Drop Down Parameters

Drop downs allow user to collect one or more input values from a known set (e.g. select one of your app’s requests). Drop downs provide user-friendly way to collect arbitrary inputs from users. Drop downs are especially useful in enabling filtering in your interactive reports.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Parameters/MultiValue.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-multi-value
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Multi-value Parameters

A multi-value parameter allows the user to set one or more arbitrary text values. Multi-value parameters are commonly used for filtering, oftentimes when a drop down control may contain too many values to be useful.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Parameters/OptionsGroup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-options-group
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Options Group Parameters

An options group parameter allows the user to select one values from a known set (e.g. select one of your app’s requests). When there are a small number of values, an options group can be a better choice than a [Drop down](./DropDown.md) parameter, as the user can see all the possible values, and see which one is selected. Options groups are commonly used for yes|no or on|off style choices. When there are large number of possible values, using a drop down is a better choice. Note that unlike drop down parameters, an options group *always* only allows one selected value.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Parameters/Parameters.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-parameters
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Workbook Parameters

Parameters allow workbook authors to collect input from the consumers and reference it in other parts of the workbook – usually to scope the result set or setting the right visual. It is a key capability that allows authors to build interactive reports and experiences.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Parameters/Resources.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-resources
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Resource Parameters

Resource parameters allow picking of resources in workbooks. This is useful in setting the scope from which to get the data from. An example is allowing users to select the set of VMs which the charts later will use when presenting the data.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Parameters/Text.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-text
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Text Parameters

Textbox parameters provide a simple way to collect text input from workbook users. They are used when it is not practical to use a drop down to collect the input (e.g. an arbitrary threshold or generic filters). Workbooks allow authors to get the default value of the textbox from a query. This allows interesting scenarios like setting the default threshold based on the p95 of the metric.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Parameters/Time.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-time
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Time Parameters

Time parameters allow users to set the time context of analysis and is used by almost all reports. It is relatively simple to setup and use - allowing authors to specify the time ranges to show in the drop down, including the option for custom time ranges.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Parameters/formatting.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-parameters#parameter-formatting-options
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Parameter options

The following parameter options are applicable to all parameter types except Time range picker.
Expand Down
5 changes: 5 additions & 0 deletions Documentation/Programmatically.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-automate
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Programmatically Manage Workbooks

Resource owners have the option to create and manage their workbooks programmatically via ARM templates.
Expand All @@ -15,6 +19,7 @@ There are two types of workbook resources that can be managed programmatically:
## Deploying a workbook template
1. Open a workbook whose content you want to deploy programmatically.
2. Switch the workbook to edit mode by clicking on the _Edit_ toolbar item.

3. Open the _Advanced Editor_ using the _</>_ button on the toolbar.
4. Ensure you are on the `Gallery Template` tab
5. Copy the JSON payload to the clipboard for use in the ARM template later.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Samples/AlertDataARM.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-commonly-used-components#use-azure-resource-manager-to-retrieve-alerts-in-a-subscription
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Using Azure Resource Manager provider to retrieve alerts in a subscription

This sample shows you how to use the Azure Resource Manager (preview) query control to list all existing alerts in a subscription. This guide will also use JSON Path transformations to format the results.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Samples/ODataFilters.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-overview
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Parameter transformation to get OData filters

A common use case in workbooks is to capture user input via drop downs and use the selection in your queries. For instance, you may have a drop down to accept a set of virtual machines and then filter your KQL to include just the selected machines. In most cases, it is as simple as including the parameter's value in the query:
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Samples/ReusingQueryData.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-commonly-used-components#reuse-query-data-in-different-visualizations
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Reusing query data in different visualizations

There are times where you want to visualize the underlying data set in different ways without having to pay the cost of the query each time. This sample shows you how to do so using the `Merge` option in the query control.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Samples/Samples.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-commonly-used-components
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Sample Gallery

### Traffic light status
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Samples/TrafficLights.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-commonly-used-components#traffic-light-icons
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Showing traffic lights status in workbooks

It is often desirable to summarize status using a simpler domain instead presenting the full range of values. For example, you may want to categorize your computers by CPU utilization as Cold/Warm/Hot OR user by the performance experienced as Satisfied/Tolerating/Frustrated. This can be as simple as showing an indicator or icon which represents the status next to the underlying metric.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Settings/Settings.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-configurations
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Workbook Settings

In the workbooks settings context pane, there are a couple of tabs which can be configured for the workbook.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/Transformations/JSONPath.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-parameters#format-parameters-by-using-jsonpath
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# JSON Path

Workbooks is able to query data from many sources. Some endpoints, such as Azure Resource Manager or custom endpoint, can return results in JSON. If the JSON data returned by the queried endpoint is not configured in a format that you desire, JSONPath can be used to transform the results.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/ViewDesigner/AccessPermissions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at:https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-view-designer-conversion-overview
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Accessing Workbooks & Viewing Permissions

### Jump to a section
Expand Down
4 changes: 4 additions & 0 deletions Documentation/ViewDesigner/CommonSteps.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-view-designer-conversion-overview
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Common Steps

### Jump to a section
Expand Down
4 changes: 4 additions & 0 deletions Documentation/ViewDesigner/ConversionOptions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-view-designer-conversion-overview
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# <strong>Conversion Options</strong>

View Designer has a fixed static style of representation, while Workbooks enables freedom to include and modify how the data is represented, below depicts a few examples of how one might transform the views within Workbooks.
Expand Down
4 changes: 4 additions & 0 deletions Documentation/ViewDesigner/TileConversions.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-view-designer-conversion-overview
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# Tile Conversions

### Jump to a section
Expand Down
4 changes: 4 additions & 0 deletions Documentation/ViewDesigner/ViewDesignerOverview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
> [!NOTE]
> This documentation for Azure workbooks is now located at: https://learn.microsoft.com/en-us/azure/azure-monitor/visualize/workbooks-view-designer-conversion-overview
> Please **do not** edit this file. All up-to-date information is in the new location and documentation should only be updated there.
# View Designer to Workbooks Transition Guide

## Table of Contents
Expand Down
Loading

0 comments on commit e28979d

Please sign in to comment.