chorus-ai / chorus-cloud-pm

A repo to track cloud-related tasks for deploying CHoRUS services on Azure
0 stars 0 forks source link

Allow for Cross-Tenant Private Endpoints #4

Closed jshoughtaling closed 2 months ago

jshoughtaling commented 2 months ago

This issue relates to the architecture and design of the upload portal, where users could choose to either reference a location in their local file space (e.g. C://Users/chorususer/documents/mydataupload) or in their host institution's Azure file space (e.g. abfs://fileanalysis@myanalytics.dfs.core.windows.net/mysite/mydeliverydir/data)

As such, it is directly linked with:

jshoughtaling commented 2 months ago

This is now resolved through guest user access authentication within the azure cli, as in #1