Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 2.08 KB

create-resource.md

File metadata and controls

51 lines (35 loc) · 2.08 KB
title titleSuffix description manager ms.service ms.custom ms.topic ms.date zone_pivot_groups author ms.author recommendations
How-to: Create and deploy an Azure OpenAI Service resource
Azure OpenAI
Learn how to get started with Azure OpenAI Service and create your first resource and deploy your first model in the Azure CLI or the Azure portal.
nitinme
azure-ai-openai
devx-track-azurecli, build-2023, build-2023-dataai, devx-track-azurepowershell, innovation-engine
how-to
01/31/2025
openai-create-resource
mrbullwinkle
mbullwin
false

Create and deploy an Azure OpenAI Service resource

Deploy to Azure

This article describes how to get started with Azure OpenAI Service and provides step-by-step instructions to create a resource and deploy a model. You can create resources in Azure in several different ways:

  • The Azure portal
  • The REST APIs, the Azure CLI, PowerShell, or client libraries
  • Azure Resource Manager (ARM) templates

In this article, you review examples for creating and deploying resources in the Azure portal and with the Azure CLI.

::: zone pivot="web-portal"

[!INCLUDE Azure portal resource]

::: zone-end

::: zone pivot="cli"

[!INCLUDE Azure CLI resource]

::: zone-end

::: zone pivot="ps"

[!INCLUDE Azure PowerShell resource]

::: zone-end

Next steps