🐅
RK Azure
  • ⚓Azure Tutorial
  • ✈️Azure Databricks
    • 🆒Deployment Steps
    • 🏍️Deployment Steps - NoPIP
    • 🐯Secure your Azure Databricks environment
    • ⛱️Azure Databricks Components
    • 🛩️Cloud Security Baseline for Azure Databricks
    • 🏹Medallion Architecture
      • 〽️Azure End-to-End Data Engineering Project: Incremental data pipeline [Part 1]
  • 🏍️Azure Data Factory
    • 🆒Deployment Steps
    • ⏳Secure your Azure Data Factory
    • ✈️Cloud Security Baseline for Azure Data Factory
  • 💣Azure Data Lake Storage Gen2
    • 📦Secure Your Azure Data Lake Storage Gen2
    • 🆒Deployment Steps
    • ✈️Cloud Security Baseline for Azure Data Lake Storage Gen2
  • 🛳️Azure Kubernetes Service (AKS)
    • 🪂Secure Your Azure Kubernetes Service (AKS)
    • ✈️Cloud Security Baseline for Azure Kubernetes Service (AKS)
    • 🧶Creating an Azure Kubernetes Service (AKS) Cluster: A Step-by-Step Guide
  • 🥦Azure Infrastructure as Code (IaC)
    • 💘Secure Your Azure Infrastructure as Code (IaC)
    • ✈️Cloud Security Baseline for Azure Infrastructure as Code (IaC)
  • 🛰️Azure DevOps
    • 🐯Secure your Azure DevOps environment
    • 🛩️Cloud Security Baseline for Azure DevOps
  • 🚢Azure OpenAI
    • ✈️Security Risks for Azure OpenAI
    • 🚔Cloud Security Baseline for Azure OpenAI
    • 🆒Deployment Steps
    • ⌛Use your own data with Azure OpenAI
    • 🚀Utilize prompt engineering in your app
    • Azure OpenAI - App Using Microsoft Entra ID
    • 🎊Creating Azure OpenAI Instances and Content Filter
    • 👑Bring Your Own Data to Azure OpenAI
  • 🍏Azure AI Studio
    • 🍎Secure your Azure AI Studio
    • 🍐Cloud Security Baseline for Azure AI Studio
  • 🍊Azure ML
    • 🍋Secure your Azure ML
    • 🍌Cloud Security Baseline for Azure ML
  • 🍉Azure Container Registry
    • 🍇Secure your Azure Container Registry
    • 🍓Cloud Security Baseline for Azure Container Registry
  • 🍈Azure Data Science VM
  • 🍒Azure Automation
    • 🥭Secure your Azure Automation
    • 🫐Cloud Security Baseline for Azure Automation
  • 🚉Azure AI Document Intelligence
    • 🥌Cloud Security Baseline for Azure AI Document Intelligence
    • 🐝Secure your Azure AI Document Intelligence
  • 🗣️Azure AI Search
    • 🔍Cloud Security Baseline for Azure AI Search
    • Secure your Azure AI Search
    • 🦕Azure Open AI: Setup Azure AI Search Solution
  • 🌤️Generative AI Solutions with Azure OpenAI
    • 🦕Deployment
    • Useful Links
  • 🍎Azure Logic Apps
    • 🗣️Cloud Security Baseline for Azure Logic Apps
    • 🪖Deployment Steps
  • 👩‍💼Azure API Management
    • 🪖Cloud Security Baseline for Azure API Management
      • 🌤️Deployment Steps
    • 👓Deployment
    • ⚙️Securely Integrating Azure API Management with Azure OpenAI via Application Gateway
  • 🔮Azure AI Hub
    • How to Deploy an Azure AI Hub Step-by-Step
  • 🕢Azure Event Hub
    • 🛫Deployment Steps
  • 🍎Azure Container Apps environments
    • Deploying an Azure Container Apps Environment in a VNet
  • 🔗Azure Important Links
  • 🕎Labs
    • Develop custom copilots with Azure AI Studio
      • 🙅‍♂️Fine-tuning
  • 📅Azure Database for PostgreSQL flexible server
  • 🪅Azure Cosmos DB
  • ✈️Azure AI Foundry + Azure AI Search + Azure OpenAI
  • 🛝Azure AI Foundry
    • 🛫Azure AI Foundry Implementation - 1
    • 🫶Azure AI Foundry Implementation - 2
    • 🛝Azure AI Foundry Implementation - 3
    • 🦾Setting up Azure AI foundry and build AI application
  • 🚇Azure - Connect resources between multiple subscription
    • 🔏How to set up Azure Private Link
    • 🤝How to Set Up Azure VNet Peering
    • 🖨️Azure Private Endpoint: Step-by-Step Implementation with DNS Registration
    • 🎊Creating Azure Private Endpoint and Private Link with DNS Configuration for VM Connectivity
