|
1 | 1 | # 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" |
5 | 5 | # 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" |
8 | 8 | # Function App |
9 | | -function_app_name = "fapdfbrownix2" # "your-function-app-name" |
| 9 | +function_app_name = "fapdfbrownix11" # "your-function-app-name" |
10 | 10 | # 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" |
12 | 12 | # Application Insights |
13 | | -app_insights_name = "apppdfbrownix2" # "your-app-insights-name" |
| 13 | +app_insights_name = "apppdfbrownix11" # "your-app-insights-name" |
14 | 14 | # 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" |
16 | 16 | # Key Vault |
17 | | -key_vault_name = "kvpdfrbrownrix2" # "your-key-vault-name" |
| 17 | +key_vault_name = "kvpdfrbrownrix11" # "your-key-vault-name" |
18 | 18 | # CosmosDB |
19 | | -cosmosdb_account_name = "cosmospdfbrownix2" # "your-cosmosdb-account-name" |
| 19 | +cosmosdb_account_name = "cosmospdfbrownix11" # "your-cosmosdb-account-name" |
20 | 20 | # Form Recognizer -> Document Intelligence |
21 | | -form_recognizer_name = "docintelligt01ix2" # "your-document-intelligence-name" |
| 21 | +form_recognizer_name = "docintelligt01ix11" # "your-document-intelligence-name" |
22 | 22 |
|
23 | 23 | # AI Vision Service |
24 | | -ai_vision_name = "aivisionpdfrbrownix2" # "your-ai-vision-name" |
| 24 | +ai_vision_name = "aivisionpdfrbrownix11" # "your-ai-vision-name" |
25 | 25 | ai_vision_sku = "S0" |
26 | 26 | ai_vision_tags = { |
27 | 27 | Environment = "Development" |
28 | 28 | Project = "PDF Processing" |
29 | 29 | Service = "AI Vision" |
30 | 30 | } |
| 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