Skip to content

Commit 6acbdf6

Browse files
authored
Merge pull request #205203 from bwren/preview-signup
Remove signup for logs v2 public preview
2 parents e692ce1 + 9d4fd5e commit 6acbdf6

5 files changed

+0
-10
lines changed

articles/azure-monitor/logs/logs-ingestion-api-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.date: 06/27/2022
99
# Logs ingestion API in Azure Monitor (Preview)
1010
The Logs ingestion API in Azure Monitor lets you send data to a Log Analytics workspace from any REST API client. This allows you to send data from virtually any source to [supported built-in tables](#supported-tables) or to custom tables that you create. You can even extend the schema of built-in tables with custom columns.
1111

12-
[!INCLUDE [Sign up for preview](../../../includes/azure-monitor-custom-logs-signup.md)]
13-
1412
> [!NOTE]
1513
> The Logs ingestion API was previously referred to as the custom logs API.
1614

articles/azure-monitor/logs/tutorial-logs-ingestion-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.date: 07/15/2022
88
# Tutorial: Send data to Azure Monitor Logs using REST API (Resource Manager templates)
99
[Logs ingestion API (preview)](logs-ingestion-api-overview.md) in Azure Monitor allow you to send external data to a Log Analytics workspace with a REST API. This tutorial uses Resource Manager templates to walk through configuration of a new table and a sample application to send log data to Azure Monitor.
1010

11-
[!INCLUDE [Sign up for preview](../../../includes/azure-monitor-custom-logs-signup.md)]
12-
1311
> [!NOTE]
1412
> This tutorial uses Resource Manager templates and REST API to configure custom logs. See [Tutorial: Send data to Azure Monitor Logs using REST API (Azure portal)](tutorial-logs-ingestion-portal.md) for a similar tutorial using the Azure portal.
1513

articles/azure-monitor/logs/tutorial-logs-ingestion-portal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.date: 07/15/2022
88
# Tutorial: Send data to Azure Monitor Logs using REST API (Azure portal)
99
[Logs ingestion API (preview)](logs-ingestion-api-overview.md) in Azure Monitor allow you to send external data to a Log Analytics workspace with a REST API. This tutorial uses the Azure portal to walk through configuration of a new table and a sample application to send log data to Azure Monitor.
1010

11-
[!INCLUDE [Sign up for preview](../../../includes/azure-monitor-custom-logs-signup.md)]
12-
1311
> [!NOTE]
1412
> This tutorial uses the Azure portal. See [Tutorial: Send data to Azure Monitor Logs using REST API (Resource Manager templates)](tutorial-logs-ingestion-api.md) for a similar tutorial using resource manager templates.
1513

articles/azure-monitor/logs/tutorial-workspace-transformations-api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ This tutorial walks you through configuration of a sample [transformation in a w
1010

1111
Workspace transformations are stored together in a single [data collection rule (DCR)](../essentials/data-collection-rule-overview.md) for the workspace, called the workspace DCR. Each transformation is associated with a particular table. The transformation will be applied to all data sent to this table from any workflow not using a DCR.
1212

13-
[!INCLUDE [Sign up for preview](../../../includes/azure-monitor-custom-logs-signup.md)]
14-
1513
> [!NOTE]
1614
> This tutorial uses resource manager templates and REST API to configure a workspace transformation. See [Tutorial: Add transformation in workspace data collection rule to Azure Monitor using the Azure portal (preview)](tutorial-workspace-transformations-portal.md) for the same tutorial using the Azure portal.
1715

articles/azure-monitor/logs/tutorial-workspace-transformations-portal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ This tutorial walks you through configuration of a sample [transformation in a w
1010

1111
Workspace transformations are stored together in a single [data collection rule (DCR)](../essentials/data-collection-rule-overview.md) for the workspace, called the workspace DCR. Each transformation is associated with a particular table. The transformation will be applied to all data sent to this table from any workflow not using a DCR.
1212

13-
[!INCLUDE [Sign up for preview](../../../includes/azure-monitor-custom-logs-signup.md)]
14-
1513
> [!NOTE]
1614
> This tutorial uses the Azure portal to configure a workspace transformation. See [Tutorial: Add transformation in workspace data collection rule to Azure Monitor using resource manager templates (preview)](tutorial-workspace-transformations-api.md) for the same tutorial using resource manager templates and REST API.
1715

0 commit comments

Comments
 (0)