Skip to content

Commit 0c91b71

Browse files
committed
Merge branch 'main' into release-postgres-flexible
2 parents 53d5c2b + c0adc7a commit 0c91b71

File tree

78 files changed

+1204
-816
lines changed

Some content is hidden

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

78 files changed

+1204
-816
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md))" "includes/"]}
2+
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md|.*policy/samples/|.*resource-graph/samples/))" "(?i)includes/(?:(?!policy/reference/|policy/standards/))"]}

articles/ai-services/computer-vision/concept-background-removal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ This feature provides two possible outputs based on the customer's needs:
2727

2828
This service is currently in preview, and the API may change in the future.
2929

30+
> [!IMPORTANT]
31+
> Background removal is only available in the following Azure regions: East US, France Central, Korea Central, North Europe, Southeast Asia, West Europe, West US.
32+
3033
## Background removal examples
3134

3235
The following example images illustrate what the Image Analysis service returns when removing the background of an image and creating an alpha matte.

articles/ai-services/computer-vision/how-to/model-customization.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ To train a model with your own dataset, the dataset should be arranged in the CO
7676

7777
### Dataset annotation format
7878

79-
Image Analysis uses the COCO file format for indexing/organizing the training images and their annotations. Below are examples and explanations of what specific format is needed for multiclass classification and object detection.
79+
Image Analysis uses the COCO file format for indexing/organizing the training images and their annotations. Below are examples and explanations of what specific format is needed for classification and object detection.
8080

8181
Image Analysis model customization for classification is different from other kinds of vision training, as we utilize your class names, as well as image data, in training. So, be sure provide meaningful category names in the annotations.
8282

@@ -260,9 +260,7 @@ You need to upload your training images to an Azure Blob Storage container. Go t
260260

261261
To train a custom model, you need to associate it with a **Dataset** where you provide images and their label information as training data. In Vision Studio, select the **Datasets** tab to view your datasets.
262262

263-
To create a new dataset, select **add new dataset**. Enter a name and select a dataset type: If you'd like to do image classification, select `Multi-class image classification`. If you'd like to do object detection, select `Object detection`.
264-
265-
263+
To create a new dataset, select **add new dataset**. In the popup window, enter a name and select a dataset type for your use case. **Image classification** models apply content labels to the entire image, while **Object detection** models apply object labels to specific locations in the image. **Product recognition** models are a subcategory of object detection models that are optimized for detecting retail products.
266264

267265
![Choose Blob Storage]( ../media/customization/create-dataset.png)
268266

-114 KB
Loading

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Despite these precautions, models remain susceptible to adversarial inputs that
2323

2424
## What is a jailbreak attack?
2525

26-
A jailbreak attack, also known as a User Prompt Injection Attack (UPIA), is an intentional attempt by a user to exploit the vulnerabilities of an LLM-powered system, bypass its safety mechanisms, and provoke restricted behaviors. These attacks can lead to the LLM generating inappropriate content or performing actions restricted by System Prompt or RHLF.
26+
A jailbreak attack, also known as a User Prompt Injection Attack (UPIA), is an intentional attempt by a user to exploit the vulnerabilities of an LLM-powered system, bypass its safety mechanisms, and provoke restricted behaviors. These attacks can lead to the LLM generating inappropriate content or performing actions restricted by System Prompt or RLHF(Reinforcement Learning with Human Feedback).
2727

2828
Most generative AI models are prompt-based: the user interacts with the model by entering a text prompt, to which the model responds with a completion.
2929

