microsoft/TypeAgent

Public

mirrored from https://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
60080efdcdb93d8dce32aa09f841c12e5c7229d3

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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}