Skip to main content

Create Azure resources

Here we will create the needed Azure resources that we will use throughout this section.

Exercise: Create Azure Open AI

Let's create an Azure Open AI cloud resource.

-1- Create an Azure Open AI instance

  • Navigate to Azure Portal.

  • Search for Azure Open AI and select "Create" button.

    Create Azure Open AI

  • Fill out all the values and create the resource.

    Fill out Azure Open AI information

-2- Create a deployment on your Azure Open AI instance

  • Navigate to your deployed Azure Open AI instance and select "Go to Azure AI Foundry Portal".

    Go to Azure AI Foundry

    You should now see a user interfance like so:

    Azure AI Foundry

  • Select "Deployments" in the left menu and select "+ Deploy model" and select "base model"

  • Type gpt-4o, select the model from the list and click "Confirm".

    Now you are all set.

Exercise: Create an Azure API Management instance

  • In Azure Portal, type Azure API Management services.

  • Select "+ Create" and fill in the needed information to create a new Azure API Management instance.

    Create Azure API Management resource

    Great, now that we Azure Open AI deployments and Azure API Management created, we can move on to the next activity which is to load balance between Azure Open AI instances.

Exercise: Create Application Insights instance

  1. Sign in to the Azure portal and create an Application Insights resource.

  2. Select Application Insights

  3. Fill in the following values:

    SettingsValueDescription
    NameUnique valueFill in a unique value
    Resource groupNew or existing resource groupFill in new or existing resource group
    RegionFill in regionFill in a region close to you
    Resource modeClassic or workspace-basedWorkspace-based resources allow you to send your Application Insights telemetry to a common Log Analytics workspace
  4. Here's how you can fill it out:

Example of fille in resource blade

Learn more how to provision an Application Insights resource here.

Additional Resources

Infrastructure as Code