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
Copy file name to clipboardExpand all lines: docs/howto-update-for-was-fixpack.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Please follow sections below in order to update the solution for next tWAS fixpa
41
41
* Click to open the offer for `<date>-twas-cluster-base-image` base image
42
42
* Click `Plan overview` the click to open the plan
43
43
* Click `Technical configuration`
44
-
* Click `+ Add VM image` > Specify a new value for `Disk version`, following the convention \<product version\>.\<date\>, e.g. 9.0.20210929 and write it down
44
+
* Click `+ Add VM image` > Specify a new value for `Disk version`, following the convention \<major version\>.YYYYMMDD, e.g. 9.0.20210929 and write it down (We deliberately do not specify the minor verson because the pipeline gets the latest at the time it is run).
45
45
* Select `SAS URI` > Copy and paste value of `osDiskSasUrl` for `twas-nd` from the github issue for the update to the textbox `SAS URI`
46
46
* Click `+ Add data disk (max 16)` > Select `Data disk 0` > Copy and paste value of `dataDiskSasUrl` for `twas-nd` from the github issue for the update to the textbox `Data disk VHD link`
47
47
* Scroll to the bottom of the page and click `Save draft`
@@ -53,7 +53,8 @@ Please follow sections below in order to update the solution for next tWAS fixpa
53
53
* Click to open the offer for `ihs base image`
54
54
* Click `Plan overview` and click to open the plan
55
55
* Click `Technical configuration`
56
-
* Click `+ Add VM image` > Specify a new value for `Disk version` and write it down > Select `SAS URI` > Copy and paste value of `osDiskSasUrl` for `ihs` from the github issue for the update to the textbox `SAS URI`
56
+
* Click `+ Add VM image` > Specify a new value for `Disk version`, following the convention \<major version\>.YYYYMMDD, e.g. 9.0.20210929 and write it down (We deliberately do not specify the minor verson because the pipeline gets the latest at the time it is run).
57
+
* Select `SAS URI` > Copy and paste value of `osDiskSasUrl` for `ihs` from the github issue for the update to the textbox `SAS URI`
57
58
* Click `+ Add data disk (max 16)` > Select `Data disk 0` > Copy and paste value of `dataDiskSasUrl` for `ihs` from the github issue for the update to the textbox `Data disk VHD link`
58
59
* Scroll to the bottom of the page and click `Save draft`
0 commit comments