You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Suggest a new API Management Sample Scenario."
5
+
title: "[Scenario]: <title>"
6
+
labels: ["triage"]
7
+
type: "Feature"
8
+
assignees:
9
+
- simonkurtz-MSFT
10
+
body:
11
+
- type: markdown
12
+
attributes:
13
+
value: |
14
+
## Scenario Request
15
+
16
+
Please fill out the form below to help us understand your request. This is a more specialized feature request specifically
17
+
for proposing sample scenarios that can be used to demonstrate the capabilities of API Management.
18
+
19
+
- type: textarea
20
+
id: scenario
21
+
attributes:
22
+
label: "Describe the Scenario"
23
+
description: "What scenario are you proposing?"
24
+
placeholder: "Please describe the sample scenario / use case you are proposing. What should it demonstrate?"
25
+
validations:
26
+
required: true
27
+
28
+
- type: textarea
29
+
id: improvement
30
+
attributes:
31
+
label: "Improvement to Project"
32
+
description: "How will it improve this project?"
33
+
placeholder: "Please describe how this feature will improve the project. What value does it provide that you currently do not have? How does it help YOU?"
34
+
validations:
35
+
required: true
36
+
37
+
- type: checkbox
38
+
id: infra_arch
39
+
attributes:
40
+
label: "What infrastructure architectures should this scenario use?"
41
+
description: "Select all that apply."
42
+
options:
43
+
- "Simple API Management"
44
+
- "API Management with Container Apps"
45
+
- "Azure Front Door with API Management and optional Container Apps"
46
+
- "Other/New"
47
+
validations:
48
+
required: false
49
+
50
+
- type: input
51
+
id: infra_arch_other
52
+
attributes:
53
+
label: "Other Infrastructure Architecture"
54
+
description: "If you selected 'Other' above, please specify your infrastructure architecture. Otherwise, leave blank."
55
+
validations:
56
+
required: false
57
+
58
+
- type: dropdown
59
+
id: collaborate
60
+
attributes:
61
+
label: "Are you able to collaborate and/or submit a pull request?"
0 commit comments