AS A System administrator
I WANT to control whether service configuration JSON is uploaded to Azure Blob Storage
SO THAT deployments can bypass Azure Storage integration when it is not required
##Description
Currently, saving a service or changing its status to Active sends the current service configuration JSON to Azure Blob Storage. The LLM later uses this JSON to read service metadata such as example questions, description, and title for intent detection.
Add a deployment configuration setting to control this behavior.
##Acceptance Criteria
Notes
Suggested setting name: AZURE_STORAGE_ENABLED=true
AZURE_STORAGE_ENABLED=true → upload to Azure Blob Storage.
AZURE_STORAGE_ENABLED=false → skip the upload.
AS A System administrator
I WANT to control whether service configuration JSON is uploaded to Azure Blob Storage
SO THAT deployments can bypass Azure Storage integration when it is not required
##Description
Currently, saving a service or changing its status to Active sends the current service configuration JSON to Azure Blob Storage. The LLM later uses this JSON to read service metadata such as example questions, description, and title for intent detection.
Add a deployment configuration setting to control this behavior.
##Acceptance Criteria
Notes
Suggested setting name: AZURE_STORAGE_ENABLED=true
AZURE_STORAGE_ENABLED=true → upload to Azure Blob Storage.
AZURE_STORAGE_ENABLED=false → skip the upload.