Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Group Azure Blob Storage and Form Recognizer Configurations in JSON Environment Variables #29

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

Pavan-Microsoft
Copy link
Collaborator

Purpose

This refactor consolidates the configuration settings for Azure Blob Storage and Azure Form Recognizer into JSON-formatted environment variables. The goal is to reduce the number of individual environment variables in use, simplifying configuration management and keeping related settings grouped together for better organization.

User Story 10379: Refactor: Group Azure Blob Storage and Form Recognizer Configurations in JSON Environment Variables

Changes include:

Azure Blob Storage settings are now grouped into a single environment variable: AZURE_BLOB_STORAGE_INFO.
Azure Form Recognizer settings are grouped into a single environment variable: AZURE_FORM_RECOGNIZER_INFO.

Does this introduce a breaking change?

  • Yes
  • [ x] No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Environment Variable Loading Test
Azure Blob Storage Functionality Test
Azure Form Recognizer Functionality Test

@Fr4nc3 Fr4nc3 merged commit 84817a4 into main Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants