Skip to content

Commit e7c5c16

Browse files
authored
Merge pull request #283766 from MicrosoftDocs/main
8/6/2024 PM Publish
2 parents c2097a0 + 69edbba commit e7c5c16

File tree

21 files changed

+304
-468
lines changed

21 files changed

+304
-468
lines changed

articles/ai-services/openai/faq.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
manager: nitinme
88
ms.service: azure-ai-openai
99
ms.topic: faq
10-
ms.date: 06/12/2024
10+
ms.date: 08/06/2024
1111
ms.author: mbullwin
1212
author: mrbullwinkle
1313
title: Azure OpenAI Service frequently asked questions
@@ -22,6 +22,10 @@ sections:
2222
Azure OpenAI doesn't use customer data to retrain models. For more information, see the [Azure OpenAI data, privacy, and security guide](/legal/cognitive-services/openai/data-privacy?context=/azure/ai-services/openai/context/context).
2323
- name: General
2424
questions:
25+
- question: |
26+
Does Azure OpenAI support custom API headers? We append additional custom headers to our API requests and are seeing failures occur.
27+
answer: |
28+
Azure OpenAI currently only supports a maximum of 10 custom API headers.
2529
- question: |
2630
Does Azure OpenAI work with the latest Python library released by OpenAI (version>=1.0)?
2731
answer: |