articles/ai-services/openai/includes/gpt-v-rest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,10 @@ The **object grounding** integration brings a new layer to data analysis and use
136136
"dataSources": [
137137
{
138138
"type": "AzureComputerVision",
139-
"endpoint": " <your_computer_vision_endpoint> ",
140-
"key": "<your_computer_vision_key>",
141-
"indexName": "test-products"
139+
"parameters": {
140+
"endpoint": "<your_computer_vision_endpoint>",
141+
"key": "<your_computer_vision_key>"
142+
}
142143
}],
143144
"messages": [
144145
{ "role": "system", "content": "You are a helpful assistant." },

articles/azure-arc/servers/agent-release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Download for [Windows](https://download.microsoft.com/download/f/6/4/f64c574f-d3
3434
- Agent installation and upgrades apply more restrictive permissions to the agent's data directories on Windows
3535
- Improved reliability when detecting Azure Stack HCI as a cloud provider
3636
- Removed the log zipping feature introduced in version 1.37 for extension manager and machine configuration agent logs. Log files will still be rotated automatically.
37+
- Resolved [Azure Connected Machine Agent Elevation of Privilege Vulnerability](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2023-35624)
3738

3839
## Version 1.36 - November 2023
3940

articles/azure-cache-for-redis/cache-how-to-premium-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ There are eight inbound port range requirements. Inbound requests in these range
154154
| 6379, 6380 |Inbound |TCP |Client communication to Redis, Azure load balancing | (Redis subnet) | (Redis subnet), (Client subnet), AzureLoadBalancer <sup>1</sup> |
155155
| 8443 |Inbound |TCP |Internal communications for Redis | (Redis subnet) |(Redis subnet) |
156156
| 8500 |Inbound |TCP/UDP |Azure load balancing | (Redis subnet) | AzureLoadBalancer |
157-
| 10221-10231 |Inbound |TCP |Client communication to Redis Clusters, internal communications for Redis | (Redis subnet) |(Redis subnet), AzureLoadBalancer, (Client subnet) |
157+
| 10221-10231 |Inbound |TCP |Client communication to Redis Clusters, internal communications for Redis | (Redis subnet) |(Redis subnet), (Client subnet), AzureLoadBalancer |
158158
| 13000-13999 |Inbound |TCP |Client communication to Redis Clusters, Azure load balancing | (Redis subnet) | (Redis subnet), (Client subnet), AzureLoadBalancer |
159159
| 15000-15999 |Inbound |TCP |Client communication to Redis Clusters, Azure load balancing, and geo-replication | (Redis subnet) | (Redis subnet), (Client subnet), AzureLoadBalancer, (Geo-replica peer subnet) |
160160
| 16001 |Inbound |TCP/UDP |Azure load balancing | (Redis subnet) | AzureLoadBalancer |

articles/azure-portal/supportability/how-to-create-azure-support-request.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create an Azure support request
33
description: Customers who need assistance can use the Azure portal to find self-service solutions and to create and manage support requests.
44
ms.topic: how-to
55
ms.custom: support-help-page
6-
ms.date: 12/07/2023
6+
ms.date: 12/18/2023
77
---
88

99
# Create an Azure support request
@@ -20,42 +20,46 @@ Azure provides unlimited support for subscription management, which includes bil
2020

2121
## Getting started
2222

23-
You can get to **Help + support** in the Azure portal. It's available from the Azure portal menu, the global header, or the resource menu for a service. Before you can file a support request, you must have appropriate permissions.
23+
You can open support requests in the Azure portal from the Azure portal menu, the global header, or the resource menu for a service. Before you can file a support request, you must have appropriate permissions.
2424

2525
### Azure role-based access control
2626

27-
You must have the appropriate access to a subscription before you can create a support request for it. This means you must have the [Owner](../../role-based-access-control/built-in-roles.md#owner), [Contributor](../../role-based-access-control/built-in-roles.md#contributor), or [Support Request Contributor](../../role-based-access-control/built-in-roles.md#support-request-contributor) role, or a custom role with [Microsoft.Support/*](../../role-based-access-control/resource-provider-operations.md#microsoftsupport), at the subscription level.
27+
You must have the appropriate access to a subscription in order to create a support request for it. This means you must have the [Owner](../../role-based-access-control/built-in-roles.md#owner), [Contributor](../../role-based-access-control/built-in-roles.md#contributor), or [Support Request Contributor](../../role-based-access-control/built-in-roles.md#support-request-contributor) role, or a custom role with [Microsoft.Support/*](../../role-based-access-control/resource-provider-operations.md#microsoftsupport), at the subscription level.
2828

2929
To create a support request without a subscription, for example a Microsoft Entra scenario, you must be an [Admin](../../active-directory/roles/permissions-reference.md).
3030

3131
> [!IMPORTANT]
3232
> If a support request requires investigation into multiple subscriptions, you must have the required access for each subscription involved ([Owner](../../role-based-access-control/built-in-roles.md#owner), [Contributor](../../role-based-access-control/built-in-roles.md#contributor), [Reader](../../role-based-access-control/built-in-roles.md#reader), [Support Request Contributor](../../role-based-access-control/built-in-roles.md#support-request-contributor), or a custom role with the [Microsoft.Support/supportTickets/read](../../role-based-access-control/resource-provider-operations.md#microsoftsupport) permission).
3333
34-
### Go to Help + support from the global header
34+
### Open a support request from the global header
3535

3636
To start a support request from anywhere in the Azure portal:
3737

38-
1. Select the **?** in the global header, then select **Help + support**.
38+
1. Select the **?** in the global header, then enter a few words to describe your issue.
3939

40-
:::image type="content" source="media/how-to-create-azure-support-request/helpandsupportnewlower.png" alt-text="Screenshot of the Help menu in the Azure portal.":::
40+
:::image type="content" source="media/how-to-create-azure-support-request/support-menu-issue.png" alt-text="Screenshot of the Help menu from the global header in the Azure portal.":::
4141

42-
1. Select **Create a support request**.
42+
1. Follow the prompts to share more details about your issue, including the specific resource, if applicable. We'll look for solutions that might help you resolve the issue.
4343

44-
:::image type="content" source="media/how-to-create-azure-support-request/newsupportrequest2lower.png" alt-text="Screenshot of the Help + support page with Create a support request link.":::
44+
If none of the solutions resolve the problem you're having, select **Create a support request**.
4545

46-
### Go to Help + support from a resource menu
46+
:::image type="content" source="media/how-to-create-azure-support-request/header-create-support-request.png" alt-text="Screenshot of the Help menu with Create a support request link.":::
47+
48+
### Open a support request from a resource menu
4749

4850
To start a support request in the context of the resource you're currently working with:
4951

50-
1. From the resource menu, in the **Support + troubleshooting** section, select **New Support Request**.
52+
1. From the resource menu, in the **Help** section, select **Support + Troubleshooting**.
53+
54+
:::image type="content" source="media/how-to-create-azure-support-request/resource-context-support.png" alt-text="Screenshot of the New Support Request option in the resource pane.":::
5155

52-
:::image type="content" source="media/how-to-create-azure-support-request/incontext2lower.png" alt-text="Screenshot of the New Support Request option in the resource pane.":::
56+
1. Follow the prompts to share more details about your issue. Some options may be preselected for you, based on the resource you were viewing when you selected **Support + Troubleshooting**. We'll look for solutions that might help you resolve the issue.
5357

54-
When you start the support request process from a resource, some options are preselected for you, based on that resource.
58+
If none of the solutions resolve the problem you're having, select **Create a support request**.
5559

5660
## Create a support request
5761

58-
After you create a new support request, you'll need to provide some information to help us understand the problem. This information is gathered in a few separate sections.
62+
When you create a new support request, you'll need to provide some information to help us understand the problem. This information is gathered in a few separate sections.
5963

6064
### Problem description
6165

@@ -66,13 +70,13 @@ The first step of the support request process is to select an issue type. You'll
6670
>
6771
> If the issue applies to multiple subscriptions, you can mention additional subscriptions in your description, or by [sending a message](how-to-manage-azure-support-request.md#send-a-message) later. However, the support engineer will only be able to work on [subscriptions to which you have access](#azure-role-based-access-control). If you don't have the required access for a subscription, we won't be able to work on it as part of your request.
6872
69-
:::image type="content" source="media/how-to-create-azure-support-request/basics2lower.png" alt-text="Screenshot of the Problem description step of the support request process.":::
73+
:::image type="content" source="media/how-to-create-azure-support-request/support-request-problem-description.png" alt-text="Screenshot of the Problem description step of the support request process.":::
7074

7175
After you provide all of the requested information, select **Next**.
7276

7377
### Recommended solution
7478

75-
Based on the information you provided, we provide some recommended solutions that you can use to try and resolve the problem. In some cases, we may even run a quick diagnostic check. These solutions are written by Azure engineers and will solve most common problems.
79+
Based on the information you provided, we provide some recommended solutions that might be able to fix the problem. In some cases, we may even run a quick diagnostic check. These solutions are written by Azure engineers to solve most common problems.
7680

7781
If you're still unable to resolve the issue, continue creating your support request by selecting **Return to support request**, then selecting **Next**.
7882

@@ -88,7 +92,7 @@ Next, we collect more details about the problem. Providing thorough and detailed
8892

8993
1. In the **Support method** section, select the **Severity** level, depending on the business impact. The [maximum available severity level and time to respond](https://azure.microsoft.com/support/plans/response/) depends on your [support plan](https://azure.microsoft.com/support/plans) and the country/region in which you're located, including the timing of business hours in that country/region.
9094

91-
1. Provide your preferred contact method, your availability, and your preferred support language. Confirm that your country/region setting is accurate, as this affects the business hours in which a support engineer can work on your request.
95+
1. Provide your preferred contact method, your availability, and your preferred support language. Confirm that your country/region setting is accurate, as this setting affects the business hours in which a support engineer can work on your request.
9296

9397
1. Complete the **Contact info** section so that we know how to reach you.
9498

12.7 KB
Loading

0 commit comments

Comments
 (0)