Skip to content

Commit 3964377

Browse files
authored
Merge pull request #286367 from MicrosoftDocs/main
Publish to live, Monday 4 AM PST, 9/9
2 parents c383cd7 + 5c1fdad commit 3964377

File tree

265 files changed

+718
-436
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

265 files changed

+718
-436
lines changed

articles/azure-app-configuration/howto-import-export-data.md

Lines changed: 90 additions & 80 deletions
Large diffs are not rendered by default.
1010 KB
Loading
913 KB
Loading
20.2 KB
Loading
993 KB
Loading
856 KB
Loading
-15.8 KB
Loading

articles/azure-monitor/alerts/alerts-create-log-alert-rule.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
4747
- Log search alert rule queries support [ago()](/azure/data-explorer/kusto/query/ago-function) with [timespan literals](/azure/data-explorer/kusto/query/scalar-data-types/timespan#timespan-literals) only.
4848
- `AggregatedValue` is a reserved word. You can't use it in the query on log search alert rules.
4949
- The combined size of all data in the properties of the log search alert rules can't exceed 64 KB.
50+
- When defining custom functions in the KQL query for log search alerts, it is important to be cautious with function code that includes relative time clauses (e.g., now()). Custom functions with relative time clauses that are not defined within the log search alert KQL query itself can introduce inconsistencies in query results, potentially impacting the accuracy and reliability of alert evaluations. Therefore:
51+
- To ensure accurate and timely alerting, always define relative time clauses directly within the log search alert KQL query.
52+
- If time ranges are needed inside the function, they should be passed as parameters and used in the function.
5053

5154
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-log-rule-query-pane.png" alt-text="Screenshot that shows the query pane during the creation of a new log search alert rule.":::
5255

articles/azure-signalr/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
href: signalr-quickstart-rest-api.md
3232
- name: Tutorials
3333
items:
34+
- name: Build a group chat app with OpenAI
35+
href: signalr-tutorial-group-chat-with-openai.md
3436
- name: Build a serverless real-time app with authentication
3537
href: signalr-tutorial-authenticate-azure-functions.md
3638
- name: Build a Blazor Server chat app
129 KB
Loading

0 commit comments

Comments
 (0)