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
* Fixed jetstress Storage Endpoint api usage (#152)
* Metadata.json fix for all the existing ones and newly created for Linux templates (#154)
* Docker swarm compute resource apiversion fix (#157)
* SharePoint 2013 and VS2013 template readme updates (#160)
Updated readme files for the SharePoint 2013 and Visual Studio 2013
templates
* More fixes based on VS code tool (#163)
Copy file name to clipboardExpand all lines: sharepoint-2013-non-ha/Readme.md
+44-7Lines changed: 44 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,20 +13,57 @@ One external load balancer creates an RDP NAT rule to allow connectivity to the
13
13
The second external load balancer creates an RDP NAT rule to allow connectivity to the SharePoint VM
14
14
To access the SQL VM use the domain controller or the SharePoint VMs as jumpboxes
15
15
16
+
## Prerequisites
17
+
+ This template requires a SharePoint 2013 with SP1 iso for installing the SharePoint server. If the provided iso does not include SP1 setup will fail.
18
+
The iso for SharePoint 2013 with SP1 iso is available for download from the internet on MSDN subscriber downloads, Microsoft Partner Network, or Volume Licensing Service Center.
19
+
If you don't wish to download the iso from the internet at template deployment time, you can download the iso beforehand place it on a local location where it
20
+
is reachable for the VMs to download, for example Azure Stack blob storage. You can run the following script on your Azure Stack environment:
21
+
22
+
# Variables
23
+
$rgname = "isosrg"
24
+
$saname = "isossa"
25
+
$containername = "isos"
26
+
$location = "local"
27
+
$isoPath = <ISO Path> # File path to the iso to upload, for example C:\isos\myiso.iso
28
+
29
+
# Add specific Azure Stack Environment
30
+
$AadTenantId = <Tenant Id> #GUID Specific to the AAD Tenant
# This is the value you will use for the sharepoint2013SP1DownloadLink parameter on the SharePoint 2013 template
55
+
$isodownloaduri
56
+
57
+
+ This template requires a product key for SharePoint 2013. A trial key for SharePoint 2013 can be found on MSDN subscriber downloads or from the TechNet
58
+
evaluation center.
59
+
16
60
## Parameters
17
61
+ domainName: FQDN of the new domain to be created.
18
62
+ sqlServerServiceAccountUserName: Username of the SQL server service account to create.
19
63
+ adminUsername: Username of the local Administrator account of the new VMs and domain.
20
64
+ adminPassword: Password of the local Administrator account of the new VMs and domain.
21
65
+ sharepoint2013SP1DownloadLink: Direct download link for the SharePoint 2013 with SP1 ISO.
22
66
+ sharepoint2013ProductKey: Product key for SharePoint 2013 with SP1, required for SharePoint setup.
23
-
24
-
## Notes
25
-
+ This template requires a SharePoint 2013 with SP1 iso for installing the SharePoint server. If the provided iso does not include SP1 setup will fail.
26
-
A direct link for SharePoint 2013 with SP1 iso can be obtained from MSDN subscriber downloads. Note however that MSDN subscribe downloads links expire
27
-
after a period of time. If you have an iso available, place it on a location where it is reachable for the VMs to download (Azure blob storage for example)
28
-
+ This template requires a product key for SharePoint 2013. A trial key for SharePoint 2013 can be found on MSDN subscriber downloads or from the TechNet
0 commit comments