-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
42 lines (34 loc) · 902 Bytes
/
.env.example
File metadata and controls
42 lines (34 loc) · 902 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
42
# Azure Configuration
AZURE_SUBSCRIPTION_ID=
AZURE_RESOURCE_GROUP=sentinel-d-rg
# Service Bus
SERVICEBUS_CONNECTION_STRING=
SERVICEBUS_NAMESPACE=
SERVICEBUS_QUEUE_NAME=vulnerability-events
SERVICEBUS_TOPIC_NAME=nlp-pipeline-input
# Cosmos DB (write-client.js and cosmos-client.js accept both naming conventions)
COSMOS_ENDPOINT=
COSMOS_DB_NAME=sentinel-d-db
COSMOS_CONTAINER_NAME=remediation-history
# Storage (Tables)
STORAGE_CONNECTION_STRING=
STORAGE_ACCOUNT_NAME=
TABLE_DEFERRED_BACKLOG=deferredbacklog
TABLE_AUDIT_LOG=auditlog
# Azure Functions
FUNCTION_APP_NAME=
FUNCTION_APP_URL=
WEBHOOK_URL=
# Application Insights
APPLICATIONINSIGHTS_CONNECTION_STRING=
APP_INSIGHTS_WORKSPACE_ID=
# GitHub Configuration
GITHUB_TOKEN=
GITHUB_REPO_OWNER=
GITHUB_REPO_NAME=
# Foundry / ML Endpoint
FOUNDRY_ENDPOINT=
FOUNDRY_API_KEY=
# Notification targets
SECURITY_TEAM_GITHUB_LOGIN=
ONCALL_GITHUB_LOGIN=