MSUSAzureAccelerators / Azure-Cognitive-Search-Azure-OpenAI-Accelerator

Virtual Assistant - GPT Smart Search Engine - Bot Framework + Azure OpenAI + Azure AI Search + Azure SQL + Bing API + Azure Document Intelligence + LangChain + CosmosDB
https://gptsmartsearchapp.azurewebsites.net
MIT License
333 stars 549 forks source link

Support of AZD deployment model as option #40

Closed Keayoub closed 11 months ago

Keayoub commented 11 months ago

As an optional method for deploying our application resources to Azure, this pull request introduces support for the Azure Developer CLI (AZD) deployment model. The addition of AZD as a deployment option is aimed at streamlining and simplifying the process of building, deploying, and managing Azure resources, particularly for developers who prefer working with command-line tools.

Infrastructure setup and deployment improvements:

Motivation and Context:

This change offers an alternative to developers who prefer Azure CLI tools and declarative infrastructure management.

How Has This Been Tested? Rigorous testing is conducted in a separate development environment to ensure seamless AZD deployment alongside existing models. Verification of resource deployment is done through automated testing and manual inspection in Azure.

Impact: There is no impact on the current deployment process. AZD is an additional option and does not replace any existing methods. Developers can choose to use AZD or continue with current deployment processes.