From e19b07b3bd92886b110c98c418c5a2ab6a7c86d6 Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Wed, 8 Jan 2025 09:17:17 -0600 Subject: [PATCH 1/2] Fix restrict wording --- docs/manage/partitions/data-tiers/faq.md | 2 +- docs/manage/partitions/flex/faq.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manage/partitions/data-tiers/faq.md b/docs/manage/partitions/data-tiers/faq.md index e20d74a91e..60ae6f6ceb 100644 --- a/docs/manage/partitions/data-tiers/faq.md +++ b/docs/manage/partitions/data-tiers/faq.md @@ -29,7 +29,7 @@ In contrast, debug or other verbose log sources that are only used to troublesho You can use [Role-Based Access Control (RBAC)](/docs/manage/users-roles/roles/role-based-access-control) to restrict access to partitions in the Infrequent or Frequent Tiers. Although you can’t use a role search filter to restrict access to a partition by name, you can filter by the metadata that forms the routing expression for a partition.  -For example, if you want to strict access to a partition whose routing expression is: +For example, if you want to restrict access to a partition whose routing expression is: ``` _sourceCategory=staging/* diff --git a/docs/manage/partitions/flex/faq.md b/docs/manage/partitions/flex/faq.md index c524d8430a..3515767f12 100644 --- a/docs/manage/partitions/flex/faq.md +++ b/docs/manage/partitions/flex/faq.md @@ -28,7 +28,7 @@ With Flex Pricing, there is no cost to ingest and index log data, and no require Yes, you can use [Role-Based Access Control (RBAC)](/docs/manage/users-roles/roles/role-based-access-control) to restrict access to partitions in Flex. Although you can’t use a role search filter to restrict access to a partition by name, you can filter by the metadata that forms the routing expression for a partition. -For example, if you want to strict access to a partition whose routing expression is: +For example, if you want to restrict access to a partition whose routing expression is: ``` _sourceCategory=staging/* From 72b183bbb85b0de4c00a000b6419c8a9c4b2613b Mon Sep 17 00:00:00 2001 From: John Pipkin Date: Wed, 8 Jan 2025 12:43:04 -0600 Subject: [PATCH 2/2] Add redirect for Flex release note --- cid-redirects.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cid-redirects.json b/cid-redirects.json index be34be25e0..7a8032ca41 100644 --- a/cid-redirects.json +++ b/cid-redirects.json @@ -3470,6 +3470,7 @@ "/release-notes-service/welcome": "/release-notes-service", "/release-notes-service/2023/11/27/cis-for-aws": "/release-notes-service/2023/12/31/#november-27-2023-apps", "/release-notes-service/2042/06/10/manage": "/release-notes-service/2024/12/31", + "/release-notes-service/2024/03/20/flex/": "/release-notes-service/2024/12/31/#march-20-2024-manage", "/Send-Data/Applications-and-Other-Data-Sources/Azure-Audit/02Collect-Logs-for-Azure-Audit-from-Event-Hub": "/docs/integrations/microsoft-azure/audit", "/Send-Data/Collect-from-Other-Data-Sources/Azure_Monitoring/Collect_Logs_from_Azure_Monitor": "/docs/send-data/collect-from-other-data-sources/azure-monitoring/ms-azure-event-hubs-source/", "/Send-Data/Collect-from-Other-Data-Sources/Azure_Monitoring/Collect_Metrics_from_Azure_Monitor": "/docs/send-data/collect-from-other-data-sources/azure-monitoring/collect-metrics-azure-monitor",