Skip to content

Commit b0f9ed7

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into RIUSpokeVM
2 parents e5afaa7 + cddae20 commit b0f9ed7

File tree

129 files changed

+359
-356
lines changed

Some content is hidden

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

129 files changed

+359
-356
lines changed

articles/ai-services/content-safety/concepts/jailbreak-detection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Previously called **Jailbreak risk detection**, this shield targets User Prompt
2424

2525
### Prompt Shields for Documents
2626

27-
This shield aims to safeguard against attacks that use information not directly supplied by the user or developer, such as external documents or images. Attackers might embed hidden instructions in these materials in order to gain unauthorized control over the LLM session.
27+
This shield aims to safeguard against attacks that use information not directly supplied by the user or developer, such as external documents. Attackers might embed hidden instructions in these materials in order to gain unauthorized control over the LLM session.
2828

2929
## Types of input attacks
3030

articles/ai-services/content-safety/quickstart-groundedness.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The JSON objects in the output are defined here:
156156
157157
| Name | Description | Type |
158158
| :------------------ | :----------- | ------- |
159-
| **ungrounded** | Indicates whether the text exhibits ungroundedness. | Boolean |
159+
| **ungroundedDetected** | Indicates whether the text exhibits ungroundedness. | Boolean |
160160
| **confidenceScore** | The confidence value of the _ungrounded_ designation. The score ranges from 0 to 1. | Float |
161161
| **ungroundedPercentage** | Specifies the proportion of the text identified as ungrounded, expressed as a number between 0 and 1, where 0 indicates no ungrounded content and 1 indicates entirely ungrounded content.| Float |
162162
| **ungroundedDetails** | Provides insights into ungrounded content with specific examples and percentages.| Array |
@@ -192,7 +192,7 @@ In your request to the Groundedness detection API, set the `"Reasoning"` body pa
192192
193193
```json
194194
{
195-
"Reasoning": true,
195+
"reasoning": true,
196196
"llmResource": {
197197
"resourceType": "AzureOpenAI",
198198
"azureOpenAIEndpoint": "<your_OpenAI_endpoint>",
@@ -331,7 +331,7 @@ The JSON objects in the output are defined here:
331331
332332
| Name | Description | Type |
333333
| :------------------ | :----------- | ------- |
334-
| **ungrounded** | Indicates whether the text exhibits ungroundedness. | Boolean |
334+
| **ungroundedDetected** | Indicates whether the text exhibits ungroundedness. | Boolean |
335335
| **confidenceScore** | The confidence value of the _ungrounded_ designation. The score ranges from 0 to 1. | Float |
336336
| **ungroundedPercentage** | Specifies the proportion of the text identified as ungrounded, expressed as a number between 0 and 1, where 0 indicates no ungrounded content and 1 indicates entirely ungrounded content.| Float |
337337
| **ungroundedDetails** | Provides insights into ungrounded content with specific examples and percentages.| Array |

articles/azure-arc/resource-bridge/troubleshoot-resource-bridge.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,12 @@ To resolve this problem, delete the resource bridge, register the providers, the
9191
9292
### Expired credentials in the appliance VM
9393

94-
Arc resource bridge consists of an appliance VM that is deployed to the on-premises infrastructure. The appliance VM maintains a connection to the management endpoint of the on-premises infrastructure using locally stored credentials. If these credentials aren't updated, the resource bridge is no longer able to communicate with the management endpoint. This can cause problems when trying to upgrade the resource bridge or manage VMs through Azure.
94+
Arc resource bridge consists of an appliance VM that is deployed to the on-premises infrastructure. The appliance VM maintains a connection to the management endpoint of the on-premises infrastructure using locally stored credentials. If these credentials aren't updated, the resource bridge is no longer able to communicate with the management endpoint. This can cause problems when trying to upgrade the resource bridge or manage VMs through Azure. To fix this, the credentials in the appliance VM need to be updated. For more information, see [Update credentials in the appliance VM](maintenance.md#update-credentials-in-the-appliance-vm).
95+
96+
### Private Link is unsupported
97+
98+
Arc resource bridge doesn'tt support private link. All calls coming from the appliance VM shouldn't be going through your private link setup. The Private Link IPs may conflict with the appliance IP pool range, which isn't configurable on the resource bridge. Arc resource bridge reaches out to [required URLs](network-requirements.md#firewallproxy-url-allowlist) that shouldn't go through a private link connection. You must deploy Arc resource bridge on a separate network segment unrelated to the private link setup.
9599

96-
To fix this, the credentials in the appliance VM need to be updated. For more information, see [Update credentials in the appliance VM](maintenance.md#update-credentials-in-the-appliance-vm).
97100

98101
## Networking issues
99102

articles/postgresql/flexible-server/concepts-storage-extension.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure Storage Extension Preview
3-
description: Azure Storage Extension in Azure Database for PostgreSQL - Flexible Server - Preview.
3+
description: Azure Storage Extension in Azure Database for PostgreSQL - Flexible Server.
44
author: gennadNY
55
ms.author: gennadyk
66
ms.reviewer: maghan
@@ -12,14 +12,13 @@ ms.custom:
1212
ms.topic: conceptual
1313
---
1414

15-
# Azure Database for PostgreSQL - Flexible Server Azure Storage Extension - Preview
15+
# Azure Database for PostgreSQL - Flexible Server Azure Storage Extension
1616

1717
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
1818

19-
A common use case for our customers today is need to be able to import/export between Azure Blob Storage and an Azure Database for PostgreSQL flexible server instance. To simplify this use case, we introduced new **Azure Storage Extension** (azure_storage) in Azure Database for PostgreSQL flexible server, currently available in **Preview**.
19+
A common use case for our customers today is need to be able to import/export between Azure Blob Storage and an Azure Database for PostgreSQL flexible server instance. To simplify this use case, we introduced new **Azure Storage Extension** (azure_storage) in Azure Database for PostgreSQL flexible server.
20+
2021

21-
> [!NOTE]
22-
> Azure Database for PostgreSQL flexible server supports Azure Storage Extension in Preview.
2322

2423
## Azure Blob Storage
2524

includes/policy/reference/bycat/policies-synapse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: davidsmatlak
33
ms.service: azure-policy
44
ms.topic: include
5-
ms.date: 03/18/2024
5+
ms.date: 03/28/2024
66
ms.author: davidsmatlak
77
ms.custom: generated
88
---

includes/policy/reference/bycat/policies-system-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: davidsmatlak
33
ms.service: azure-policy
44
ms.topic: include
5-
ms.date: 03/18/2024
5+
ms.date: 03/28/2024
66
ms.author: davidsmatlak
77
ms.custom: generated
88
---

includes/policy/reference/bycat/policies-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: davidsmatlak
33
ms.service: azure-policy
44
ms.topic: include
5-
ms.date: 03/18/2024
5+
ms.date: 03/28/2024
66
ms.author: davidsmatlak
77
ms.custom: generated
88
---

includes/policy/reference/bycat/policies-trusted-launch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: davidsmatlak
33
ms.service: azure-policy
44
ms.topic: include
5-
ms.date: 03/18/2024
5+
ms.date: 03/28/2024
66
ms.author: davidsmatlak
77
ms.custom: generated
88
---

includes/policy/reference/bycat/policies-virtualenclaves.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: davidsmatlak
33
ms.service: azure-policy
44
ms.topic: include
5-
ms.date: 03/18/2024
5+
ms.date: 03/28/2024
66
ms.author: davidsmatlak
77
ms.custom: generated
88
---

includes/policy/reference/bycat/policies-vm-image-builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: davidsmatlak
33
ms.service: azure-policy
44
ms.topic: include
5-
ms.date: 03/18/2024
5+
ms.date: 03/28/2024
66
ms.author: davidsmatlak
77
ms.custom: generated
88
---

0 commit comments

Comments
 (0)