Skip to content

Commit

Permalink
Merge pull request #1839 from solliancenet/aa-breaking-changes-doc
Browse files Browse the repository at this point in the history
Updated breaking changes with Cosmos DB role requirements
  • Loading branch information
ciprianjichici authored Oct 11, 2024
2 parents a5c6c74 + 704701f commit c9b24b9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The OneDrive (Work or School) integration requires the following API Endpoint Co
"authentication_parameters": {
"scope": "Files.Read.All"
},
"url": "{{onedrive_base_orl}}",
"url": "{{onedrive_base_url}}",
"status_url": "",
"url_exceptions": [],
"timeout_seconds": 2400,
Expand All @@ -122,8 +122,13 @@ Update `FoundationaLLM.Configuration/_resource-references_.json` with the refere

**FoundationaLLM.Attachment**

The Attachment resource provider saves the attachment references to Cosmos DB.
A new Cosmos DB container must be created, named `Attachments`, with a partition key `/upn`.
The Attachment resource provider now saves the attachment references to Cosmos DB, instead of Data Lake storage.
A new Cosmos DB container must be created, named `Attachments`, with the following partition key: `/upn`.

The following MSIs require a Cosmos DB role assigned:
1. Gateway API
2. Orchestration API
3. Management API

## Starting with 0.8.0

Expand Down

0 comments on commit c9b24b9

Please sign in to comment.