|
9 | 9 | "type": "Microsoft.Common.InfoBox", |
10 | 10 | "options": { |
11 | 11 | "icon": "Info", |
12 | | - "text": "This offer is Bring-Your-Own-License. To deploy this offer, you must enter your registered IBM ID and your IBM ID must have active WebSphere entitlements associated with it. If provisioning fails due to lack of entitlements, ask the primary or secondary contacts for your IBM Passport Advantage site to grant you access or follow steps at <a href='https://ibm.biz/IBMidEntitlement?version=${project.version}' target='_blank'>IBM eCustomer Care</a> for further assistance. This offer also assumes you are properly licensed to run offers in Microsoft Azure." |
| 12 | + "text": "This offer is Bring-Your-Own-License. To deploy this offer, you must enter your registered IBM ID and your IBM ID must have active WebSphere entitlements associated with it. If provisioning fails due to lack of entitlements, ask the primary or secondary contacts for your IBM Passport Advantage site to grant you access or follow steps at <a href='https://ibm.biz/IBMidEntitlement' target='_blank'>IBM eCustomer Care</a> for further assistance. This offer also assumes you are properly licensed to run offers in Microsoft Azure." |
13 | 13 | } |
14 | 14 | }, |
15 | 15 | { |
|
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