Skip to content

Commit c4dac55

Browse files
authored
Merge pull request #274268 from MicrosoftDocs/main
5/03/2024 PM Publish
2 parents f7a7d84 + a17dfa6 commit c4dac55

File tree

100 files changed

+3036
-910
lines changed

Some content is hidden

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

100 files changed

+3036
-910
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4004,6 +4004,11 @@
40044004
"source_path_from_root":"/articles/service-connector/quickstart-cli-aks-connection.md",
40054005
"redirect_url":"/azure/service-connector/quickstart-portal-aks-connection",
40064006
"redirect_document_id":false
4007-
}
4007+
},
4008+
{
4009+
"source_path_from_root":"/articles/aks/generation-2-vm-windows.md",
4010+
"redirect_url":"/azure/aks/generation-2-vm",
4011+
"redirect_document_id":false
4012+
}
40084013
]
40094014
}

.openpublishing.redirection.operator-5g-core.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"redirect_document_id": false
1717
},
1818
{
19-
"source_path_from_root": "/articles/operator-5g-core/how-to-complete-prerequisites-deploy-azure-kubernetes-service.md",
20-
"redirect_url": "/azure/operator-5g-core/quickstart-complete-prerequisites-deploy-azure-kubernetes-service",
19+
"source_path_from_root": "/articles/operator-5g-core/quickstart-complete-prerequisites-deploy-azure-kubernetes-service.md",
20+
"redirect_url": "/azure/operator-5g-core/quickstart-complete-prerequisites-deploy-nexus-azure-kubernetes-service",
2121
"redirect_document_id": false
2222
},
2323
{
@@ -49,6 +49,11 @@
4949
"source_path_from_root": "/articles/operator-5g-core/quickstart-perform-checks-post-deployment.md",
5050
"redirect_url": "/azure/operator-5g-core/quickstart-configure-extension-for-status-monitoring",
5151
"redirect_document_id": false
52+
},
53+
{
54+
"source_path_from_root": "/articles/operator-5g-core/how-to-complete-prerequisites-deploy-azure-kubernetes-service.md",
55+
"redirect_url": "/azure/operator-5g-core/quickstart-complete-prerequisites-deploy-azure-kubernetes-service",
56+
"redirect_document_id": false
5257
}
5358
]
5459
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ This table doesn't include fine-tuning regional availability, consult the dedica
142142

143143
[!INCLUDE [Provisioned](../includes/model-matrix/provisioned-models.md)]
144144

145+
> [!NOTE]
146+
> The provisioned version of `gpt-4` **Version:** `turbo-2024-04-09` is currently limited to text only.
147+
145148
### How do I get access to Provisioned?
146149

147150
You need to speak with your Microsoft sales/account team to acquire provisioned throughput. If you don't have a sales/account team, unfortunately at this time, you cannot purchase provisioned throughput.

articles/ai-services/openai/concepts/provisioned-throughput.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ You need to speak with your Microsoft sales/account team to acquire provisioned
4444

4545
[!INCLUDE [Provisioned](../includes/model-matrix/provisioned-models.md)]
4646

47+
> [!NOTE]
48+
> The provisioned version of `gpt-4` **Version:** `turbo-2024-04-09` is currently limited to text only.
49+
4750
## Key concepts
4851

4952
### Provisioned throughput units

articles/ai-services/openai/includes/gpt-4-turbo.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This is the replacement for the following preview models:
1818
- `gpt-4` **Version:** `0125-Preview`
1919
- `gpt-4` **Version:** `vision-preview`
2020

21-
### Differences between OpenAI and Azure OpenAI GPT-4 Turbo with Vision GA model
21+
### Differences between OpenAI and Azure OpenAI GPT-4 Turbo GA Models
2222

2323
- OpenAI's version of the latest `0409` turbo model supports JSON mode and function calling for all inference requests.
2424
- Azure OpenAI's version of the latest `turbo-2024-04-09` currently doesn't support the use of JSON mode and function calling when making inference requests with image (vision) input. Text based input requests (requests without `image_url` and inline images) do support JSON mode and function calling.
@@ -27,9 +27,13 @@ This is the replacement for the following preview models:
2727

