microsoft / PubSec-Info-Assistant

Information Assistant, built with Azure OpenAI Service, Industry Accelerator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure Resource names not matching Azure Resource and unwanted/unused resource are created.

nkidambi opened this issue · comments

Bug Details

Deployment Branch: Main
** Bug 1: Names of App Settings and Azure Resources don't match
After deploying the main branch, the app settings for Azure Functions and the secret key in Azure Key Vault is referencing to Form Recognizer for a Document Intelligence Resource. Also the name of the Document Intelligence Resource has "fr" in its name. This is causing some confusion because when the customer is searching for resources, they now have to use FR instead of document intelligence.

This is causing confusion for my customer.

** Bug 2: Unused resources created
Media Service and Azure AI Video Indexer are being created despite it not being used. This is confusing and raising questions related to cost.

What is the expected behavior?
For Bug 1: The name to reflect the type of the resource created

For Bug 2: Not deploy/create unused/unwanted azure resources

Screenshots
IA Bugs

video indexer & media services is no longer created

Resolved with latest release v1.1