|
54 | 54 | } |
55 | 55 | }, |
56 | 56 | { |
57 | | - "name": "About", |
58 | | - "type": "Microsoft.Common.InfoBox", |
59 | | - "options": { |
60 | | - "icon": "None", |
61 | | - "text": "Template version ${project.version}" |
62 | | - }, |
63 | | - "visible": "[bool('${template.version.visible}')]" |
| 57 | + "name": "howToReportIssues", |
| 58 | + "type": "Microsoft.Common.Section", |
| 59 | + "label": "Report issues, get help, and share feedback", |
| 60 | + "elements": [ |
| 61 | + { |
| 62 | + "name": "howToReportIssueText", |
| 63 | + "type": "Microsoft.Common.TextBlock", |
| 64 | + "visible": true, |
| 65 | + "options": { |
| 66 | + "text": "If you encounter problems during deployment of WebSphere, please report them here.", |
| 67 | + "link": { |
| 68 | + "label": "Issue tracker", |
| 69 | + "uri": "https://aka.ms/azure-twasnd-cluster-issues?version=${project.version}" |
| 70 | + } |
| 71 | + } |
| 72 | + }, |
| 73 | + { |
| 74 | + "name": "howToReportVendorIssueText", |
| 75 | + "type": "Microsoft.Common.TextBlock", |
| 76 | + "visible": true, |
| 77 | + "options": { |
| 78 | + "text": "To use your existing IBM support contract, file an issue with IBM directly.", |
| 79 | + "link": { |
| 80 | + "label": "IBM support", |
| 81 | + "uri": "https://www.ibm.com/mysupport/" |
| 82 | + } |
| 83 | + } |
| 84 | + }, |
| 85 | + { |
| 86 | + "name": "survey", |
| 87 | + "type": "Microsoft.Common.TextBlock", |
| 88 | + "visible": true, |
| 89 | + "options": { |
| 90 | + "text": "To get free help with Azure migration from the development team, fill out this survey.", |
| 91 | + "link": { |
| 92 | + "label": "Take survey", |
| 93 | + "uri": "https://aka.ms/ibm-stack-migration-survey" |
| 94 | + } |
| 95 | + } |
| 96 | + } |
| 97 | + ], |
| 98 | + "visible": true |
64 | 99 | } |
65 | 100 | ], |
66 | 101 | "steps": [ |
|
0 commit comments