Skip to content

Commit 70bdeb5

Browse files
authored
Fix restrict wording (#4940)
* Fix restrict wording * Add redirect for Flex release note
1 parent 8c27c8c commit 70bdeb5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cid-redirects.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3470,6 +3470,7 @@
34703470
"/release-notes-service/welcome": "/release-notes-service",
34713471
"/release-notes-service/2023/11/27/cis-for-aws": "/release-notes-service/2023/12/31/#november-27-2023-apps",
34723472
"/release-notes-service/2042/06/10/manage": "/release-notes-service/2024/12/31",
3473+
"/release-notes-service/2024/03/20/flex/": "/release-notes-service/2024/12/31/#march-20-2024-manage",
34733474
"/Send-Data/Applications-and-Other-Data-Sources/Azure-Audit/02Collect-Logs-for-Azure-Audit-from-Event-Hub": "/docs/integrations/microsoft-azure/audit",
34743475
"/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/",
34753476
"/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",

docs/manage/partitions/data-tiers/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In contrast, debug or other verbose log sources that are only used to troublesho
2929

3030
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. 
3131

32-
For example, if you want to strict access to a partition whose routing expression is:
32+
For example, if you want to restrict access to a partition whose routing expression is:
3333

3434
```
3535
_sourceCategory=staging/*

docs/manage/partitions/flex/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ With Flex Pricing, there is no cost to ingest and index log data, and no require
2828

2929
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.
3030

31-
For example, if you want to strict access to a partition whose routing expression is:
31+
For example, if you want to restrict access to a partition whose routing expression is:
3232

3333
```
3434
_sourceCategory=staging/*

0 commit comments

Comments
 (0)