-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.template
More file actions
30 lines (23 loc) · 1.15 KB
/
Copy path.env.template
File metadata and controls
30 lines (23 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 1. Azure Tenant ID: Found under your Azure Active Directory properties
AZURE_TENANT_ID=your-tenant-id-here
# 2. Azure Subscription ID: Found under your Azure Active Directory properties
AZURE_SUBSCRIPTION_ID=your-subscription-id-here
# 3. Workspace ID: Found in the URL of your Fabric Workspace (groups/GUID/list)
AZURE_WORKSPACE_ID=your-workspace-guid-here
AZURE_WORKSPACE_NAME=your-workspace-name-here
# 4. Lakehouse Name: The name you want to give your data container
LAKEHOUSE_NAME=OncologyRawData
# 5. Endpoint: The standard OneLake DFS endpoint
ONELAKE_ENDPOINT=https://onelake.dfs.fabric.microsoft.com
# 6. Public datasets
ONCOLOGY_DATA_SITE_1_NAME=cBioPortal
ONCOLOGY_DATA_SITE_1_URL=https://www.cbioportal.org/api/studies
ONCOLOGY_DATA_SITE_1_BASE_URL=https://cbioportal-datahub.s3.amazonaws.com
# 7. (Phase 2 Only) Delta Tables connect
SQL_CONNECTION_STRING=your-sql-connection-string-here
ODBC_DRIVER_NAME=ODBC Driver 18 for SQL Server
# 8. Azure OpenAI & Search Keys
AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/
AZURE_OPENAI_KEY=your-key-here
AZURE_SEARCH_ENDPOINT=https://your-search-service.search.windows.net
AZURE_SEARCH_KEY=your-admin-key