microsoft/TypeAgent
Publicmirrored from https://github.com/microsoft/TypeAgentAvailable
azure/parameters.json
21lines · modecode
| 1 | { |
| 2 | "$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#", |
| 3 | "contentVersion": "1.0.0.0", |
| 4 | "parameters": { |
| 5 | "accounts_agentmaps_name": { |
| 6 | "value": null |
| 7 | }, |
| 8 | "databaseAccounts_typeagentlogdb_name": { |
| 9 | "value": null |
| 10 | }, |
| 11 | "typeagent_speech": { |
| 12 | "value": null |
| 13 | }, |
| 14 | "openai_eastus_name": { |
| 15 | "value": null |
| 16 | }, |
| 17 | "storageAccounts_demopersistence_name": { |
| 18 | "value": null |
| 19 | } |
| 20 | } |
| 21 | } |