Skip to content

Commit 0be4ad4

Browse files
authored
Merge pull request #4746 from mrbullwinkle/mrb_05_11_2025_rebrand_ai_services
[Azure OpenAI] [Build] [Release branch] [BULK CHANGE] Rebranding
2 parents fe77402 + db1816e commit 0be4ad4

Some content is hidden

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

49 files changed

+85
-98
lines changed

articles/ai-services/openai/concepts/content-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure OpenAI in Azure AI Foundry Models content filtering
33
titleSuffix: Azure OpenAI
4-
description: Learn about the content filtering capabilities of Azure OpenAI in Azure AI services.
4+
description: Learn about the content filtering capabilities of Azure OpenAI.
55
author: PatrickFarley
66
ms.author: pafarley
77
ms.service: azure-ai-openai

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ You can connect to your [Elasticsearch vector database](https://www.elastic.co/g
264264

265265
### Request access
266266

267-
Using the Elasticsearch data source is a preview feature which is subject to the Limited Access Service terms in the [service-specific terms](https://www.microsoft.com/licensing/terms/productoffering/MicrosoftAzure/EAEAS) for Azure AI services. You must fill out and submit a [request form](https://aka.ms/aoaioydelasticsearchrequest) to request access to the Elasticsearch data source. The form requests information about your company and the scenario for which you plan to use the Elasticsearch data source. After you submit the form, the Azure AI services team will review it and email you with a decision within 10 business days.
267+
Using the Elasticsearch data source is a preview feature which is subject to the Limited Access Service terms in the [service-specific terms](https://www.microsoft.com/licensing/terms/productoffering/MicrosoftAzure/EAEAS). You must fill out and submit a [request form](https://aka.ms/aoaioydelasticsearchrequest) to request access to the Elasticsearch data source. The form requests information about your company and the scenario for which you plan to use the Elasticsearch data source. After you submit the form, the Azure OpenAI team will review it and email you with a decision within 10 business days.
268268

269269
### Connect Elasticsearch to Azure OpenAI On Your Data
270270

articles/ai-services/openai/encrypt-data-at-rest.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Azure OpenAI in Azure AI Foundry Models encryption of data at rest
33
description: Learn how Azure OpenAI encrypts your data when it's persisted to the cloud.
4-
titleSuffix: Azure AI services
54
author: mrbullwinkle
65
manager: nitinme
76
ms.service: azure-ai-openai
@@ -14,9 +13,9 @@ ms.author: mbullwin
1413

1514
Azure OpenAI automatically encrypts your data when it's persisted to the cloud. The encryption protects your data and helps you meet your organizational security and compliance commitments. This article covers how Azure OpenAI handles encryption of data at rest, specifically training data and fine-tuned models. For information on how data provided by you to the service is processed, used, and stored, consult the [data, privacy, and security article](/legal/cognitive-services/openai/data-privacy?context=/azure/ai-services/openai/context/context).
1615

17-
## About Azure AI services encryption
16+
## About Azure OpenAI encryption
1817

19-
Azure OpenAI is part of Azure AI services. Azure AI services data is encrypted and decrypted using [FIPS 140-2](https://en.wikipedia.org/wiki/FIPS_140-2) compliant [256-bit AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) encryption. Encryption and decryption are transparent, meaning encryption and access are managed for you. Your data is secure by default and you don't need to modify your code or applications to take advantage of encryption.
18+
Azure OpenAI data is encrypted and decrypted using [FIPS 140-2](https://en.wikipedia.org/wiki/FIPS_140-2) compliant [256-bit AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) encryption. Encryption and decryption are transparent, meaning encryption and access are managed for you. Your data is secure by default and you don't need to modify your code or applications to take advantage of encryption.
2019

2120
## About encryption key management
2221

@@ -26,7 +25,7 @@ By default, your subscription uses Microsoft-managed encryption keys. There's al
2625

2726
Customer-managed keys (CMK), also known as Bring your own key (BYOK), offer greater flexibility to create, rotate, disable, and revoke access controls. You can also audit the encryption keys used to protect your data.
2827

29-
You must use Azure Key Vault to store your customer-managed keys. You can either create your own keys and store them in a key vault, or you can use the Azure Key Vault APIs to generate keys. The Azure AI services resource and the key vault must be in the same region and in the same Microsoft Entra tenant, but they can be in different subscriptions. For more information about Azure Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/overview).
28+
You must use Azure Key Vault to store your customer-managed keys. You can either create your own keys and store them in a key vault, or you can use the Azure Key Vault APIs to generate keys. The Azure OpenAI resource and the key vault must be in the same region and in the same Microsoft Entra tenant, but they can be in different subscriptions. For more information about Azure Key Vault, see [What is Azure Key Vault?](/azure/key-vault/general/overview).
3029

3130
To enable customer-managed keys, the key vault containing your keys must meet these requirements:
3231

@@ -35,14 +34,14 @@ To enable customer-managed keys, the key vault containing your keys must meet th
3534
- The key vault must use [legacy access policies](/azure/key-vault/general/assign-access-policy).
3635
- You must grant the Azure OpenAI resource's system-assigned managed identity the following permissions on your key vault: *get key*, *wrap key*, *unwrap key*.
3736

38-
Only RSA and RSA-HSM keys of size 2048 are supported with Azure AI services encryption. For more information about keys, see **Key Vault keys** in [About Azure Key Vault keys, secrets and certificates](/azure/key-vault/general/about-keys-secrets-certificates).
37+
Only RSA and RSA-HSM keys of size 2048 are supported with Azure OpenAI encryption. For more information about keys, see **Key Vault keys** in [About Azure Key Vault keys, secrets and certificates](/azure/key-vault/general/about-keys-secrets-certificates).
3938

4039
### Enable your Azure OpenAI resource's managed identity
4140

4241
> [!NOTE]
4342
> Azure OpenAI only supports customer-managed keys (CMK) with system-assigned managed identities. User-assigned managed identities are not supported with Azure OpenAI and customer-managed keys (CMK).
4443
45-
1. Go to your Azure AI services resource.
44+
1. Go to your Azure OpenAI resource.
4645
1. On the left, under **Resource Management**, select **Identity**.
4746
1. Switch the system-assigned managed identity status to **On**.
4847
1. Save your changes, and confirm that you want to enable the system-assigned managed identity.
@@ -68,7 +67,7 @@ Only RSA and RSA-HSM keys of size 2048 are supported with Azure AI services encr
6867

6968
To enable customer-managed keys in the Azure portal, follow these steps:
7069

71-
1. Go to your Azure AI services resource.
70+
1. Go to your Azure OpenAI resource.
7271
1. On the left, under **Resource Management**, select **Encryption**.
7372
1. Under **Encryption type**, select **Customer Managed Keys**, as shown in the following screenshot.
7473

@@ -77,7 +76,7 @@ To enable customer-managed keys in the Azure portal, follow these steps:
7776
7877
### Specify a key
7978

80-
After you enable customer-managed keys, you can specify a key to associate with the Azure AI services resource.
79+
After you enable customer-managed keys, you can specify a key to associate with the Azure OpenAI resource.
8180

8281
#### Specify a key as a URI
8382

@@ -90,11 +89,11 @@ To specify a key as a URI, follow these steps:
9089

9190
:::image type="content" source="../media/cognitive-services-encryption/key-uri-portal.png" alt-text="Screenshot of the Azure portal page for a key version. The Key Identifier box contains a placeholder for a key URI.":::
9291

93-
1. Go back to your Azure AI services resource, and then select **Encryption**.
92+
1. Go back to your Azure OpenAI resource, and then select **Encryption**.
9493
1. Under **Encryption key**, select **Enter key URI**.
9594
1. Paste the URI that you copied into the **Key URI** box.
9695

97-
:::image type="content" source="../media/cognitive-services-encryption/ssecmk2.png" alt-text="Screenshot of the Encryption page for an Azure AI services resource. The Enter key URI option is selected, and the Key URI box contains a value.":::
96+
:::image type="content" source="../media/cognitive-services-encryption/ssecmk2.png" alt-text="Screenshot of the Encryption page for an Azure OpenAI resource. The Enter key URI option is selected, and the Key URI box contains a value.":::
9897

9998
1. Under **Subscription**, select the subscription that contains the key vault.
10099
1. Save your changes.
@@ -103,7 +102,7 @@ To specify a key as a URI, follow these steps:
103102

104103
To select a key from a key vault, first make sure that you have a key vault that contains a key. Then follow these steps:
105104

106-
1. Go to your Azure AI services resource, and then select **Encryption**.
105+
1. Go to your Azure OpenAI resource, and then select **Encryption**.
107106
1. Under **Encryption key**, select **Select from Key Vault**.
108107
1. Select the key vault that contains the key that you want to use.
109108
1. Select the key that you want to use.
@@ -114,23 +113,23 @@ To select a key from a key vault, first make sure that you have a key vault that
114113

115114
## Update the key version
116115

117-
When you create a new version of a key, update the Azure AI services resource to use the new version. Follow these steps:
116+
When you create a new version of a key, update the Azure OpenAI resource to use the new version. Follow these steps:
118117

119-
1. Go to your Azure AI services resource, and then select **Encryption**.
118+
1. Go to your Azure OpenAI resource, and then select **Encryption**.
120119
1. Enter the URI for the new key version. Alternately, you can select the key vault and then select the key again to update the version.
121120
1. Save your changes.
122121

123122
## Use a different key
124123

125124
To change the key that you use for encryption, follow these steps:
126125

127-
1. Go to your Azure AI services resource, and then select **Encryption**.
126+
1. Go to your Azure OpenAI resource, and then select **Encryption**.
128127
1. Enter the URI for the new key. Alternately, you can select the key vault and then select a new key.
129128
1. Save your changes.
130129

131130
## Rotate customer-managed keys
132131

133-
You can rotate a customer-managed key in Key Vault according to your compliance policies. When the key is rotated, you must update the Azure AI services resource to use the new key URI. To learn how to update the resource to use a new version of the key in the Azure portal, see [Update the key version](#update-the-key-version).
132+
You can rotate a customer-managed key in Key Vault according to your compliance policies. When the key is rotated, you must update the Azure OpenAI resource to use the new key URI. To learn how to update the resource to use a new version of the key in the Azure portal, see [Update the key version](#update-the-key-version).
134133

135134
Rotating the key doesn't trigger re-encryption of data in the resource. No further action is required from the user.
136135

@@ -168,9 +167,9 @@ The Fine-tunes API allows customers to create their own fine-tuned version of th
168167

169168
## Disable customer-managed keys
170169

171-
When you disable customer-managed keys, your Azure AI services resource is then encrypted with Microsoft-managed keys. To disable customer-managed keys, follow these steps:
170+
When you disable customer-managed keys, your Azure OpenAI resource is then encrypted with Microsoft-managed keys. To disable customer-managed keys, follow these steps:
172171

173-
1. Go to your Azure AI services resource, and then select **Encryption**.
172+
1. Go to your Azure OpenAI resource, and then select **Encryption**.
174173
1. Select **Microsoft Managed Keys** > **Save**.
175174

176175
When you previously enabled customer managed keys this also enabled a system assigned managed identity, a feature of Microsoft Entra ID. Once the system assigned managed identity is enabled, this resource will be registered with Microsoft Entra ID. After being registered, the managed identity will be given access to the Key Vault selected during customer managed key setup. You can learn more about [Managed Identities](/azure/active-directory/managed-identities-azure-resources/overview).

articles/ai-services/openai/faq.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
### YamlMime:FAQ
22
metadata:
3-
title: Azure OpenAI Service frequently asked questions
4-
titleSuffix: Azure AI services
5-
description: Get answers to the most popular questions about Azure OpenAI Service
3+
title: Azure OpenAI frequently asked questions
4+
description: Get answers to the most popular questions about Azure OpenAI
65
#services: cognitive-services
76
manager: nitinme
87
ms.service: azure-ai-openai
98
ms.topic: faq
109
ms.date: 03/27/2025
1110
ms.author: mbullwin
1211
author: mrbullwinkle
13-
title: Azure OpenAI Service frequently asked questions
12+
title: Azure OpenAI frequently asked questions
1413
summary: |
15-
If you can't find answers to your questions in this document, and still need help check the [Azure AI services support options guide](../cognitive-services-support-options.md?context=/azure/ai-services/openai/context/context). Azure OpenAI is part of Azure AI services.
1614
sections:
1715
- name: Data and Privacy
1816
questions:
@@ -47,15 +45,15 @@ sections:
4745
- question: |
4846
Does Azure OpenAI support VNETs and Private Endpoints?
4947
answer: |
50-
Yes, as part of Azure AI services, Azure OpenAI supports VNETs and Private Endpoints. To learn more, consult the [Azure AI services virtual networking guidance](../cognitive-services-virtual-networks.md?context=/azure/ai-services/openai/context/context).
48+
Yes, Azure OpenAI supports VNETs and Private Endpoints. To learn more, consult the [virtual networking guidance](../cognitive-services-virtual-networks.md?context=/azure/ai-services/openai/context/context).
5149
- question: |
5250
Do the GPT-4 models currently support image input?
5351
answer: |
5452
No, GPT-4 is designed by OpenAI to be multimodal, but currently only text input and output are supported.
5553
- question: |
5654
How do I apply for new use cases?
5755
answer: |
58-
Previously, the process for adding new use cases required customers to reapply to the service. Now, we're releasing a new process that allows you to quickly add new use cases to your use of the service. This process follows the established Limited Access process within Azure AI services. [Existing customers can attest to any and all new use cases here](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUM003VEJPRjRSOTZBRVZBV1E5N1lWMk1XUyQlQCN0PWcu). Note that this is required anytime you would like to use the service for a new use case you didn't originally apply for.
56+
Previously, the process for adding new use cases required customers to reapply to the service. Now, we're releasing a new process that allows you to quickly add new use cases to your use of the service. This process follows the established Limited Access process within Azure OpenAI. [Existing customers can attest to any and all new use cases here](https://customervoice.microsoft.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR7en2Ais5pxKtso_Pz4b1_xUM003VEJPRjRSOTZBRVZBV1E5N1lWMk1XUyQlQCN0PWcu). Note that this is required anytime you would like to use the service for a new use case you didn't originally apply for.
5957
- question: |
6058
I'm trying to use embeddings and received the error "InvalidRequestError: Too many inputs. The max number of inputs is 16." How do I fix this?
6159
answer: |
@@ -161,7 +159,7 @@ sections:
161159
- question: |
162160
Where do I go for Azure OpenAI customer support?
163161
answer: |
164-
Azure OpenAI is part of Azure AI services. You can learn about all the support options for Azure AI services in the [support and help options guide](../cognitive-services-support-options.md?context=%2fazure%2fcognitive-services%2fopenai%2fcontext%2fcontext).
162+
You can learn about all the support options for Azure OpenAI in the [support and help options guide](../cognitive-services-support-options.md?context=%2fazure%2fcognitive-services%2fopenai%2fcontext%2fcontext).
165163
- name: Models and fine-tuning
166164
questions:
167165
- question: |

articles/ai-services/openai/how-to/deployment-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Understanding Azure OpenAI in Azure AI Foundry Models deployment types
3-
titleSuffix: Azure AI services
43
description: Learn how to use Azure OpenAI deployment types | Global-Standard | Standard | Provisioned.
54
author: mrbullwinkle
65
manager: nitinme

articles/ai-services/openai/how-to/dynamic-quota.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Azure OpenAI in Azure AI Foundry Models dynamic quota
3-
titleSuffix: Azure AI services
43
description: Learn how to use Azure OpenAI dynamic quota
54
author: mrbullwinkle
65
manager: nitinme

articles/ai-services/openai/how-to/fine-tuning-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ response = client.chat.completions.create(
328328
{"role": "system", "content": "You are a helpful assistant."},
329329
{"role": "user", "content": "Does Azure OpenAI support customer managed keys?"},
330330
{"role": "assistant", "content": "Yes, customer managed keys are supported by Azure OpenAI."},
331-
{"role": "user", "content": "Do other Azure AI services support this too?"}
331+
{"role": "user", "content": "Do other Azure services support this too?"}
332332
]
333333
)
334334

@@ -341,7 +341,7 @@ print(response.choices[0].message.content)
341341
curl $AZURE_OPENAI_ENDPOINT/openai/deployments/<deployment_name>/chat/completions?api-version=2024-10-21 \
342342
-H "Content-Type: application/json" \
343343
-H "api-key: $AZURE_OPENAI_API_KEY" \
344-
-d '{"messages":[{"role": "system", "content": "You are a helpful assistant."},{"role": "user", "content": "Does Azure OpenAI support customer managed keys?"},{"role": "assistant", "content": "Yes, customer managed keys are supported by Azure OpenAI."},{"role": "user", "content": "Do other Azure AI services support this too?"}]}'
344+
-d '{"messages":[{"role": "system", "content": "You are a helpful assistant."},{"role": "user", "content": "Does Azure OpenAI support customer managed keys?"},{"role": "assistant", "content": "Yes, customer managed keys are supported by Azure OpenAI."},{"role": "user", "content": "Do other Azure services support this too?"}]}'
345345
```
346346
---
347347

0 commit comments

Comments
 (0)