2828
- Azure AI specific Vision enhancements integration with GPT-4 Turbo with Vision aren't supported for `gpt-4` **Version:** `turbo-2024-04-09`. This includes Optical Character Recognition (OCR), object grounding, video prompts, and improved handling of your data with images.
2929

30+
### GPT-4 Turbo provisioned managed availability
31+
32+
- `gpt-4` **Version:** `turbo-2024-04-09` is available for both standard and provisioned deployments. Currently the provisioned version of this model **doesn't support image/vision inference requests**. Provisioned deployments of this model only accept text input. Standard model deployments accept both text and image/vision inference requests.
33+
3034
### Region availability
3135

32-
For information on model regional availability consult the [model matrix](../concepts/models.md#gpt-4-and-gpt-4-turbo-model-availability).
36+
For information on model regional availability consult the model matrix for [standard](../concepts/models.md#gpt-4-and-gpt-4-turbo-model-availability), and [provisioned deployments](../concepts/models.md#provisioned-deployment-model-availability).
3337

3438
### Deploying GPT-4 Turbo with Vision GA
3539

articles/ai-services/openai/includes/model-matrix/provisioned-models.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ ms.topic: include
88
ms.date: 04/29/2024
99
---
1010

11-
| **Region** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** |
12-
|:-------------------|:-------------------:|:---------------------------:|:---------------------------:|:-----------------------:|:--------------------------:|:--------------------------:|
13-
| australiaeast |||| |||
14-
| brazilsouth ||| - | || - |
15-
| canadacentral || - | - | | - ||
16-
| canadaeast ||| - | - || - |
17-
| eastus |||| |||
18-
| eastus2 |||| |||
19-
| francecentral |||| | - ||
20-
| germanywestcentral |||| || - |
21-
| japaneast | - ||| - | - ||
22-
| koreacentral || - | - | || - |
23-
| northcentralus |||| |||
24-
| norwayeast || - || | - | - |
25-
| polandcentral |||| |||
26-
| southafricanorth ||| - | || - |
27-
| southcentralus |||| |||
28-
| southindia |||| |||
29-
| swedencentral |||| |||
30-
| switzerlandnorth |||| |||
31-
| switzerlandwest | - | - | - | - | - ||
32-
| uksouth |||| |||
33-
| westus |||| |||
34-
| westus3 |||||||
11+
| **Region** | **gpt-4**, **0613** | **gpt-4**, **1106-Preview** | **gpt-4**, **0125-Preview** | **gpt-4**, **turbo-2024-04-09** | **gpt-4-32k**, **0613** | **gpt-35-turbo**, **1106** | **gpt-35-turbo**, **0125** |
12+
|:-------------------|:-------------------:|:---------------------------:|:---------------------------:|:-----------------------:|:-----------------------:|:--------------------------:|:--------------------------:|
13+
| australiaeast ||| | - | |||
14+
| brazilsouth ||| - | - | || - |
15+
| canadacentral || - | - | - | | - ||
16+
| canadaeast ||| - | - | - || - |
17+
| eastus ||| | - | |||
18+
| eastus2 ||| | - | |||
19+
| francecentral ||| | - | | - ||
20+
| germanywestcentral ||| | - | || - |
21+
| japaneast | - || | - | - | - ||
22+
| koreacentral || - | - | - | || - |
23+
| northcentralus ||| | - | |||
24+
| norwayeast || - | | - | | - | - |
25+
| polandcentral ||| | - | |||
26+
| southafricanorth ||| - | - | || - |
27+
| southcentralus ||| | - | |||
28+
| southindia ||| | - | |||
29+
| swedencentral ||| | - | |||
30+
| switzerlandnorth ||| | - | |||
31+
| switzerlandwest | - | - | - | - | - | - ||
32+
| uksouth ||| | - | |||
33+
| westus ||| | - | |||
34+
| westus3 ||| | | |||

0 commit comments

Comments
 (0)