Skip to content

Commit 5c499bb

Browse files
authored
Merge pull request #281568 from MicrosoftDocs/main
7/23/2024 AM Publish
2 parents 60dcaf1 + 3483ccc commit 5c499bb

File tree

117 files changed

+521
-428
lines changed

Some content is hidden

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

117 files changed

+521
-428
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,6 +1604,11 @@
16041604
"redirect_url": "/azure/vpn-gateway/tutorial-create-gateway-portal",
16051605
"redirect_document_id": false
16061606
},
1607+
{
1608+
"source_path_from_root": "/articles/vpn-gateway/create-routebased-vpn-gateway-powershell.md",
1609+
"redirect_url": "/azure/vpn-gateway/create-gateway-powershell",
1610+
"redirect_document_id": false
1611+
},
16071612
{
16081613
"source_path_from_root": "/articles/vpn-gateway/vpn-gateway-howto-openvpn-clients.md",
16091614
"redirect_url": "/azure/vpn-gateway/point-to-site-vpn-client-cert-windows",

articles/ai-services/content-safety/how-to/custom-categories-rapid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ curl --location --request PATCH 'https://<endpoint>/contentsafety/text/incidents
5353
--header 'Ocp-Apim-Subscription-Key: <your-content-safety-key>' \
5454
--header 'Content-Type: application/json' \
5555
--data '{
56-
"incidentName": "<text-incident-name>",
57-
"incidentDefinition": "string"
56+
\"incidentName\": \"<text-incident-name>\",
57+
\"incidentDefinition\": \"string\"
5858
}'
5959
```
6060

@@ -248,7 +248,7 @@ curl --location --request PATCH 'https://<endpoint>/contentsafety/image/incident
248248
--header 'Ocp-Apim-Subscription-Key: <your-content-safety-key>' \
249249
--header 'Content-Type: application/json' \
250250
--data '{
251-
"incidentName": "<image-incident-name>"
251+
\"incidentName\": \"<image-incident-name>\"
252252
}'
253253
```
254254

articles/ai-services/language-service/question-answering/how-to/azure-openai-integration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ At the same time, customers often require a custom answer authoring experience t
2121

