Skip to content

Commit bcf9d54

Browse files
authored
Update App-Service-with-Cosmos_AZD-template.yaml
1 parent f908cdf commit bcf9d54

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/App-Service-with-Cosmos_AZD-template.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,23 @@ name: App-Service-with-Cosmos_AZD-template.yaml
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
RepositoryUrl:
7+
description: 'Path the the application source code'
8+
required: true
9+
default: 'warning'
10+
type: string
11+
options:
12+
- "https://github.com/azure-samples/todo-java-mongo"
13+
- "https://github.com/azure-samples/todo-nodejs-mongo"
14+
- "https://github.com/azure-samples/todo-python-mongo"
15+
RuntimeType:
16+
description: 'Runtime Type of the App Service runtime,eg python, nodejs or java.'
17+
required: true
18+
default: 'warning'
19+
type: choice
20+
options:
21+
- "python"
22+
- "nodejs"
23+
- "java"
24+

0 commit comments

Comments
 (0)