Releases: ob1dev/Sitecore-Azure-Setup
Sitecore Azure Setup 8.1.0
January 31, 2016
Released Sitecore Azure Setup 8.1.0 rev. 160131 (Initial Release).
Compatibility:
- Sitecore® Experience Platform™ 8.1 rev. 151207 (8.1 Update-1) or higher.
Installation Steps:
- To install Sitecore Azure Setup, run the following command in the Package Manager Console
PM> Install-Package Sitecore.Azure.Setup -Version 8.1.0
NB:
- Sitecore does not support scaling out on Azure Web Apps due to shared
WWWROOT
directory in the file system.
Sitecore Azure Setup 8.0.2
January 31, 2016
Released Sitecore Azure Setup 8.0.2 rev. 160131 (Update-2).
Compatibility:
- Sitecore® Experience Platform™ 8.0 rev. 160115 (8.0 Update-7) or higher.
Installation Steps:
- To install Sitecore Azure Setup, run the following command in the Package Manager Console
PM> Install-Package Sitecore.Azure.Setup -Version 8.0.2
NB:
- Sitecore does not support scaling out on Azure Web Apps due to shared
WWWROOT
directory in the file system. Therefore, all related configuration elements have been removed from the package.
Sitecore Azure Setup 8.0.1
November 05, 2015
Released Sitecore Azure Setup 8.0.1 rev. 151105 (Update-1).
Compatibility:
- Sitecore® Experience Platform™ 8.0 rev. 151105(8.0 Update-5) or higher.
Installation Steps:
- To install Sitecore Azure Setup, run the following command in the Package Manager Console
PM> Install-Package Sitecore.Azure.Setup -Version 8.0.1
Improvements:
- The Web.config transformation for the Web.Debug.config and Web.Release.config files is slightly changed. Now the
<sessionState>
element is patched instead of entirely overwritten.
Sitecore Azure Setup 8.0.0
July 14, 2015
Released Sitecore Azure Setup 8.0.0 rev. 150714 (Initial Release).
Compatibility:
- Sitecore® Experience Platform™ 8.0 rev. 150621 (8.0 Update-4) or higher.
Installation Steps:
- To install Sitecore Azure Setup, run the following command in the Package Manager Console
PM> Install-Package Sitecore.Azure.Setup -Version 8.0.0
Sitecore Azure Setup 7.5.0
May 20, 2015
Released Sitecore Azure Setup 7.5.0 rev. 150520 (Initial Release).
Compatibility:
- Sitecore® Experience Platform™ 7.5 rev. 150212 (7.5 Update-2) or higher
Installation Steps:
- To install Sitecore Azure Setup, run the following command in the Package Manager Console
PM> Install-Package Sitecore.Azure.Setup -Version 7.5.0
- Select the '[A] Yes to All' option for the following file conflict:
File 'upload\readme.txt' already exists in project 'Sitecore'. Do you want to overwrite it? [Y] Yes [A] Yes to All [N] No [L] No to All [?] Help (default is "N"):
Post installation Steps:
- Modify both the
Web.Debug.config
andWeb.Release.config
files under the\configuration\connectionStrings
element to use your Azure SQL Database and MongoDB instances.
Sitecore Azure Setup 7.2.0
June 14, 2015
Released Sitecore Azure Setup 7.2.0 rev. 150614 (Initial Release).
Compatibility:
- Sitecore CMS 7.2 rev. 150408 (7.2 Update-4) or higher.
Installation Steps:
- To install Sitecore Azure Setup, run the following command in the Package Manager Console
PM> Install-Package Sitecore.Azure.Setup -Version 7.2.0
Post installation Steps:
- Modify both the
Web.Debug.config
andWeb.Release.config
files under the\configuration\connectionStrings
element to use your Azure SQL Database instance.