Powered by GitBook
On this page
  1. 🚢Azure OpenAI

🆒Deployment Steps

PreviousCloud Security Baseline for Azure OpenAINextUse your own data with Azure OpenAI

Last updated 9 months ago

CtrlK
  • A Step-by-Step Guide to Deploying Open AI on Microsoft Azure
  • Deploying a model
  • View your Endpoint and Key

A Step-by-Step Guide to Deploying Open AI on Microsoft Azure

1. Login into Azure Portal: Go to portal.azure.com and sign in with your credentials.

2. Locate Azure OpenAI: Use the search bar at the top of the page to search for “Azure OpenAI” and select the Azure services only option and you will get the azure OpenAI.

3. “Create Azure OpenAI”.

4. Create an Azure OpenAI Resource: Azure will direct you to the Azure AI Services | Azure OpenAI page. To create a new one, click on “+Create” or the “Create Azure OpenAI” button.

  • On the next page, fill out the required fields:

  • Subscription: Ensure your subscription is selected (choose the correct one if you have multiple).

  • Resource Group: Select an existing resource group or create a new one to manage related resources collectively.

  • Region: Choose the appropriate region based on model availability and the location of your users (closer regions reduce latency).

  • Resource Name: Give your resource a unique name.

  • Pricing Tier: Select the “Standard S0” tier (you can learn more about pricing here).

5. Network Configuration: Azure AI services offer a layered security model. Choose one of the following options based on your needs:

  • All networks have access: Use this for public-facing applications that need global access, such as a chatbot on a website.

  • Selected networks have access: Choose this for internal applications restricted to specific IP addresses or virtual networks for company use.

  • Disabled, no networks can access: Use this for highly sensitive data, ensuring access is limited to secure, private endpoints (e.g., financial applications processing confidential transactions).

6. Tags: Adding tags to your Azure resources provides several benefits, including:

  • Organization: Tags help categorize and identify resources across different projects.

  • Cost Management: Tags enable better cost management by allowing you to generate reports based on tags.

  • Automation: Tags can be used in automation scripts for applying policies or performing actions on specific resources.

  • Compliance and Governance: Tags help enforce compliance and governance by identifying resources that meet certain criteria.

  • Resource Management: Tags make it easier to manage and filter resources within the Azure portal.

7.Review and Create:

After completing the form, review your inputs and click “Create.” Once the resource is created, you’ll be directed to the resource page. Click “Go to resource” to continue.

Deploying a model

7.Open Azure OpenAI Studio: Click on “Go to Azure OpenAI Studio” or go directly to oai.azure.com.

8.Select “Deployments” from the left-hand menu.

9.Deploy Your Model: If this is your first deployment, the page will be empty. Click “Deploy model” and choose one of the following options:

  • Deploy base model: Select from the available OpenAI models in your region.

  • Deploy fine-tuned model: If you need to fine-tune a model.

10.A page will pop-up with all OpenAI models available in the region, if you select one you will see a description of the model in the right panel. Select the one you want to deploy and click “confirm”.

11.Configure Deployment:

  • Deployment Name: Use the model name by default, or create a custom name.

  • Model Version: Choose the version of the model you want to deploy.

  • Deployment Type: Choose the configuration (e.g., Global Standard for general use, Global Batch for batch processing, Standard for typical deployments, or Provisioned Managed for managed infrastructure).

  • Tokens per Minute Rate Limit: Define the maximum number of tokens your model can process per minute.

  • Content Filter: Set the content filter to control the type of content your model can generate or process.

After filling the fields, click “deploy”.

12.Finalize and Deploy: After completing the configuration, click “Deploy.” The model will appear on the “Deployments” page. To test the model, click “Open in Playground,” which will redirect you to the “Chat session” for testing.

View your Endpoint and Key

In the case you need to get the endpoint and key of your resource:

1. Go to portal.azure.com and search “Azure OpenAI”.

2.Select your resource from the list of resources displayed.

3.Select “Keys and Endpoint” in the left menu and there you can find the data that you need.

Deploy Copilot

Response from attached document

Deploy a webapp