Skip to content

Commit a96f0fa

Browse files
authored
sample values
1 parent b4d1a6c commit a96f0fa

1 file changed

Lines changed: 28 additions & 13 deletions

File tree

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,45 @@
11
# Sample values
2-
subscription_id = "" # "your-subscription_id"
3-
resource_group_name = "RG-PDFLayoutVisualCue-ProcessingDocIntelligence" # "your-resource-group-name"
4-
location = "West US" # "your-location"
2+
subscription_id = "" # "your-subscription_id"
3+
resource_group_name = "RG-PDFLayoutVisualCue-ProcessDocIntelligencex11" # "your-resource-group-name"
4+
location = "West US" # "your-location"
55
# Storage Account
6-
storage_account_name = "storageaccbrownpdfix2" # "your-storage-account-name"
7-
storage_account_name_runtime = "runtimestorebrownix2" # "your-runtime-storage-account-name"
6+
storage_account_name = "storageaccbrownpdfix11" # "your-storage-account-name"
7+
storage_account_name_runtime = "runtimestorebrownix11" # "your-runtime-storage-account-name"
88
# Function App
9-
function_app_name = "fapdfbrownix2" # "your-function-app-name"
9+
function_app_name = "fapdfbrownix11" # "your-function-app-name"
1010
# App Service Plan
11-
app_service_plan_name = "asppdfbrownix2" # "your-app-service-plan-name"
11+
app_service_plan_name = "asppdfbrownix11" # "your-app-service-plan-name"
1212
# Application Insights
13-
app_insights_name = "apppdfbrownix2" # "your-app-insights-name"
13+
app_insights_name = "apppdfbrownix11" # "your-app-insights-name"
1414
# Log Analytics Workspace
15-
log_analytics_workspace_name = "logwspdfbrownix2" # "your-log-analytics-workspace-name"
15+
log_analytics_workspace_name = "logwspdfbrownix11" # "your-log-analytics-workspace-name"
1616
# Key Vault
17-
key_vault_name = "kvpdfrbrownrix2" # "your-key-vault-name"
17+
key_vault_name = "kvpdfrbrownrix11" # "your-key-vault-name"
1818
# CosmosDB
19-
cosmosdb_account_name = "cosmospdfbrownix2" # "your-cosmosdb-account-name"
19+
cosmosdb_account_name = "cosmospdfbrownix11" # "your-cosmosdb-account-name"
2020
# Form Recognizer -> Document Intelligence
21-
form_recognizer_name = "docintelligt01ix2" # "your-document-intelligence-name"
21+
form_recognizer_name = "docintelligt01ix11" # "your-document-intelligence-name"
2222

2323
# AI Vision Service
24-
ai_vision_name = "aivisionpdfrbrownix2" # "your-ai-vision-name"
24+
ai_vision_name = "aivisionpdfrbrownix11" # "your-ai-vision-name"
2525
ai_vision_sku = "S0"
2626
ai_vision_tags = {
2727
Environment = "Development"
2828
Project = "PDF Processing"
2929
Service = "AI Vision"
3030
}
31+
32+
# Azure AI Foundry (AI Studio) Configuration
33+
# Environment configuration
34+
environment = "dev"
35+
36+
# Azure OpenAI Service
37+
openai_account_name = "openai-pdf-brownix11" # "your-openai-account-name"
38+
openai_location = "eastus" # Must be a region that supports OpenAI
39+
40+
# AI Studio Hub and Project
41+
ai_hub_name = "ai-hub-pdf-brownix11" # "your-ai-hub-name"
42+
ai_project_name = "ai-proj-pdf-extraction-ix11" # "your-ai-project-name"
43+
44+
# AI Storage Account (for models and artifacts)
45+
ai_storage_account_name = "aistoragebrownix11" # "your-ai-storage-account-name"

0 commit comments

Comments
 (0)