Document Intelligence
Azure AI Document Intelligence Resource
Pattern: [env]-[solution name in camelCase]-di
| Example | Notes |
|---|---|
prd-contoso-di | Production DI account for Contoso |
dev-centro-di | Development DI account |
uat-invoiceproc-di | Staging DI for invoice processing |
Projects / Models
Pattern: [solution]-[docType]-v[major.minor]
| Example | Notes |
|---|---|
contoso-invoice-v1.0 | Invoice extraction model |
contoso-receipt-v2.1 | Receipt extraction model |
finance-expense-v1.3 | Expense report model |
Endpoints / Deployments
Pattern: [docType]-v[major]-[env]
| Example | Notes |
|---|---|
invoice-v1-prd | Prod endpoint for invoice model v1 |
receipt-v2-dev | Dev endpoint for receipt model v2 |
expense-v1-stg | Stage endpoint for expense model v1 |