Skip to content

Commit c53e193

Browse files
Merge pull request #8261 from MicrosoftDocs/main
Auto Publish – main to live - 2025-11-07 12:00 UTC
2 parents 08542aa + 018f8ba commit c53e193

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

articles/ai-foundry/openai/includes/realtime-deploy-model.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ ms.date: 1/21/2025
1010

1111
To deploy the `gpt-realtime` model in the Azure AI Foundry portal:
1212
1. Go to the [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs) and create or select your project.
13-
1. Select **Models + endpoints** from under **My assets** in the left pane.
13+
1. Select your model deployments:
14+
1. For Azure OpenAI resource, select **Deployments** from **Shared resources** section in the left pane.
15+
1. For Azure AI Foundry resource, select **Models + endpoints** from under **My assets** in the left pane.
1416
1. Select **+ Deploy model** > **Deploy base model** to open the deployment window.
1517
1. Search for and select the `gpt-realtime` model and then select **Confirm**.
1618
1. Review the deployment details and select **Deploy**.

articles/ai-foundry/openai/includes/realtime-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.date: 3/20/2025
1919

2020
For the recommended keyless authentication with Microsoft Entra ID, you need to:
2121
- Install the [Azure CLI](/cli/azure/install-azure-cli) used for keyless authentication with Microsoft Entra ID.
22-
- Assign the `Cognitive Services User` role to your user account. You can assign roles in the Azure portal under **Access control (IAM)** > **Add role assignment**.
22+
- Assign the `Cognitive Services OpenAI User` role to your user account. You can assign roles in the Azure portal under **Access control (IAM)** > **Add role assignment**.
2323

2424
## Deploy a model for real-time audio
2525

articles/ai-foundry/openai/includes/realtime-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.date: 3/20/2025
1919

2020
For the recommended keyless authentication with Microsoft Entra ID, you need to:
2121
- Install the [Azure CLI](/cli/azure/install-azure-cli) used for keyless authentication with Microsoft Entra ID.
22-
- Assign the `Cognitive Services User` role to your user account. You can assign roles in the Azure portal under **Access control (IAM)** > **Add role assignment**.
22+
- Assign the `Cognitive Services OpenAI User` role to your user account. You can assign roles in the Azure portal under **Access control (IAM)** > **Add role assignment**.
2323

2424
## Deploy a model for real-time audio
2525

articles/ai-foundry/openai/includes/realtime-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.date: 3/20/2025
2020

2121
For the recommended keyless authentication with Microsoft Entra ID, you need to:
2222
- Install the [Azure CLI](/cli/azure/install-azure-cli) used for keyless authentication with Microsoft Entra ID.
23-
- Assign the `Cognitive Services User` role to your user account. You can assign roles in the Azure portal under **Access control (IAM)** > **Add role assignment**.
23+
- Assign the `Cognitive Services OpenAI User` role to your user account. You can assign roles in the Azure portal under **Access control (IAM)** > **Add role assignment**.
2424

2525
## Deploy a model for real-time audio
2626

0 commit comments

Comments
 (0)