Skip to content

Commit ef4f109

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into tamram24-0215
2 parents 02a3d74 + 16ea0ce commit ef4f109

File tree

343 files changed

+7246
-6122
lines changed

Some content is hidden

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

343 files changed

+7246
-6122
lines changed

articles/active-directory-b2c/custom-domain.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Enable Azure AD B2C custom domains
2+
title: Enable custom domains in Azure Active Directory B2C
33
titleSuffix: Azure AD B2C
4-
description: Learn how to enable custom domains in your redirect URLs for Azure Active Directory B2C.
4+
description: Learn how to enable custom domains in your redirect URLs for Azure Active Directory B2C, so that my users have a seamless experience.
55
author: kengaderdus
66
manager: CelesteDG
77
ms.service: active-directory
88
ms.topic: how-to
9-
ms.date: 01/26/2024
9+
ms.date: 02/14/2024
1010
ms.author: kengaderdus
1111
ms.subservice: B2C
1212
ms.custom: "b2c-support"
@@ -15,7 +15,7 @@ zone_pivot_groups: b2c-policy-type
1515
#Customer intent: As a developer, I want to use my own domain name for the sign-in and sign-up experience, so that my users have a seamless experience.
1616
---
1717

18-
# Enable custom domains for Azure Active Directory B2C
18+
# Enable custom domains in Azure Active Directory B2C
1919

2020
[!INCLUDE [active-directory-b2c-choose-user-flow-or-custom-policy](../../includes/active-directory-b2c-choose-user-flow-or-custom-policy.md)]
2121

@@ -52,8 +52,12 @@ When using custom domains, consider the following:
5252

