microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.43k stars 2.14k forks source link

Improvements for infra deployment using azure devops #912

Open ZahraAsadiMSFT opened 3 weeks ago

ZahraAsadiMSFT commented 3 weeks ago

Motivation and Context

Description

This PR includes several improvements and modifications to the infrastructure deployment setup, aiming to enhance consistency and ease of use.

Changes Made

  1. Incorporated storage-account.bicep into main.bicep:
  1. Modified main.parameters.json to reflect resources addressed in main.bicep:
  1. Standardized principalType across templates:
  1. Added Azure Pipelines configuration:

Contribution Checklist