/openai-enterprise-iac

Help engineers to build required infrastructure with Azure OpenAI

Primary LanguageBicepMIT LicenseMIT

Project Name

Sets up a sample Azure OpenAI infrastructure project with security considered

image

Features

This project framework provides the following features:

  • Sets up app service, Azure OpenAI service, cognitive search service, private endpoint, and VNet

Getting Started

Prerequisites

  • Add bicep extension to Visual Studio Code (if developing)

Quickstart

  1. git clone https://github.com/Azure-Samples/openai-enterprise-iac.git
  2. az group create --name [resourceGroupName] --location [location]
  3. az deployment group create --name [deploymentName] --resource-group [resourceGroupName] --template-file ["path to main.bicep"]

Resources