5353
- You can set up multiple custom domains. For the maximum number of supported custom domains, see [Microsoft Entra service limits and restrictions](/entra/identity/users/directory-service-limits-restrictions) for Azure AD B2C and [Azure subscription and service limits, quotas, and constraints](/azure/azure-resource-manager/management/azure-subscription-service-limits#azure-front-door-classic-limits) for Azure Front Door.
5454
- Azure Front Door is a separate Azure service, so extra charges will be incurred. For more information, see [Front Door pricing](https://azure.microsoft.com/pricing/details/frontdoor).
55-
- After you configure custom domains, users will still be able to access the Azure AD B2C default domain name *<tenant-name>.b2clogin.com* (unless you're using a custom policy and you [block access](#optional-block-access-to-the-default-domain-name).
56-
- If you have multiple applications, migrate them all to the custom domain because the browser stores the Azure AD B2C session under the domain name currently being used.
55+
- If you've multiple applications, migrate all oft them to the custom domain because the browser stores the Azure AD B2C session under the domain name currently being used.
56+
- After you configure custom domains, users will still be able to access the Azure AD B2C default domain name *<tenant-name>.b2clogin.com*. You need to block access to the default domain so that attackers can't use it to access your apps or run distributed denial-of-service (DDoS) attacks. [Submit a support ticket](find-help-open-support-ticket.md) to request for the blocking of access to the default domain.
57+
58+
> [!WARNING]
59+
> Don't request blocking of the default domain until your custom domain works properly.
60+
5761

5862
## Prerequisites
5963

14.9 KB
Loading
30.4 KB
Loading
50.4 KB
Loading
39.8 KB
Loading

articles/ai-services/create-account-terraform.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
title: 'Quickstart: Create an Azure AI services resource using Terraform'
33
description: 'In this article, you create an Azure AI services resource using Terraform'
44
keywords: Azure AI services, cognitive solutions, cognitive intelligence, cognitive artificial intelligence
5-
#services: cognitive-services
65
ms.service: azure-ai-services
76
ms.topic: quickstart
87
ms.date: 4/14/2023

articles/ai-services/document-intelligence/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ sections:
426426
- question: |
427427
How can I move my trained models from one environment (like beta) to another (like production)?
428428
answer: |
429-
The Copy API enables this scenario by allowing you to copy custom models from one Document Intelligence account or into others, which can exist in any supported geographical region. Follow [this document](disaster-recovery.md) for detailed instructions. The copy operation is limited to copying models within the specific cloud environment the model was trained in. For instance, copying models from the public cloud to the Azure Government clod isn't supported.
429+
The Copy API enables this scenario by allowing you to copy custom models from one Document Intelligence account or into others, which can exist in any supported geographical region. Follow [this document](disaster-recovery.md) for detailed instructions. The copy operation is limited to copying models within the specific cloud environment the model was trained in. For instance, copying models from the public cloud to the Azure Government cloud isn't supported.
430430
431431
- question: |
432432
Why was I charged for Layout when running custom training?

articles/ai-services/openai/assistants-reference-threads.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads?api-version=2024
6666
## Retrieve thread
6767

6868
```http
69-
GET https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads{thread_id}?api-version=2024-02-15-preview
69+
GET https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-version=2024-02-15-preview
7070
```
7171

7272
Retrieves a thread.
@@ -224,4 +224,4 @@ curl https://YOUR_RESOURCE_NAME.openai.azure.com/openai/threads/{thread_id}?api-
224224
| `id` | string | The identifier, which can be referenced in API endpoints.|
225225
| `object` | string | The object type, which is always thread. |
226226
| `created_at` | integer | The Unix timestamp (in seconds) for when the thread was created. |
227-
| `metadata` | map | Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long. |
227+
| `metadata` | map | Set of 16 key-value pairs that can be attached to an object. This can be useful for storing additional information about the object in a structured format. Keys can be a maximum of 64 characters long and values can be a maximum of 512 characters long. |

articles/ai-services/openai/concepts/advanced-prompt-engineering.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Prompt engineering techniques with Azure OpenAI
33
titleSuffix: Azure OpenAI Service
4-
description: Learn about the options for how to use prompt engineering with GPT-3, GPT-35-Turbo, and GPT-4 models
5-
author: suhridpalsule
4+
description: Learn about the options for how to use prompt engineering with GPT-3, GPT-35-Turbo, and GPT-4 models.
5+
author: mrbullwinkle
66
ms.author: mbullwin
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 04/20/2023
9+
ms.date: 02/16/2024
1010
manager: nitinme
1111
keywords: ChatGPT, GPT-4, prompt engineering, meta prompts, chain of thought
1212
zone_pivot_groups: openai-prompt
@@ -23,7 +23,7 @@ While the principles of prompt engineering can be generalized across many differ
2323

2424
Each API requires input data to be formatted differently, which in turn impacts overall prompt design. The **Chat Completion API** supports the GPT-35-Turbo and GPT-4 models. These models are designed to take input formatted in a [specific chat-like transcript](../how-to/chatgpt.md) stored inside an array of dictionaries.
2525

26-
The **Completion API** supports the older GPT-3 models and has much more flexible input requirements in that it takes a string of text with no specific format rules. Technically the GPT-35-Turbo models can be used with either APIs, but we strongly recommend using the Chat Completion API for these models. To learn more, please consult our [in-depth guide on using these APIs](../how-to/chatgpt.md).
26+
The **Completion API** supports the older GPT-3 models and has much more flexible input requirements in that it takes a string of text with no specific format rules.
2727

2828
The techniques in this guide will teach you strategies for increasing the accuracy and grounding of responses you generate with a Large Language Model (LLM). It is, however, important to remember that even when using prompt engineering effectively you still need to validate the responses the models generate. Just because a carefully crafted prompt worked well for a particular scenario doesn't necessarily mean it will generalize more broadly to certain use cases. Understanding the [limitations of LLMs](/legal/cognitive-services/openai/transparency-note?context=/azure/ai-services/openai/context/context#limitations), is just as important as understanding how to leverage their strengths.
2929

articles/ai-services/openai/concepts/models.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -160,14 +160,6 @@ See [model versions](../concepts/model-versions.md) to learn about how Azure Ope
160160

161161
**<sup>1</sup>** This model will accept requests > 4,096 tokens. It is not recommended to exceed the 4,096 input token limit as the newer version of the model are capped at 4,096 tokens. If you encounter issues when exceeding 4,096 input tokens with this model this configuration is not officially supported.
162162

163-
#### Azure Government regions
164-
165-
The following GPT-3 models are available with [Azure Government](/azure/azure-government/documentation-government-welcome):
166-
167-
|Model ID | Model Availability |
168-
|--|--|
169-
|`gpt-35-turbo` (1106) |US Gov Virginia<br>US Gov Arizona |
170-
171163
### Embeddings models
172164

173165
These models can only be used with Embedding API requests.

0 commit comments

Comments
 (0)