articles/ai-services/openai/quotas-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following sections provide you with a quick guide to the default quotas and
4848
| Assistants token limit | 2,000,000 token limit |
4949
| GPT-4o max images per request (# of images in the messages array/conversation history) | 10 |
5050
| GPT-4 `vision-preview` & GPT-4 `turbo-2024-04-09` default max tokens | 16 <br><br> Increase the `max_tokens` parameter value to avoid truncated responses. GPT-4o max tokens defaults to 4096. |
51-
| Max number of customer headers in API requests | 10 |
51+
| Max number of custom headers in API requests | 10 |
5252

5353
## Regional quota limits
5454

articles/application-gateway/application-gateway-end-to-end-ssl-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ All configuration items are set before creating the application gateway. The fol
130130
3. Configure the backend IP address pool with the IP addresses of the backend web servers. These IP addresses are the IP addresses that receive the network traffic that comes from the frontend IP endpoint. Replace the IP addresses in the sample with your own application IP address endpoints.
131131

132132
```powershell
133-
$pool = New-AzApplicationGatewayBackendAddressPool -Name 'pool01' -BackendIPAddresses 1.1.1.1, 2.2.2.2, 3.3.3.3
133+
$pool = New-AzApplicationGatewayBackendAddressPool -Name 'pool01' -BackendIPAddresses 203.0.113.1, 203.0.113.2, 203.0.113.3
134134
```
135135

136136
> [!NOTE]

articles/application-gateway/for-containers/quickstart-create-application-gateway-for-containers-byo-deployment.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ ALB_SUBNET_ID=$(az network vnet subnet list --resource-group $VNET_RESOURCE_GROU
8787
echo $ALB_SUBNET_ID
8888
```
8989

90+
> [!NOTE]
91+
> The NSG for the delegated subnet can only use the default rules for incoming traffic. For example: AllowVNetInBound, AllowAzureLoadBalancerInBound, and DenyAllInbound. No other incoming NSG rule is supported.
92+
9093
### Delegate permissions to managed identity
9194

9295
ALB Controller needs the ability to provision new Application Gateway for Containers resources and join the subnet intended for the Application Gateway for Containers association resource.

articles/azure-monitor/agents/azure-monitor-agent-mma-removal-tool.md

Lines changed: 218 additions & 427 deletions
Large diffs are not rendered by default.

articles/azure-monitor/profiler/profiler-troubleshooting.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,28 @@ Search for trace messages and custom events sent by Profiler to your Application
7474

7575
If no records are displayed, Profiler isn't running or took too long to respond. Make sure [Profiler is enabled on your Azure service](./profiler.md).
7676

77+
## Profiler is on, but no traces captured
78+
79+
Even when the Profiler is enabled, it may not capture or upload traces, especially in these situations:
80+
81+
1. **No incoming requests to your application:**
82+
You can manually invoke your application or create an [availability test](../app/availability.md), or a [load test](../../load-testing/overview-what-is-azure-load-testing.md).
83+
84+
1. **No incoming telemetry acknowledged by Application Insights:**
85+
- If there is traffic coming to your application: validate that there are incoming requests showing in Application Insights [Live Metrics](../app/live-stream.md).
86+
- If the `Incoming Requests` charts are empty (no data or showing zero): [troubleshoot Application Insights](/troubleshoot/azure/azure-monitor/app-insights/telemetry/asp-net-troubleshoot-no-data).
87+
- If you are hosting your .NET application on Azure App Service: [try the App Service .NET troubleshooting steps](../app/azure-web-apps-net.md#troubleshooting).
88+
89+
1. **Profiler setting for Sampling is turned off:**
90+
If still no profiler traces are available, check the Profiler Sampling setting.
91+
1. Open **Application Insights** > **Performance** blade.
92+
1. Click on **Profiler**.
93+
1. Click on the **Triggers** button.
94+
1. In the Trigger Settings, ensure the **Sampling** toggle is on.
95+
96+
1. **Still no traces uploaded?**
97+
[Create a support request](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview?DMC=troubleshoot), or ask [Azure community support](/answers/products/azure?product=all). You can also submit product feedback to [Azure feedback community](https://feedback.azure.com/d365community).
98+
7799
## Double counting in parallel threads
78100

79101
When two or more parallel threads are associated with a request, the total time metric in the stack viewer might be more than the duration of the request. In that case, the total thread time is more than the actual elapsed time.

articles/communication-services/how-tos/calling-sdk/includes/reactions/reactions-web.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ ms.author: jacadd
88
[!INCLUDE [Install SDK](../install-sdk/install-sdk-web.md)]
99

1010
## Send or receive a reaction from other participants
11-
> [!NOTE]
12-
> This API is provided as a preview for developers and may change based on feedback that we receive. To use this api please use 'beta' release of Azure Communication Services Calling Web SDK version 1.18.1 or higher
1311

1412
Within Azure Communication Services you can send and receive reactions when on a group call:
1513
- Like :::image type="icon" source="media/reaction-like.png":::

articles/communication-services/how-tos/calling-sdk/reactions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ ms.custom: template-how-to
1515
# Reactions
1616
In this article, you learn how to implement the reactions capability with Azure Communication Services Calling SDKs. This capability allows users in a group call or meeting to send and receive reactions with participants in Azure Communication Services and Microsoft Teams. Reactions for users in Microsoft Teams are controlled by the configuration and policy settings in Teams. Additional information is available in [Manage reactions in Teams meetings and webinars](/microsoftteams/manage-reactions-meetings) and [Meeting options in Microsoft Teams](https://support.microsoft.com/office/meeting-options-in-microsoft-teams-53261366-dbd5-45f9-aae9-a70e6354f88e)
1717

18-
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include-document.md)]
19-
2018
## Prerequisites
2119

2220
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/cosmos-db/nosql/vector-search.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ A few points to note:
147147

148148
- The `diskANN` index is a separate index defined specifically for vectors using [DiskANN](https://www.microsoft.com/research/publication/diskann-fast-accurate-billion-point-nearest-neighbor-search-on-a-single-node/), a suite of high performance vector indexing algorithms developed by Microsoft Research. DiskANN indexes can offer some of the lowest latency, highest throughput, and lowest RU cost queries, while still maintaining high accuracy. However, since DiskANN is an approximate nearest neighbors (ANN) index, the accuracy can be lower than `quantizedFlat` or `flat`. DiskANN is available in early gated-preview and requires filling out [this form](https://aka.ms/DiskANNSignUp).
149149

150+
> [!IMPORTANT]
151+
> During early preview, vector indexes can't be modified once created. Instead, you'll have to create a new container with a new vector index policy, if a change is needed.
152+
150153
Here are examples of valid vector index policies:
151154

152155
```json

articles/iot-operations/troubleshoot/known-issues.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ kubectl delete pod aio-opc-opc.tcp-1-f95d76c54-w9v9c -n azure-iot-operations
113113

114114
## Dataflows
115115

116+
- Sending data to ADX, ADLSv2, and Fabric OneLake are not available in Azure IoT Operations version 0.6.x. Support for these endpoints will be added back in an upcoming preview release.
117+
116118
- By default, dataflows don't send MQTT message user properties to Kafka destinations. These user properties include values such as `subject` that store the name of the asset sending the message. To include user properties in the Kafka message, update the `DataflowEndpoint` configuration to include: `copyMqttProperties: enabled`. For example:
117119
118120
```yaml

0 commit comments

Comments
 (0)