2222
* An existing Azure OpenAI resource. If you don't already have an Azure OpenAI resource, then [create one and deploy a model](../../../openai/how-to/create-resource.md).
2323
* An Azure Language Service resource and custom question answering project. If you don’t have one already, then [create one](../quickstart/sdk.md).
24-
* Azure OpenAI requires registration and is currently only available to approved enterprise customers and partners. See [Limited access to Azure OpenAI Service](/legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context) for more information. You can apply for access to Azure OpenAI by completing the form at https://aka.ms/oai/access. Open an issue on this repo to contact us if you have an issue.
2524
* Be sure that you are assigned at least the [Cognitive Services OpenAI Contributor role](/azure/role-based-access-control/built-in-roles#cognitive-services-openai-contributor) for the Azure OpenAI resource.
2625

2726

articles/ai-services/openai/concepts/use-your-image-data.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ Use this article to learn how to provide your own image data for GPT-4 Turbo wit
2121
2222
## Prerequisites
2323

24-
* An Azure subscription. [Create one for free](https://azure.microsoft.com/free/cognitive-services).
25-
* Access granted to Azure OpenAI in the desired Azure subscription.
26-
27-
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by [completing the form](https://aka.ms/oai/access). Open an issue on this repo to contact us if you have a problem.
28-
* An Azure OpenAI resource with the GPT-4 Turbo with Vision model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
24+
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
25+
- An Azure OpenAI resource with the GPT-4 Turbo with Vision model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
2926
* At least the [Cognitive Services Contributor role](../how-to/role-based-access-control.md#cognitive-services-contributor) assigned to you for the Azure OpenAI resource.
3027

3128
## Add your data source

articles/ai-services/openai/faq.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,13 @@ sections:
122122
123123
If the service doesn't perform processing, you won't be charged.
124124
For example, a 401 error due to authentication or a 429 error due to exceeding the Rate Limit.
125-
126125
- name: Getting access to Azure OpenAI Service
127126
questions:
128127
- question: |
129128
How do I get access to Azure OpenAI?
130129
answer: |
131-
Access is currently limited as we navigate high demand, upcoming product improvements, and Microsoft's commitment to responsible AI. For now, we're working with customers with an existing partnership with Microsoft, lower risk use cases, and those committed to incorporating mitigations. Apply here for initial access: [Apply now](https://aka.ms/oaiapply)
132-
- question: |
133-
After I apply for access, how long will I have to wait to get approved?
134-
answer: |
135-
We don't currently provide a timeline for access approval.
130+
A Limited Access registration form is not required to access most Azure OpenAI models. Learn more on the [Azure OpenAI Limited Access page](/legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context).
131+
136132
- name: Learning more and where to ask questions
137133
questions:
138134
- question: |

articles/ai-services/openai/how-to/azure-developer-cli.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ Use this article to learn how to automate resource deployment for Azure OpenAI S
1818
## Prerequisites
1919

2020
- An Azure subscription. [Create one for free](https://azure.microsoft.com/free/cognitive-services).
21-
- Access granted to Azure OpenAI in the desired Azure subscription.
22-
23-
Azure OpenAI requires registration and is currently available only to approved enterprise customers and partners. For more information, see [Limited access to Azure OpenAI Service](/legal/cognitive-services/openai/limited-access?context=/azure/ai-services/openai/context/context). You can apply for access to Azure OpenAI by [completing the form](https://aka.ms/oai/access). Open an issue on this repo to contact us if you have a problem.
24-
2521
- The Azure Developer CLI [installed](/azure/developer/azure-developer-cli/install-azd) on your machine.
2622

2723
## Clone and initialize the Azure Developer CLI template

articles/ai-services/openai/how-to/dall-e.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,12 @@ OpenAI's DALL-E models generate images based on user-provided text prompts. This
2424
#### [DALL-E 3](#tab/dalle3)
2525

2626
- An Azure subscription. <a href="https://azure.microsoft.com/free/ai-services" target="_blank">Create one for free</a>.
27-
- Access granted to DALL-E in the desired Azure subscription.
2827
- An Azure OpenAI resource created in the `SwedenCentral` region.
2928
- Then, you need to deploy a `dalle3` model with your Azure resource. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
3029

3130
#### [DALL-E 2 (preview)](#tab/dalle2)
3231

3332
- An Azure subscription. <a href="https://azure.microsoft.com/free/ai-services" target="_blank">Create one for free</a>.
34-
- Access granted to DALL-E in the desired Azure subscription.
3533
- An Azure OpenAI resource created in the East US region. For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
3634

3735
---

articles/ai-services/openai/how-to/integrate-synapseml.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ This tutorial shows how to apply large language models at a distributed scale by
2323

2424
- An Azure subscription. <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
2525

26-
- Access granted to Azure OpenAI in your Azure subscription.
27-
28-
Currently, you must submit an application to access Azure OpenAI Service. To apply for access, complete <a href="https://aka.ms/oai/access" target="_blank">this form</a>. If you need assistance, open an issue on this repo to contact Microsoft.
2926

3027
- An Azure OpenAI resource. [Create a resource](create-resource.md?pivots=web-portal#create-a-resource).
3128

articles/ai-services/openai/how-to/managed-identity.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ ms.custom: devx-track-azurecli
1313

1414
# How to configure Azure OpenAI Service with Microsoft Entra ID authentication
1515

16-
More complex security scenarios require Azure role-based access control (Azure RBAC). This document covers how to authenticate to your OpenAI resource using Microsoft Entra ID.
16+
More complex security scenarios require Azure role-based access control (Azure RBAC). This document covers how to authenticate to your Azure OpenAI resource using Microsoft Entra ID.
1717

1818
In the following sections, you'll use the Azure CLI to sign in, and obtain a bearer token to call the OpenAI resource. If you get stuck, links are provided in each section with all available options for each command in Azure Cloud Shell/Azure CLI.
1919

2020
## Prerequisites
2121

2222
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>
23-
- Access granted to the Azure OpenAI Service in the desired Azure subscription
24-
- Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI by completing the [Request Access to Azure OpenAI Service form](https://aka.ms/oai/access). Open an issue on this repo to contact us if you have an issue.
2523

2624
- [Custom subdomain names are required to enable features like Microsoft Entra ID for authentication.](
2725
../../cognitive-services-custom-subdomains.md)

articles/ai-services/openai/how-to/provisioned-get-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ The following guide walks you through setting up a provisioned deployment with y
1919
## Prerequisites
2020

2121
- An Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true)
22-
- Access granted to Azure OpenAI in the desired Azure subscription.
23-
Currently, access to this service is by application. You can apply for access to Azure OpenAI Service by completing the form at [https://aka.ms/oai/access](https://aka.ms/oai/access?azure-portal=true).
2422
- Obtained Quota for a provisioned deployment and purchased a commitment.
2523

2624
> [!NOTE]

0 commit comments

Comments
 (0)