From 29f0eeeae7d43d6a920da6c8a6f603902df82ade Mon Sep 17 00:00:00 2001 From: Brian Wren Date: Tue, 17 Dec 2024 12:09:06 -0800 Subject: [PATCH 1/4] Private Link fix --- articles/azure-monitor/logs/private-link-configure.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/articles/azure-monitor/logs/private-link-configure.md b/articles/azure-monitor/logs/private-link-configure.md index a203a89409..43c29c6eee 100644 --- a/articles/azure-monitor/logs/private-link-configure.md +++ b/articles/azure-monitor/logs/private-link-configure.md @@ -76,6 +76,8 @@ Once resources are connected to your AMPLS, you can create a private endpoint to > [!NOTE] > If you select **No** and prefer to manage DNS records manually, first finish setting up your private link. Include this private endpoint and the AMPLS configuration then configure your DNS according to the instructions in [Azure private endpoint DNS configuration](/azure/private-link/private-endpoint-dns). Make sure not to create empty records as preparation for your private link setup. The DNS records you create can override existing settings and affect your connectivity with Azure Monitor. + > + > Whether you select **Yes** or **No** and you're using your own custom DNS servers, you need to set up conditional forwarders for the Public DNS zone forwarders mentioned in [Azure private endpoint DNS configuration](/azure/private-link/private-endpoint-dns). The conditional forwarders need to forward the DNS queries to [Azure DNS](/azure/virtual-network/what-is-ip-address-168-63-129-16). :::image type="content" source="./media/private-link-security/create-private-endpoint-dns.png" alt-text="Screenshot that shows the Create a private endpoint page in the Azure portal with the DNS tab selected." lightbox="./media/private-link-security/create-private-endpoint-dns.png"::: From 80e36f1bc72d4c794d4382444a8c2f8db036a959 Mon Sep 17 00:00:00 2001 From: Dale Koetke Date: Tue, 17 Dec 2024 12:13:17 -0800 Subject: [PATCH 2/4] Learn Editor: Update cost-logs.md --- articles/azure-monitor/logs/cost-logs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/articles/azure-monitor/logs/cost-logs.md b/articles/azure-monitor/logs/cost-logs.md index dbf4487f7e..c80bf7b10d 100644 --- a/articles/azure-monitor/logs/cost-logs.md +++ b/articles/azure-monitor/logs/cost-logs.md @@ -107,10 +107,12 @@ For more information on how to create a dedicated cluster and specify its billin ## Basic and Auxiliary table plans -You can configure certain tables in a Log Analytics workspace to use [Basic and Auxiliary table plans](logs-table-plans.md). Data in these tables has a significantly reduced ingestion charge. There's a charge to query data in these tables. +You can configure certain tables in a Log Analytics workspace to use [Basic and Auxiliary table plans](logs-table-plans.md). Data in these tables has a significantly reduced ingestion charge. There's a charge to interactively query data in these tables (unlike tables which are in the Analytics table plan). The charge for querying data in Basic and Auxiliary tables is based on the GB of data scanned in performing the search. +Charges for other features such as [long-term data retention](#log-data-retention) and [search jobs](#search-jobs) are the same for all table plans (Analytics, Basic and Auxiliary). + For more information about the Basic and Auxiliary table plans, see [Azure Monitor Logs overview: Table plans](data-platform-logs.md#table-plans). ## Log data retention From c580ed0893cfab33f62cb6a0e3ba05235c2f9dc8 Mon Sep 17 00:00:00 2001 From: Dale Koetke Date: Tue, 17 Dec 2024 12:13:37 -0800 Subject: [PATCH 3/4] Learn Editor: Update cost-logs.md From 0eba1e28b388b5086bfed6da865aa8215d08b231 Mon Sep 17 00:00:00 2001 From: nikhilkaul-msft <128752887+nikhilkaul-msft@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:25:06 -0800 Subject: [PATCH 4/4] Update chaos-studio-fault-library.md Added limitation to network disconnect (via Firewall) fault --- articles/chaos-studio/chaos-studio-fault-library.md | 1 + 1 file changed, 1 insertion(+) diff --git a/articles/chaos-studio/chaos-studio-fault-library.md b/articles/chaos-studio/chaos-studio-fault-library.md index 5b33aaad2d..f303e83a86 100644 --- a/articles/chaos-studio/chaos-studio-fault-library.md +++ b/articles/chaos-studio/chaos-studio-fault-library.md @@ -274,6 +274,7 @@ The parameters **destinationFilters** and **inboundDestinationFilters** use the * The agent-based network faults currently only support IPv4 addresses. * This fault currently only affects new connections. Existing active connections are unaffected. You can restart the service or process to force connections to break. +* This fault only affects **outbound** traffic at this time. ### Network Latency